LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fluid::FluidCacheqnTranCache< T > Struct Template Reference

One cache's transient, the per-cache slice of the reference's 3-D outputs. More...

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

Public Attributes

std::size_t node = 0
 0-based Cache node index
std::vector< T > t
 time grid of THIS cache
Matrix< T > hitprob_t
 (nclasses x nt)
Matrix< T > missprob_t
 (nclasses x nt)
std::vector< T > arate
 (nclasses) converged arrival rate at the cache
Matrix< T > xocc
 (nitems*(h+1) x nt) DDPP occupancy trajectory

Detailed Description

template<class T>
struct line::fluid::FluidCacheqnTranCache< T >

One cache's transient, the per-cache slice of the reference's 3-D outputs.

Definition at line 95 of file fluid_cacheqn.h.

Member Data Documentation

◆ arate

template<class T>
std::vector<T> line::fluid::FluidCacheqnTranCache< T >::arate

(nclasses) converged arrival rate at the cache

Definition at line 100 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_tran().

◆ hitprob_t

template<class T>
Matrix<T> line::fluid::FluidCacheqnTranCache< T >::hitprob_t

(nclasses x nt)

Definition at line 98 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_tran().

◆ missprob_t

template<class T>
Matrix<T> line::fluid::FluidCacheqnTranCache< T >::missprob_t

(nclasses x nt)

Definition at line 99 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_tran().

◆ node

template<class T>
std::size_t line::fluid::FluidCacheqnTranCache< T >::node = 0

0-based Cache node index

Definition at line 96 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_tran().

◆ t

template<class T>
std::vector<T> line::fluid::FluidCacheqnTranCache< T >::t

time grid of THIS cache

Definition at line 97 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_tran().

◆ xocc

template<class T>
Matrix<T> line::fluid::FluidCacheqnTranCache< T >::xocc

(nitems*(h+1) x nt) DDPP occupancy trajectory

Definition at line 101 of file fluid_cacheqn.h.

Referenced by line::fluid::solver_fld_cacheqn_tran().


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