Public Member Functions | |
TypeInfo ("cuboidWall") | |
cuboidWall () | |
cuboidWall (const dictionary &dict) | |
add_vCtor (Wall, cuboidWall, 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 | readcuboidWall (const dictionary &dict) |
![]() | |
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 cuboidWall.hpp.
cuboidWall | ( | ) |
Definition at line 126 of file cuboidWall.cpp.
cuboidWall | ( | const dictionary & | dict | ) |
Definition at line 130 of file cuboidWall.cpp.
References fatalExit.
|
protected |
Definition at line 28 of file cuboidWall.cpp.
References dictionary::getVal(), dictionary::getValOrSet(), pFlow::algorithms::KOKKOS::max(), Wall::triangles(), triple< T >::x(), triple< T >::y(), and triple< T >::z().
TypeInfo | ( | "cuboidWall" | ) |
add_vCtor | ( | Wall | , |
cuboidWall | , | ||
dictionary | |||
) |