This functor gives a parabolic profile for a given point x as it computes the distance between x and the axis.
More...
|
| RotatingQuadratic1D (std::vector< T > axisPoint_, std::vector< T > axisDirection_, T w_, T scale_=1, T additive_=0) |
|
bool | operator() (T output[], const T x[]) 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>
class olb::RotatingQuadratic1D< T >
This functor gives a parabolic profile for a given point x as it computes the distance between x and the axis.
This field is a scalar field, a vector with one component will be used Functor with a parabolic profile e.g. for rotating pressure fields.
Definition at line 118 of file frameChangeF3D.h.