|
Peano
|
Scenario reproduced from Dumbser & Käser, https://doi.org/10.1111/j.1365-246X.2006.03120.x (Chapter 5, p. More...


Public Member Functions | |
| __init__ (self, dimensions, iterations=2) | |
| initial_conditions (self) | |
| analytical_solution (self) | |
Public Member Functions inherited from scenarios.scenario.Scenario | |
| boundary_conditions (self) | |
| refinement_criterion (self) | |
| set_global_simulation_parameters (self, project) | |
Protected Attributes | |
| _dimensions | |
| _end_time | |
| _K0 | |
| _rho | |
| _equation | |
Static Protected Attributes | |
| float | _plot_dt = 0.0 |
| float | _offset = -1.0 |
| float | _domain_size = 2.0 |
| bool | _periodic_bc = True |
Static Protected Attributes inherited from scenarios.scenario.Scenario | |
| _equation = None | |
| int | _dimensions = 2 |
| float | _end_time = 1.0 |
| float | _plot_dt = 0.1 |
| float | _offset = 0.0 |
| float | _domain_size = 1.0 |
| bool | _periodic_bc = False |
Scenario reproduced from Dumbser & Käser, https://doi.org/10.1111/j.1365-246X.2006.03120.x (Chapter 5, p.
328)
Definition at line 13 of file acoustic_planar_waves.py.
| scenarios.acoustic_planar_waves.AcousticPlanarWaves.__init__ | ( | self, | |
| dimensions, | |||
| iterations = 2 ) |
Definition at line 23 of file acoustic_planar_waves.py.
| scenarios.acoustic_planar_waves.AcousticPlanarWaves.analytical_solution | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 65 of file acoustic_planar_waves.py.
References scenarios.acoustic_planar_waves.AcousticPlanarWaves._K0, and scenarios.acoustic_planar_waves.AcousticPlanarWaves._rho.
Referenced by scenarios.navier_stokes_abc_flow.NavierStokesABCFlow.initial_conditions(), and scenarios.navier_stokes_taylor_green_vortex.NavierStokesTaylorGreenVortex.initial_conditions().

| scenarios.acoustic_planar_waves.AcousticPlanarWaves.initial_conditions | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 30 of file acoustic_planar_waves.py.
References scenarios.acoustic_planar_waves.AcousticPlanarWaves._K0, and scenarios.acoustic_planar_waves.AcousticPlanarWaves._rho.
|
protected |
|
staticprotected |
Definition at line 20 of file acoustic_planar_waves.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
protected |
Definition at line 25 of file acoustic_planar_waves.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
protected |
Definition at line 28 of file acoustic_planar_waves.py.
Referenced by scenarios.navier_stokes_bubbles.NavierStokesBubbles.boundary_conditions(), and scenarios.navier_stokes_bubbles.NavierStokesBubbles.mapQuantities().
|
protected |
Definition at line 26 of file acoustic_planar_waves.py.
Referenced by scenarios.acoustic_planar_waves.AcousticPlanarWaves.analytical_solution(), and scenarios.acoustic_planar_waves.AcousticPlanarWaves.initial_conditions().
|
staticprotected |
Definition at line 19 of file acoustic_planar_waves.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
staticprotected |
Definition at line 21 of file acoustic_planar_waves.py.
Referenced by scenarios.scenario.Scenario.boundary_conditions(), and scenarios.scenario.Scenario.set_global_simulation_parameters().
|
staticprotected |
Definition at line 18 of file acoustic_planar_waves.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
protected |
Definition at line 27 of file acoustic_planar_waves.py.
Referenced by scenarios.acoustic_planar_waves.AcousticPlanarWaves.analytical_solution(), and scenarios.acoustic_planar_waves.AcousticPlanarWaves.initial_conditions().