![]() |
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 "UnitTestAlgorithm.h"#include "UnitTestKokkosUtils.h"#include "UnitTestFieldUtils.h"#include "UnitTestAlgorithmUtils.h"#include "TurbViscKsgsAlgorithm.h"#include "TurbKineticEnergyKsgsNodeSourceSuppAlg.h"#include "TurbViscSmagorinskyAlgorithm.h"#include "TurbViscWaleAlgorithm.h"Functions | |
| TEST_F (TestTurbulenceAlgorithm, turbviscksgsalgorithm) | |
| TEST_F (TestTurbulenceAlgorithm, turbkineticenergyksgsnodesourcesuppalg) | |
| TEST_F (TestTurbulenceAlgorithm, turbviscsmagorinskyalgorithm) | |
| TEST_F (TestTurbulenceAlgorithm, turbviscwalealgorithm) | |
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| turbviscksgsalgorithm | |||
| ) |
References sierra::nalu::TurbViscKsgsAlgorithm::execute(), unit_test_utils::field_norm(), and tol.
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| turbkineticenergyksgsnodesourcesuppalg | |||
| ) |
References unit_test_algorithm_utils::TestSupplementalAlgorithmDriver::activeSuppAlgs_, unit_test_algorithm_utils::TestSupplementalAlgorithmDriver::get_lhs_norm(), unit_test_algorithm_utils::TestSupplementalAlgorithmDriver::get_rhs_norm(), unit_test_algorithm_utils::TestSupplementalAlgorithmDriver::nodal_execute(), and tol.
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| turbviscsmagorinskyalgorithm | |||
| ) |
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| turbviscwalealgorithm | |||
| ) |
References sierra::nalu::TurbViscWaleAlgorithm::execute(), unit_test_utils::field_norm(), and tol.
1.8.11