Public Member Functions | |
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 |
Static Public Member Functions | |
static bool | checkTrianlge (const realx3 &p1, const realx3 &p2, const realx3 &p3) |
static uniquePtr< Wall > | create (const dictionary &dict) |
Protected Member Functions | |
bool | readCommon (const dictionary &ditc) |
Protected Attributes | |
std::vector< realx3x3 > | triangles_ |
word | name_ |
word | materialName_ |
word | motionName_ |
Wall | ( | const dictionary & | dict | ) |
|
virtualdefault |
|
protected |
Definition at line 24 of file Wall.cpp.
References dictionary::getVal(), dictionary::getValOrSet(), Wall::materialName_, Wall::motionName_, iEntry::name(), and Wall::name_.
TypeInfo | ( | "Wall" | ) |
create_vCtor | ( | Wall | , |
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
|
inline |
Definition at line 82 of file Wall.hpp.
References Wall::triangles_.
Referenced by cuboidWall::readcuboidWall().
|
inline |
Definition at line 87 of file Wall.hpp.
References Wall::name_.
|
inline |
Definition at line 92 of file Wall.hpp.
References Wall::materialName_.
|
inline |
Definition at line 97 of file Wall.hpp.
References Wall::motionName_.
Definition at line 46 of file Wall.cpp.
References cross(), triple< T >::length(), and pFlow::smallValue.
Referenced by planeWall::checkFlatness().
|
static |
Definition at line 61 of file Wall.cpp.
References fatalError, fatalExit, dictionary::getVal(), and pFlow::printKeys().
Referenced by main().
|
protected |
Definition at line 45 of file Wall.hpp.
Referenced by planeWall::addWall4(), cylinderWall::readCylinderWall(), and Wall::triangles().
|
protected |
Definition at line 47 of file Wall.hpp.
Referenced by Wall::name(), and Wall::readCommon().
|
protected |
Definition at line 49 of file Wall.hpp.
Referenced by Wall::materialName(), and Wall::readCommon().
|
protected |
Definition at line 51 of file Wall.hpp.
Referenced by Wall::motionName(), and Wall::readCommon().