![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The two legs of every event under the active caps, and the waiting rooms. More...
#include <line/solvers/fluid/fluid_dae.h>
Public Attributes | |
| std::vector< double > | rup |
| the rate each event FIRES at | |
| std::vector< double > | rin |
| the rate mass LANDS at | |
| std::vector< double > | ds |
| the derivative of each room | |
| std::vector< double > | drain |
| each room's total outflow | |
The two legs of every event under the active caps, and the waiting rooms.
Definition at line 677 of file fluid_dae.h.
| std::vector<double> line::fluid::FluidDaeLegs::drain |
each room's total outflow
Definition at line 681 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_legs().
| std::vector<double> line::fluid::FluidDaeLegs::ds |
the derivative of each room
Definition at line 680 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_hold_multipliers(), line::fluid::fluid_dae_legs(), and line::fluid::fluid_dae_residual().
| std::vector<double> line::fluid::FluidDaeLegs::rin |
the rate mass LANDS at
Definition at line 679 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_hold_multipliers(), line::fluid::fluid_dae_legs(), line::fluid::fluid_dae_residual(), and line::fluid::solver_fluid_dae().
| std::vector<double> line::fluid::FluidDaeLegs::rup |
the rate each event FIRES at
Definition at line 678 of file fluid_dae.h.
Referenced by line::fluid::fluid_dae_hold_multipliers(), line::fluid::fluid_dae_legs(), line::fluid::fluid_dae_residual(), and line::fluid::solver_fluid_dae().