compressible_fv4 package¶
This is a 4th order accurate compressible hydrodynamics solver, implementing the algorithm from McCorquodale & Colella (2011).
Subpackages¶
Submodules¶
compressible_fv4.fluxes module¶
compressible_fv4.simulation module¶
- class compressible_fv4.simulation.Simulation(solver_name, problem_name, rp, timers=None, data_class=<class 'mesh.fv.FV2d'>)[source]¶
Bases:
compressible_rk.simulation.Simulation
- initialize(ng=5)[source]¶
Initialize the grid and variables for compressible flow and set the initial conditions for the chosen problem.