Peano
Loading...
Searching...
No Matches
scenarios.swe_radial_dam_break.SWERadialDamBreak Class Reference

Classic radial dam break SWE equations, with constant initial water height but a bump in the bathymetry in the centre. More...

Inheritance diagram for scenarios.swe_radial_dam_break.SWERadialDamBreak:
Collaboration diagram for scenarios.swe_radial_dam_break.SWERadialDamBreak:

Public Member Functions

 __init__ (self)
 initial_conditions (self)
 boundary_conditions (self)
Public Member Functions inherited from scenarios.scenario.Scenario
 refinement_criterion (self)
 analytical_solution (self)
 set_global_simulation_parameters (self, project)

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

Detailed Description

Classic radial dam break SWE equations, with constant initial water height but a bump in the bathymetry in the centre.

Definition at line 12 of file swe_radial_dam_break.py.

Constructor & Destructor Documentation

◆ __init__()

scenarios.swe_radial_dam_break.SWERadialDamBreak.__init__ ( self)

Definition at line 26 of file swe_radial_dam_break.py.

Member Function Documentation

◆ boundary_conditions()

scenarios.swe_radial_dam_break.SWERadialDamBreak.boundary_conditions ( self)

Reimplemented from scenarios.scenario.Scenario.

Definition at line 48 of file swe_radial_dam_break.py.

◆ initial_conditions()

scenarios.swe_radial_dam_break.SWERadialDamBreak.initial_conditions ( self)

Reimplemented from scenarios.scenario.Scenario.

Definition at line 29 of file swe_radial_dam_break.py.


The documentation for this class was generated from the following file: