Inheritance diagram for cylinderWall:
 Collaboration diagram for cylinderWall:Public Member Functions | |
| TypeInfo ("cylinderWall") | |
| cylinderWall () | |
| cylinderWall (const dictionary &dict) | |
| add_vCtor (Wall, cylinderWall, dictionary) | |
  Public Member Functions inherited from Wall | |
| 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) | 
  Protected Member Functions inherited from Wall | |
| bool | readCommon (const dictionary &ditc) | 
Additional Inherited Members | |
  Static Public Member Functions inherited from Wall | |
| static bool | checkTrianlge (const realx3 &p1, const realx3 &p2, const realx3 &p3) | 
| static uniquePtr< Wall > | create (const dictionary &dict) | 
  Protected Attributes inherited from Wall | |
| 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().
 Here is the call graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  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().
 Here is the call graph for this function:
 Here is the caller graph for this function:| TypeInfo | ( | "cylinderWall" | ) | 
| add_vCtor | ( | Wall | , | 
| cylinderWall | , | ||
| dictionary | |||
| ) |