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

The state-dependent factor attached to one event's driving variable. More...

#include <line/solvers/fluid/fluid_symodes.h>

Collaboration diagram for line::fluid::SymFactor:

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

Detailed Description

The state-dependent factor attached to one event's driving variable.

Definition at line 68 of file fluid_symodes.h.

Member Data Documentation

◆ cls

std::size_t line::fluid::SymFactor::cls = 0

1-based

Definition at line 71 of file fluid_symodes.h.

◆ others

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

◆ station

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

◆ type

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


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