![]() |
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 <gtest/gtest.h>#include <stk_util/environment/WallTime.hpp>#include <stk_mesh/base/BulkData.hpp>#include <stk_mesh/base/GetEntities.hpp>#include "UnitTestUtils.h"#include "UnitTestHelperObjects.h"#include <SolutionOptions.h>#include <TimeIntegrator.h>#include <MomentumAdvDiffElemKernel.h>#include <nso/MomentumNSOElemKernel.h>#include <ElemDataRequests.h>Functions | |
| TEST_F (Hex8MeshWithNSOFields, twoMomentumKernels) | |
| TEST_F | ( | Hex8MeshWithNSOFields | , |
| twoMomentumKernels | |||
| ) |
References sierra::nalu::SolutionOptions::externalMeshDeformation_, sierra::nalu::TimeIntegrator::gamma1_, sierra::nalu::TimeIntegrator::gamma2_, sierra::nalu::TimeIntegrator::gamma3_, sierra::nalu::SolutionOptions::includeDivU_, sierra::nalu::SolutionOptions::meshDeformation_, sierra::nalu::SolutionOptions::meshMotion_, sierra::nalu::TimeIntegrator::timeStepN_, and sierra::nalu::TimeIntegrator::timeStepNm1_.
1.8.11