|
Peano
|
Scenario reproduced from Ioratti, Dumbser & Loubère, https://doi.org/10.1007/s10915-020-01209-w (p. More...


Public Member Functions | |
| __init__ (self, 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 | |
| _equation | |
Static Protected Attributes | |
| float | _plot_dt = 0.0 |
| float | _offset = -0.5 |
| float | _domain_size = 1.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 Ioratti, Dumbser & Loubère, https://doi.org/10.1007/s10915-020-01209-w (p.
44)
Definition at line 12 of file euler_gaussian_bell.py.
| scenarios.euler_gaussian_bell.EulerGaussianBell.__init__ | ( | self, | |
| iterations = 2 ) |
Definition at line 22 of file euler_gaussian_bell.py.
| scenarios.euler_gaussian_bell.EulerGaussianBell.analytical_solution | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 41 of file euler_gaussian_bell.py.
Referenced by scenarios.navier_stokes_abc_flow.NavierStokesABCFlow.initial_conditions(), and scenarios.navier_stokes_taylor_green_vortex.NavierStokesTaylorGreenVortex.initial_conditions().

| scenarios.euler_gaussian_bell.EulerGaussianBell.initial_conditions | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 27 of file euler_gaussian_bell.py.
|
protected |
|
staticprotected |
Definition at line 19 of file euler_gaussian_bell.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
protected |
Definition at line 24 of file euler_gaussian_bell.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
protected |
Definition at line 25 of file euler_gaussian_bell.py.
Referenced by scenarios.navier_stokes_bubbles.NavierStokesBubbles.boundary_conditions(), and scenarios.navier_stokes_bubbles.NavierStokesBubbles.mapQuantities().
|
staticprotected |
Definition at line 18 of file euler_gaussian_bell.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().
|
staticprotected |
Definition at line 20 of file euler_gaussian_bell.py.
Referenced by scenarios.scenario.Scenario.boundary_conditions(), and scenarios.scenario.Scenario.set_global_simulation_parameters().
|
staticprotected |
Definition at line 17 of file euler_gaussian_bell.py.
Referenced by scenarios.scenario.Scenario.set_global_simulation_parameters().