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
Public Member Functions | Public Attributes | Private Member Functions | List of all members
unit_test_utils::NaluTest Class Reference

#include <UnitTestRealm.h>

Public Member Functions

 NaluTest (YAML::Node &)
 
sierra::nalu::Realmcreate_realm (const YAML::Node &, const std::string realm_type="multi_physics")
 

Public Attributes

YAML::Node doc_
 
stk::ParallelMachine comm_
 
unsigned spatialDim_
 
sierra::nalu::Simulation sim_
 
stk::mesh::PartVector partVec_
 

Private Member Functions

 NaluTest ()=delete
 
 NaluTest (const NaluTest &)=delete
 

Constructor & Destructor Documentation

unit_test_utils::NaluTest::NaluTest ( YAML::Node doc)
unit_test_utils::NaluTest::NaluTest ( )
privatedelete
unit_test_utils::NaluTest::NaluTest ( const NaluTest )
privatedelete

Member Function Documentation

sierra::nalu::Realm & unit_test_utils::NaluTest::create_realm ( const YAML::Node realm_node,
const std::string  realm_type = "multi_physics" 
)

Member Data Documentation

stk::ParallelMachine unit_test_utils::NaluTest::comm_

Referenced by create_realm().

YAML::Node unit_test_utils::NaluTest::doc_

Referenced by NaluTest().

stk::mesh::PartVector unit_test_utils::NaluTest::partVec_
sierra::nalu::Simulation unit_test_utils::NaluTest::sim_

Referenced by create_realm(), and NaluTest().

unsigned unit_test_utils::NaluTest::spatialDim_

Referenced by create_realm().


The documentation for this class was generated from the following files: