9 #include "../common/equation_of_state.hpp" 11 #include "../common/riemann_solver.hpp" 20 #include "../two_dimensional/extensive.hpp" 35 vector<Extensive> extensives_;
53 vector<vector<double> > tracers_intensive_;
55 vector<vector<double> > tracers_extensive_;
110 #endif // HDSIM_1D_HPP Abstract class for a flux calculator.
Newtonian hydrodynamic simulation.
Arbitrary motion of the vertices.
Abstract class for external forces.
Base class for boundary conditions.
Package for computational domain and hydro cells.
Base class for a flux calculator.
Base class for physical geometry.
Extensive updater abstract class.
Base class for cell update schemes.
Abstract class for a time step function.
double GetTime(void) const
Returns the time of the simulation.
Base class for vertex motion.
int GetCycle(void) const
Returns the number of times time advance was called.
hdsim1D(const PhysicalGeometry1D &pg, const SimulationState1D &ss, const EquationOfState &eos, const VertexMotion &vm, const SourceTerm1D &force, const TimeStepFunction1D &tsf, const FluxCalculator1D &fc, const ExtensiveUpdater1D &eu, const CellUpdater1D &cu)
Class constructor.
void TimeAdvance2(void)
Second order time advance.
void TimeAdvance(void)
Advances the simulation in time.
Base class for equation of state.
Abstract class for external forces.
Abstract class for the cell update scheme.
Method for updating the extensive variables.
Abstract class for initial conditions.
Base class for a time step calculator.
const SimulationState1D & getState(void) const
Access to computational domain and hydro cells.
Package for computational domain and hydro cells.
Physical geometry of the grid.