![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
One (station, class) block of the Ko-Pender state vector. More...
#include <line/solvers/fluid/fluid_kp.h>
Public Attributes | |
| std::size_t | station = 0 |
| std::size_t | cls = 0 |
| std::size_t | offset = 0 |
| std::size_t | nphases = 0 |
One (station, class) block of the Ko-Pender state vector.
Definition at line 90 of file fluid_kp.h.
| std::size_t line::fluid::KpBlock::cls = 0 |
Definition at line 92 of file fluid_kp.h.
Referenced by line::fluid::solver_fluid_kp_core().
| std::size_t line::fluid::KpBlock::nphases = 0 |
Definition at line 94 of file fluid_kp.h.
Referenced by line::fluid::solver_fluid_kp_core().
| std::size_t line::fluid::KpBlock::offset = 0 |
Definition at line 93 of file fluid_kp.h.
Referenced by line::fluid::solver_fluid_kp_core().
| std::size_t line::fluid::KpBlock::station = 0 |
Definition at line 91 of file fluid_kp.h.
Referenced by line::fluid::solver_fluid_kp_core().