LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fluid::KpBlock Struct Reference

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

Detailed Description

One (station, class) block of the Ko-Pender state vector.

Definition at line 90 of file fluid_kp.h.

Member Data Documentation

◆ cls

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().

◆ nphases

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().

◆ offset

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().

◆ station

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().


The documentation for this struct was generated from the following file: