Public Member Functions | |
TypeInfo ("planeWall") | |
planeWall () | |
planeWall (const dictionary &dict) | |
planeWall (const realx3 &p1, const realx3 &p2, const realx3 &p3, const realx3 &p4, int32 numDiv12=1, int32 numDiv23=1) | |
add_vCtor (Wall, planeWall, 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 | readPlaneWall (const dictionary &dict) |
bool | addWall4 (const realx3 &p1, const realx3 &p2, const realx3 &p3, const realx3 &p4) |
bool | checkFlatness (const realx3 &p1, const realx3 &p2, const realx3 &p3, const realx3 &p4) |
bool | addPlaneWall (const realx3 &p1, const realx3 &p2, const realx3 &p3, const realx3 &p4, int32 numDiv12=1, int32 numDiv23=1) |
![]() | |
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 32 of file planeWall.hpp.
planeWall | ( | ) |
Definition at line 133 of file planeWall.cpp.
planeWall | ( | const dictionary & | dict | ) |
Definition at line 137 of file planeWall.cpp.
References fatalExit.
planeWall | ( | const realx3 & | p1, |
const realx3 & | p2, | ||
const realx3 & | p3, | ||
const realx3 & | p4, | ||
int32 | numDiv12 = 1 , |
||
int32 | numDiv23 = 1 |
||
) |
Definition at line 149 of file planeWall.cpp.
References pFlow::endl(), fatalErrorInFunction, and fatalExit.
|
protected |
Definition at line 26 of file planeWall.cpp.
References pFlow::endl(), fatalErrorInFunction, dictionary::getVal(), dictionary::getValOrSet(), dictionary::globalName(), and pFlow::algorithms::KOKKOS::max().
|
protected |
Definition at line 58 of file planeWall.cpp.
References planeWall::checkFlatness(), and Wall::triangles_.
|
protected |
Definition at line 73 of file planeWall.cpp.
References Wall::checkTrianlge().
Referenced by planeWall::addWall4().
|
protected |
Definition at line 84 of file planeWall.cpp.
References line::point().
TypeInfo | ( | "planeWall" | ) |
add_vCtor | ( | Wall | , |
planeWall | , | ||
dictionary | |||
) |