![]() |
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 <BoundaryConditions.h>
Public Member Functions | |
| 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 | |
| std::string | bcName_ |
| std::string | targetName_ |
| BoundaryConditionType | theBcType_ |
| BoundaryConditions & | boundaryConditions_ |
|
inline |
|
inlinevirtual |
|
inline |
| BoundaryCondition * sierra::nalu::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.
References sierra::nalu::NaluEnv::naluOutputP0(), parent(), and sierra::nalu::NaluEnv::self().
Referenced by sierra::nalu::BoundaryConditions::load().
| BoundaryConditions * sierra::nalu::BoundaryCondition::parent | ( | ) |
References boundaryConditions_.
Referenced by load(), root(), and sierra::nalu::BoundaryConditions::root().
| Simulation * sierra::nalu::BoundaryCondition::root | ( | ) |
References parent(), and sierra::nalu::BoundaryConditions::root().
| std::string sierra::nalu::BoundaryCondition::bcName_ |
Referenced by sierra::nalu::operator>>().
| BoundaryConditions& sierra::nalu::BoundaryCondition::boundaryConditions_ |
Referenced by parent().
| std::string sierra::nalu::BoundaryCondition::targetName_ |
| BoundaryConditionType sierra::nalu::BoundaryCondition::theBcType_ |
1.8.11