![]() |
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 <UnitTestUtils.h>
Protected Member Functions | |
| Hex8MeshWithNSOFields () | |
Protected Member Functions inherited from Hex8Mesh | |
| Hex8Mesh () | |
| ~Hex8Mesh () | |
| void | fill_mesh (const std::string &meshSpec="generated:20x20x20") |
| void | fill_mesh_and_initialize_test_fields (const std::string &meshSpec="generated:20x20x20") |
| void | check_discrete_laplacian (double exactLaplacian) |
Protected Attributes | |
| GenericFieldType * | massFlowRate |
| GenericFieldType * | Gju |
| VectorFieldType * | velocity |
| VectorFieldType * | dpdx |
| ScalarFieldType * | density |
| ScalarFieldType * | viscosity |
| ScalarFieldType * | pressure |
Protected Attributes inherited from Hex8Mesh | |
| stk::ParallelMachine | comm |
| unsigned | spatialDimension |
| stk::mesh::MetaData | meta |
| stk::mesh::BulkData | bulk |
| stk::topology | topo |
| VectorFieldType * | elemCentroidField |
| ScalarFieldType * | nodalPressureField |
| ScalarFieldType * | discreteLaplacianOfPressure |
| ScalarFieldType * | scalarQ |
| ScalarFieldType * | diffFluxCoeff |
| stk::mesh::PartVector | partVec |
| const VectorFieldType * | coordField |
| double | exactLaplacian |
|
inlineprotected |
References sierra::nalu::MasterElement::numIntPoints_.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.11