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]¶