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. More...
|
|
| RodIF (const RodIF &a_inputIF) |
| Copy constructor. More...
|
|
virtual Real | value (const RealVect &a_point) const |
| Value function. Returns distance to objcet. More...
|
|
virtual BaseIF * | newImplicitFunction () const |
| IF factory method.
|
|
|
RefCountedPtr< BaseIF > | m_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 |
◆ value()
Real RodIF::value |
( |
const RealVect & |
a_point | ) |
const |
|
virtual |
Value function. Returns distance to objcet.
- Parameters
-
[in] | a_point | Physical position. |
The documentation for this class was generated from the following files: