Memosa-FVM
0.2
|
#include <RelaxationTimeFunction.h>
Public Member Functions | |
RelTimeFun () | |
RelTimeFun (const T A, const T B, const T C) | |
void | update (const T w, const T Tl, T &tau) |
Public Attributes | |
T | _A |
T | _B |
T | _C |
bool | _constTau |
Definition at line 7 of file RelaxationTimeFunction.h.
|
inline |
Definition at line 10 of file RelaxationTimeFunction.h.
References RelTimeFun< T >::_A, RelTimeFun< T >::_B, RelTimeFun< T >::_C, and RelTimeFun< T >::_constTau.
|
inline |
Definition at line 18 of file RelaxationTimeFunction.h.
References RelTimeFun< T >::_A, RelTimeFun< T >::_B, and RelTimeFun< T >::_C.
|
inline |
Definition at line 25 of file RelaxationTimeFunction.h.
References RelTimeFun< T >::_A, RelTimeFun< T >::_B, RelTimeFun< T >::_C, and RelTimeFun< T >::_constTau.
T RelTimeFun< T >::_A |
Definition at line 35 of file RelaxationTimeFunction.h.
Referenced by RelTimeFun< T >::RelTimeFun(), and RelTimeFun< T >::update().
T RelTimeFun< T >::_B |
Definition at line 36 of file RelaxationTimeFunction.h.
Referenced by RelTimeFun< T >::RelTimeFun(), and RelTimeFun< T >::update().
T RelTimeFun< T >::_C |
Definition at line 37 of file RelaxationTimeFunction.h.
Referenced by RelTimeFun< T >::RelTimeFun(), and RelTimeFun< T >::update().
bool RelTimeFun< T >::_constTau |
Definition at line 38 of file RelaxationTimeFunction.h.
Referenced by RelTimeFun< T >::RelTimeFun(), and RelTimeFun< T >::update().