![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Options of qsys_gtmtst_fluid, all with the MATLAB defaults. More...
#include <line/api/qsys/qsys_gtmtst_fluid.h>
Public Attributes | |
| T | dt = num_traits<T>::from_int(0) |
| grid step; non-positive takes T/2000 | |
| T | B0 = num_traits<T>::from_int(0) |
| fluid in service at time 0 | |
| T | 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 &)> | |
| patience density; differenced when empty | |
| std::function< T(const T &)> | lambdaPast |
| arrival rate before time 0 | |
Options of qsys_gtmtst_fluid, all with the MATLAB defaults.
Definition at line 86 of file qsys_gtmtst_fluid.h.
| 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().
| 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().
| 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.
| 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().
| 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.
| 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().