Original code supplied by Henning Scheufler, DLR (2019) More...
Public Member Functions | |
TypeName ("sin") | |
Runtime type information. More... | |
sinImplicitFunction (const scalar period, const scalar phase, const scalar amplitude, const vector &direction, const vector &up, const vector &origin) | |
Construct from components. More... | |
sinImplicitFunction (const dictionary &dict) | |
Construct from dictionary (used by implicitFunctions) More... | |
virtual | ~sinImplicitFunction ()=default |
Destructor. More... | |
virtual scalar | value (const vector &p) const |
virtual vector | grad (const vector &p) const |
virtual scalar | distanceToSurfaces (const vector &p) const |
![]() | |
TypeName ("implicitFunction") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, implicitFunction, dict,(const dictionary &dict),(dict)) | |
Declare run-time constructor selection table. More... | |
implicitFunction ()=default | |
Default construct. More... | |
virtual | ~implicitFunction ()=default |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< implicitFunction > | New (const word &implicitFunctionType, const dictionary &dict) |
Return a reference to the selected implicitFunction. More... | |
Original code supplied by Henning Scheufler, DLR (2019)
Definition at line 55 of file sinImplicitFunction.H.
sinImplicitFunction | ( | const scalar | period, |
const scalar | phase, | ||
const scalar | amplitude, | ||
const vector & | direction, | ||
const vector & | up, | ||
const vector & | origin | ||
) |
Construct from components.
|
explicit |
Construct from dictionary (used by implicitFunctions)
|
virtualdefault |
Destructor.
TypeName | ( | "sin" | ) |
Runtime type information.
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 107 of file sinImplicitFunction.H.
References p, Foam::constant::mathematical::pi(), Foam::sin(), and x.
Reimplemented from implicitFunction.
Definition at line 118 of file sinImplicitFunction.H.
References NotImplemented, and Foam::Zero.
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 124 of file sinImplicitFunction.H.
References NotImplemented.