![]() |
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 | |
| UserFunctionInitialConditionData (InitialConditions &ics) | |
Public Member Functions inherited from sierra::nalu::InitialCondition | |
| 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 | |
| std::map< std::string, std::string > | functionNames_ |
| std::map< std::string, std::vector< double > > | functionParams_ |
Public Attributes inherited from sierra::nalu::InitialCondition | |
| InitialConditions & | initialConditions_ |
| std::string | icName_ |
| std::vector< std::string > | targetNames_ |
| UserDataType | theIcType_ |
|
inline |
| std::map<std::string, std::string> sierra::nalu::UserFunctionInitialConditionData::functionNames_ |
| std::map<std::string, std::vector<double> > sierra::nalu::UserFunctionInitialConditionData::functionParams_ |
1.8.11