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


Public Member Functions | |
| __init__ (self, velocity=1.0) | |
| 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 | |
| _velocity = velocity | |
Additional Inherited Members | |
| 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.
43)
Definition at line 12 of file euler_isentropic_vortex.py.
| scenarios.euler_isentropic_vortex.EulerIsentropicVortex.__init__ | ( | self, | |
| velocity = 1.0 ) |
Definition at line 23 of file euler_isentropic_vortex.py.
| scenarios.euler_isentropic_vortex.EulerIsentropicVortex.analytical_solution | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 61 of file euler_isentropic_vortex.py.
References _velocity.
| scenarios.euler_isentropic_vortex.EulerIsentropicVortex.initial_conditions | ( | self | ) |
Reimplemented from scenarios.scenario.Scenario.
Definition at line 28 of file euler_isentropic_vortex.py.
References _velocity.
|
protected |
Definition at line 26 of file euler_isentropic_vortex.py.
Referenced by analytical_solution(), and initial_conditions().