Inheritance diagram for planeWall:
Collaboration diagram for planeWall: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) | |
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 | 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) |
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 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.
Here is the call graph for this function:
|
protected |
Definition at line 26 of file planeWall.cpp.
References pFlow::endl(), fatalErrorInFunction, dictionary::getVal(), dictionary::getValOrSet(), dictionary::globalName(), and pFlow::algorithms::KOKKOS::max().
Here is the call graph for this function:
|
protected |
Definition at line 58 of file planeWall.cpp.
References planeWall::checkFlatness(), and Wall::triangles_.
Here is the call graph for this function:
|
protected |
Definition at line 73 of file planeWall.cpp.
References Wall::checkTrianlge().
Referenced by planeWall::addWall4().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 84 of file planeWall.cpp.
References line::point().
Here is the call graph for this function:| TypeInfo | ( | "planeWall" | ) |
| add_vCtor | ( | Wall | , |
| planeWall | , | ||
| dictionary | |||
| ) |