Public Member Functions | |
TypeInfo ("cylinderWall") | |
cylinderWall () | |
cylinderWall (const dictionary &dict) | |
add_vCtor (Wall, cylinderWall, dictionary) | |
![]() | |
TypeInfo ("Wall") | |
Wall () | |
Wall (const dictionary &dict) | |
virtual | ~Wall ()=default |
create_vCtor (Wall, dictionary,(const dictionary &dict),(dict)) | |
const auto & | triangles () const |
word | name () const |
word | materialName () const |
word | motionName () const |
Protected Member Functions | |
bool | readCylinderWall (const dictionary &dict) |
bool | createCylinder (const realx3 &p1, const realx3 &p2, real rad1, real rad2, int32 numDiv) |
![]() | |
bool | readCommon (const dictionary &ditc) |
Additional Inherited Members | |
![]() | |
static bool | checkTrianlge (const realx3 &p1, const realx3 &p2, const realx3 &p3) |
static uniquePtr< Wall > | create (const dictionary &dict) |
![]() | |
std::vector< realx3x3 > | triangles_ |
word | name_ |
word | materialName_ |
word | motionName_ |
Definition at line 31 of file cylinderWall.hpp.
cylinderWall | ( | ) |
Definition at line 106 of file cylinderWall.cpp.
cylinderWall | ( | const dictionary & | dict | ) |
Definition at line 110 of file cylinderWall.cpp.
References fatalExit, and cylinderWall::readCylinderWall().
|
protected |
Definition at line 6 of file cylinderWall.cpp.
References cylinderWall::createCylinder(), dictionary::getVal(), dictionary::getValOrSet(), line::point(), and Wall::triangles_.
Referenced by cylinderWall::cylinderWall().
|
protected |
Definition at line 39 of file cylinderWall.cpp.
References pFlow::checkNormalVec(), pFlow::cos(), pFlow::endl(), fatalErrorInFunction, zAxis::length(), pFlow::Pi, pFlow::sin(), and zAxis::transferBackZ().
Referenced by cylinderWall::readCylinderWall().
TypeInfo | ( | "cylinderWall" | ) |
add_vCtor | ( | Wall | , |
cylinderWall | , | ||
dictionary | |||
) |