creates an ellipsoidImplicitFunction More...
#include <ellipsoidImplicitFunction.H>


Public Member Functions | |
| TypeName ("ellipsoidImplicitFunction") | |
| Runtime type information. | |
| ellipsoidImplicitFunction (const vector &semiAxis) | |
| Construct from components. | |
| ellipsoidImplicitFunction (const dictionary &dict) | |
| Construct from dictionary. | |
| virtual | ~ellipsoidImplicitFunction ()=default |
| Destructor. | |
| virtual scalar | value (const vector &p) const |
| virtual vector | grad (const vector &p) const |
| virtual scalar | distanceToSurfaces (const vector &p) const |
| Public Member Functions inherited from implicitFunction | |
| TypeName ("implicitFunction") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, implicitFunction, dict,(const dictionary &dict),(dict)) | |
| Declare run-time constructor selection table. | |
| implicitFunction ()=default | |
| Default construct. | |
| virtual | ~implicitFunction ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from implicitFunction | |
| static autoPtr< implicitFunction > | New (const word &implicitFunctionType, const dictionary &dict) |
| Return a reference to the selected implicitFunction. | |
creates an ellipsoidImplicitFunction
Original code supplied by Henning Scheufler, DLR (2019)
Definition at line 52 of file ellipsoidImplicitFunction.H.
|
explicit |
Construct from components.
|
explicit |
Construct from dictionary.
References dict.
|
virtualdefault |
Destructor.
| TypeName | ( | "ellipsoidImplicitFunction" | ) |
Runtime type information.
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 98 of file ellipsoidImplicitFunction.H.
References p, Foam::sqr(), and Foam::sqrt().

Reimplemented from implicitFunction.
Definition at line 110 of file ellipsoidImplicitFunction.H.
References p, and Foam::sqr().

|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 121 of file ellipsoidImplicitFunction.H.
References NotImplemented, and p.