![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The state-dependent factor attached to one event's driving variable. More...
#include <line/solvers/fluid/fluid_symodes.h>
Public Attributes | |
| std::string | type |
| lin, min, pnorm, ext1, dpsmin, dpspw, fcfsw, fcfsws | |
| std::size_t | station = 0 |
| 1-based | |
| std::size_t | cls = 0 |
| 1-based | |
| std::vector< std::size_t > | others |
| ext1: the other phases, 1-based state indices | |
The state-dependent factor attached to one event's driving variable.
Definition at line 68 of file fluid_symodes.h.
| std::size_t line::fluid::SymFactor::cls = 0 |
1-based
Definition at line 71 of file fluid_symodes.h.
| std::vector<std::size_t> line::fluid::SymFactor::others |
ext1: the other phases, 1-based state indices
Definition at line 72 of file fluid_symodes.h.
Referenced by line::fluid::fluid_symbolic_drift(), and line::fluid::fluid_symbolic_jacobian().
| std::size_t line::fluid::SymFactor::station = 0 |
1-based
Definition at line 70 of file fluid_symodes.h.
Referenced by line::fluid::fluid_symbolic_drift(), and line::fluid::fluid_symbolic_jacobian().
| std::string line::fluid::SymFactor::type |
lin, min, pnorm, ext1, dpsmin, dpspw, fcfsw, fcfsws
Definition at line 69 of file fluid_symodes.h.
Referenced by line::fluid::fluid_export_odes(), line::fluid::fluid_symbolic_drift(), and line::fluid::fluid_symbolic_jacobian().