![]() |
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 | |
| InitialCondition (InitialConditions &ics) | |
| virtual | ~InitialCondition () |
| InitialCondition * | 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 () |
| InitialConditions * | parent () |
| void | breadboard () |
Public Attributes | |
| InitialConditions & | initialConditions_ |
| std::string | icName_ |
| std::vector< std::string > | targetNames_ |
| UserDataType | theIcType_ |
|
inline |
|
inlinevirtual |
|
inline |
| InitialCondition * sierra::nalu::InitialCondition::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::InitialConditions::load().
| InitialConditions * sierra::nalu::InitialCondition::parent | ( | ) |
References initialConditions_.
Referenced by load(), root(), and sierra::nalu::InitialConditions::root().
| Simulation * sierra::nalu::InitialCondition::root | ( | ) |
References parent(), and sierra::nalu::InitialConditions::root().
Referenced by sierra::nalu::operator>>().
| std::string sierra::nalu::InitialCondition::icName_ |
Referenced by sierra::nalu::operator>>().
| InitialConditions& sierra::nalu::InitialCondition::initialConditions_ |
Referenced by parent().
| std::vector<std::string> sierra::nalu::InitialCondition::targetNames_ |
Referenced by sierra::nalu::operator>>(), and sierra::nalu::Realm::setup_initial_conditions().
| UserDataType sierra::nalu::InitialCondition::theIcType_ |
Referenced by sierra::nalu::operator>>(), and sierra::nalu::Realm::setup_initial_conditions().
1.8.11