![]() |
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 | |
| BoundaryConditions (Realm &realm) | |
| ~BoundaryConditions () | |
| BoundaryConditions * | load (const YAML::Node &node) |
| void | breadboard () |
| Simulation * | root () |
| Realm * | parent () |
| size_t | size () |
| BoundaryCondition * | operator[] (int i) |
Public Attributes | |
| Realm & | realm_ |
| BoundaryConditionVector | boundaryConditionVector_ |
|
inline |
|
inline |
|
inline |
|
inline |
References sierra::nalu::BoundaryCondition::load().
Referenced by sierra::nalu::Realm::load().
|
inline |
| Realm * sierra::nalu::BoundaryConditions::parent | ( | ) |
| Simulation * sierra::nalu::BoundaryConditions::root | ( | ) |
References sierra::nalu::BoundaryCondition::parent(), and root().
Referenced by sierra::nalu::BoundaryCondition::root(), and root().
|
inline |
Referenced by sierra::nalu::Realm::query_for_overset(), and sierra::nalu::Realm::setup_bc().
| BoundaryConditionVector sierra::nalu::BoundaryConditions::boundaryConditionVector_ |
| Realm& sierra::nalu::BoundaryConditions::realm_ |
1.8.11