Zero external force. More...
#include <zero_force_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... | |
Zero external force.
Definition at line 12 of file zero_force_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 4 of file zero_force_1d.cpp.