Complementary source term for spherical simulations. More...
#include <cylindrical_complementary_1d.hpp>
Public Member Functions | |
Extensive | operator() (const SimulationState1D &state, size_t point, double t, double dt) const |
Calculates the change in the extensive conserved variables due to external forces. More... | |
Complementary source term for spherical simulations.
Definition at line 5 of file cylindrical_complementary_1d.hpp.
|
virtual |
Calculates the change in the extensive conserved variables due to external forces.
state | Computational domain and hydro cells |
point | Point in which the forces will be evaluated |
t | Simulation time |
dt | Time step |
Implements SourceTerm1D.
Definition at line 10 of file cylindrical_complementary_1d.cpp.