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

One layer's block of the layered transient. More...

#include <line/solvers/ln/solver_ln.h>

Collaboration diagram for line::ln::LnTranLayer:

Public Attributes

std::vector< double > t
 the output grid, shared by every series below
std::vector< std::vector< std::vector< double > > > QN
 [station][class][point]
std::vector< std::vector< std::vector< double > > > UN
std::vector< std::vector< std::vector< double > > > TN

Detailed Description

One layer's block of the layered transient.

The reference assembles the layers into one BLOCK-DIAGONAL cell array whose off-diagonal blocks are empty, so the blocks themselves carry the whole answer; keeping them apart also keeps each layer's own time grid, which the block-diagonal form has nowhere to put.

Definition at line 379 of file solver_ln.h.

Member Data Documentation

◆ QN

std::vector<std::vector<std::vector<double> > > line::ln::LnTranLayer::QN

[station][class][point]

Definition at line 382 of file solver_ln.h.

◆ t

std::vector<double> line::ln::LnTranLayer::t

the output grid, shared by every series below

Definition at line 380 of file solver_ln.h.

◆ TN

std::vector<std::vector<std::vector<double> > > line::ln::LnTranLayer::TN

Definition at line 382 of file solver_ln.h.

◆ UN

std::vector<std::vector<std::vector<double> > > line::ln::LnTranLayer::UN

Definition at line 382 of file solver_ln.h.


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