|
| CirclePoiseuilleStrainRate3D (UnitConverter< T, DESCRIPTOR > const &converter, T ly) |
|
bool | operator() (T output[], const T input[]) override |
|
AnalyticalF< D, T, S > & | operator- (AnalyticalF< D, T, S > &rhs) |
|
AnalyticalF< D, T, S > & | operator+ (AnalyticalF< D, T, S > &rhs) |
|
AnalyticalF< D, T, S > & | operator* (AnalyticalF< D, T, S > &rhs) |
|
AnalyticalF< D, T, S > & | operator/ (AnalyticalF< D, T, S > &rhs) |
|
virtual | ~GenericF ()=default |
|
int | getSourceDim () const |
| read only access to member variable _m
|
|
int | getTargetDim () const |
| read only access to member variable _n
|
|
std::string & | getName () |
| read and write access to name
|
|
std::string const & | getName () const |
| read only access to name
|
|
virtual bool | operator() (T output[], const S input[])=0 |
| has to be implemented for 'every' derived class
|
|
bool | operator() (T output[]) |
| wrapper that call the pure virtual operator() (T output[], const S input[]) from above
|
|
bool | operator() (T output[], S input0) |
|
bool | operator() (T output[], S input0, S input1) |
|
bool | operator() (T output[], S input0, S input1, S input2) |
|
bool | operator() (T output[], S input0, S input1, S input2, S input3) |
|
template<typename T, typename DESCRIPTOR>
class olb::CirclePoiseuilleStrainRate3D< T, DESCRIPTOR >
Strain rate for util::round pipes and laminar flow of a Newtonian fluid.
Definition at line 268 of file frameChangeF3D.h.