Cylinder with rounded caps at its ends.
More...
#include <CD_RodIF.H>
|
| | RodIF (const RealVect &a_center1, const RealVect &a_center2, const Real &a_radius, const bool &a_fluidInside) |
| | Constructor.
|
| |
| | RodIF (const RodIF &a_inputIF) |
| | Copy constructor.
|
| |
| virtual Real | value (const RealVect &a_point) const |
| | Value function. Returns distance to objcet.
|
| |
| virtual BaseIF * | newImplicitFunction () const |
| | IF factory method.
|
| |
|
|
RefCountedPtr< BaseIF > | m_baseif |
| | Baseif.
|
| |
Cylinder with rounded caps at its ends.
◆ RodIF() [1/2]
| RodIF::RodIF |
( |
const RealVect & |
a_center1, |
|
|
const RealVect & |
a_center2, |
|
|
const Real & |
a_radius, |
|
|
const bool & |
a_fluidInside |
|
) |
| |
Constructor.
- Parameters
-
| [in] | a_center1 | Cylinder center (at center of sphere) |
| [in] | a_center2 | Cylinder center (at center of sphere) |
| [in] | a_radius | Cylinder and sphere radius |
| [in] | a_fluidInside | Domain on inside or outside |
◆ RodIF() [2/2]
| RodIF::RodIF |
( |
const RodIF & |
a_inputIF | ) |
|
Copy constructor.
- Parameters
-
| [in] | a_inputIF | Input cylinder |
◆ newImplicitFunction()
| BaseIF * RodIF::newImplicitFunction |
( |
| ) |
const |
|
virtual |
IF factory method.
- Returns
- New copy of this implicit function
◆ value()
| Real RodIF::value |
( |
const RealVect & |
a_point | ) |
const |
|
virtual |
Value function. Returns distance to objcet.
- Parameters
-
| [in] | a_point | Physical position. |
- Returns
- Function value at the given point
The documentation for this class was generated from the following files: