creates a plane More...
#include <planeImplicitFunction.H>


Public Member Functions | |
| TypeName ("plane") | |
| Runtime type information. | |
| planeImplicitFunction (const vector &origin, const vector &normal) | |
| Construct from components. | |
| planeImplicitFunction (const dictionary &dict) | |
| Construct from dictionary (used by implicitFunctions). | |
| virtual | ~planeImplicitFunction ()=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 a plane
Original code supplied by Henning Scheufler, DLR (2019)
Definition at line 53 of file planeImplicitFunction.H.
|
explicit |
Construct from dictionary (used by implicitFunctions).
References dict.
|
virtualdefault |
Destructor.
| TypeName | ( | "plane" | ) |
Runtime type information.
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 99 of file planeImplicitFunction.H.
References p.
Reimplemented from implicitFunction.
Definition at line 104 of file planeImplicitFunction.H.
References p.
|
inlinevirtual |
Reimplemented from implicitFunction.
Definition at line 110 of file planeImplicitFunction.H.
References Foam::mag(), and p.
