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

The two legs of every event under the active caps, and the waiting rooms. More...

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

Collaboration diagram for line::fluid::FluidDaeLegs:

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

Detailed Description

The two legs of every event under the active caps, and the waiting rooms.

Definition at line 677 of file fluid_dae.h.

Member Data Documentation

◆ drain

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

◆ ds

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

◆ rin

std::vector<double> line::fluid::FluidDaeLegs::rin

◆ rup

std::vector<double> line::fluid::FluidDaeLegs::rup

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