![]() |
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 <InitialConditions.h>
Public Member Functions | |
| InitialConditions (Realm &realm) | |
| ~InitialConditions () | |
| InitialConditions * | load (const YAML::Node &node) |
| void | breadboard () |
| Simulation * | root () |
| Realm * | parent () |
| size_t | size () |
| InitialCondition * | operator[] (int i) |
Public Attributes | |
| Realm & | realm_ |
| InitialConditionVector | initialConditionVector_ |
|
inline |
|
inline |
|
inline |
|
inline |
References sierra::nalu::InitialCondition::load().
Referenced by sierra::nalu::Realm::load().
|
inline |
| Realm * sierra::nalu::InitialConditions::parent | ( | ) |
| Simulation * sierra::nalu::InitialConditions::root | ( | ) |
References sierra::nalu::InitialCondition::parent(), and root().
Referenced by sierra::nalu::InitialCondition::root(), and root().
|
inline |
Referenced by sierra::nalu::Realm::setup_initial_conditions().
| InitialConditionVector sierra::nalu::InitialConditions::initialConditionVector_ |
| Realm& sierra::nalu::InitialConditions::realm_ |
1.8.11