Loading...
Searching...
No Matches
ellipsoidImplicitFunction Class Reference

creates an ellipsoidImplicitFunction More...

#include <ellipsoidImplicitFunction.H>

Inheritance diagram for ellipsoidImplicitFunction:
Collaboration diagram for ellipsoidImplicitFunction:

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< implicitFunctionNew (const word &implicitFunctionType, const dictionary &dict)
 Return a reference to the selected implicitFunction.

Detailed Description

creates an ellipsoidImplicitFunction

Original code supplied by Henning Scheufler, DLR (2019)

Source files

Definition at line 52 of file ellipsoidImplicitFunction.H.

Constructor & Destructor Documentation

◆ ellipsoidImplicitFunction() [1/2]

ellipsoidImplicitFunction ( const vector & semiAxis)
explicit

Construct from components.

◆ ellipsoidImplicitFunction() [2/2]

ellipsoidImplicitFunction ( const dictionary & dict)
explicit

Construct from dictionary.

References dict.

◆ ~ellipsoidImplicitFunction()

virtual ~ellipsoidImplicitFunction ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "ellipsoidImplicitFunction" )

Runtime type information.

◆ value()

virtual scalar value ( const vector & p) const
inlinevirtual

Reimplemented from implicitFunction.

Definition at line 98 of file ellipsoidImplicitFunction.H.

References p, Foam::sqr(), and Foam::sqrt().

Here is the call graph for this function:

◆ grad()

virtual vector grad ( const vector & p) const
inlinevirtual

Reimplemented from implicitFunction.

Definition at line 110 of file ellipsoidImplicitFunction.H.

References p, and Foam::sqr().

Here is the call graph for this function:

◆ distanceToSurfaces()

virtual scalar distanceToSurfaces ( const vector & p) const
inlinevirtual

Reimplemented from implicitFunction.

Definition at line 121 of file ellipsoidImplicitFunction.H.

References NotImplemented, and p.


The documentation for this class was generated from the following file: