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

Options of qsys_gtmtst_fluid, all with the MATLAB defaults. More...

#include <line/api/qsys/qsys_gtmtst_fluid.h>

Collaboration diagram for line::qsys::TvFluidOptions< T >:

Public Attributes

dt = num_traits<T>::from_int(0)
 grid step; non-positive takes T/2000
B0 = num_traits<T>::from_int(0)
 fluid in service at time 0
w0 = num_traits<T>::from_int(0)
 boundary waiting time at time 0
std::function< T(const T &)> sPrime
 s'(t); differentiated numerically when empty
std::function< T(const T &)> pdf
 patience density; differenced when empty
std::function< T(const T &)> lambdaPast
 arrival rate before time 0

Detailed Description

template<class T>
struct line::qsys::TvFluidOptions< T >

Options of qsys_gtmtst_fluid, all with the MATLAB defaults.

Definition at line 86 of file qsys_gtmtst_fluid.h.

Member Data Documentation

◆ B0

template<class T>
T line::qsys::TvFluidOptions< T >::B0 = num_traits<T>::from_int(0)

fluid in service at time 0

Definition at line 88 of file qsys_gtmtst_fluid.h.

Referenced by line::qsys::npfqn_gtmtst_fluid().

◆ dt

template<class T>
T line::qsys::TvFluidOptions< T >::dt = num_traits<T>::from_int(0)

grid step; non-positive takes T/2000

Definition at line 87 of file qsys_gtmtst_fluid.h.

Referenced by line::qsys::npfqn_gtmtst_fluid().

◆ lambdaPast

template<class T>
std::function<T(const T&)> line::qsys::TvFluidOptions< T >::lambdaPast

arrival rate before time 0

Definition at line 92 of file qsys_gtmtst_fluid.h.

◆ pdf

template<class T>
std::function<T(const T&)> line::qsys::TvFluidOptions< T >::pdf

patience density; differenced when empty

Definition at line 91 of file qsys_gtmtst_fluid.h.

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

◆ sPrime

template<class T>
std::function<T(const T&)> line::qsys::TvFluidOptions< T >::sPrime

s'(t); differentiated numerically when empty

Definition at line 90 of file qsys_gtmtst_fluid.h.

◆ w0

template<class T>
T line::qsys::TvFluidOptions< T >::w0 = num_traits<T>::from_int(0)

boundary waiting time at time 0

Definition at line 89 of file qsys_gtmtst_fluid.h.

Referenced by line::qsys::npfqn_gtmtst_fluid().


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