![]() |
Nalu
Nalu: a generalized unstructured massively parallel low Mach flow code designed to support a variety of energy applications of interest (most notably Wind ECP) built on the Sierra Toolkit and Trilinos solver Tpetra/Epetra stack. The open source BSD, clause 3 license model has been chosen for the code base. See LICENSE for more information. http://NaluCFD.org
|
#include <NaluParsing.h>
Public Member Functions | |
| SymmetryBoundaryConditionData (BoundaryConditions &bcs) | |
Public Member Functions inherited from sierra::nalu::BoundaryCondition | |
| BoundaryCondition (BoundaryConditions &bcs) | |
| virtual | ~BoundaryCondition () |
| BoundaryCondition * | load (const YAML::Node &node) |
| this is an example of a load() method with polymorphism - the type of the node is determined from some information, then a particular type of object is created and returned to the parent. More... | |
| Simulation * | root () |
| BoundaryConditions * | parent () |
| void | breadboard () |
Public Attributes | |
| SymmetryUserData | userData_ |
Public Attributes inherited from sierra::nalu::BoundaryCondition | |
| std::string | bcName_ |
| std::string | targetName_ |
| BoundaryConditionType | theBcType_ |
| BoundaryConditions & | boundaryConditions_ |
|
inline |
| SymmetryUserData sierra::nalu::SymmetryBoundaryConditionData::userData_ |
Referenced by sierra::nalu::operator>>().
1.8.11