#include <LagrangianSolver.hpp>
|
| void | step (SimulationContext &ctx, double dt_routing) |
| | One routing step of LTD transport. Lazily initializes on the first call (needs router-set volumes, the ARD precedent).
|
| |
| void | substep (SimulationContext &ctx, double dt, double frac) |
| | One LTD substep: AGE → DRAIN → MIX(+passthrough) → RELEASE → DECAY.
|
| |
| void | publish (SimulationContext &ctx, double dt_routing) |
| |
◆ publish()
| void openswmm::lard::LagrangianSolver::publish |
( |
SimulationContext & | ctx, |
|
|
double | dt_routing ) |
|
inline |
Per-routing-step publication: link means + the conc_old convention. dt_routing ages the held state of empty slabs (once per step).
◆ step()
| void openswmm::lard::LagrangianSolver::step |
( |
SimulationContext & | ctx, |
|
|
double | dt_routing ) |
|
inline |
One routing step of LTD transport. Lazily initializes on the first call (needs router-set volumes, the ARD precedent).
◆ substep()
| void openswmm::lard::LagrangianSolver::substep |
( |
SimulationContext & | ctx, |
|
|
double | dt, |
|
|
double | frac ) |
|
inline |
One LTD substep: AGE → DRAIN → MIX(+passthrough) → RELEASE → DECAY.
- Parameters
-
| frac | fraction of the per-routing-step external volume (qual_vol_in) this substep consumes. |
The documentation for this class was generated from the following file: