creates an ellipsoidImplicitFunction More...
Public Member Functions | |
TypeName ("ellipsoidImplicitFunction") | |
Runtime type information. More... | |
ellipsoidImplicitFunction (const vector &semiAxis) | |
Construct from components. More... | |
ellipsoidImplicitFunction (const dictionary &dict) | |
Construct from dictionary. More... | |
virtual | ~ellipsoidImplicitFunction ()=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... | |
creates an ellipsoidImplicitFunction
Original code supplied by Henning Scheufler, DLR (2019)
Definition at line 56 of file ellipsoidImplicitFunction.H.
|
explicit |
Construct from components.
|
explicit |
Construct from dictionary.
|
virtualdefault |
Destructor.
TypeName | ( | "ellipsoidImplicitFunction" | ) |
Runtime type information.
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 90 of file ellipsoidImplicitFunction.H.
References p, Foam::sqr(), Foam::sqrt(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
Reimplemented from implicitFunction.
Definition at line 102 of file ellipsoidImplicitFunction.H.
References p, Foam::sqr(), Vector< Cmpt >::x(), Vector< Cmpt >::y(), and Vector< Cmpt >::z().
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 113 of file ellipsoidImplicitFunction.H.
References NotImplemented.