![]() |
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 "ComputeSSTMaxLengthScaleElemAlgorithm.h"#include "TurbViscSSTAlgorithm.h"#include "EffectiveSSTDiffFluxCoeffAlgorithm.h"#include "TurbKineticEnergySSTNodeSourceSuppAlg.h"#include "TurbKineticEnergySSTDESNodeSourceSuppAlg.h"#include "SpecificDissipationRateSSTNodeSourceSuppAlg.h"Functions | |
| TEST_F (TestTurbulenceAlgorithm, computesstmaxlengthscaleelemalgorithm) | |
| TEST_F (TestTurbulenceAlgorithm, testturbviscsstalgorithm) | |
| TEST_F (TestTurbulenceAlgorithm, effectivesstdifffluxcoeffalgorithm) | |
| TEST_F (TestTurbulenceAlgorithm, turbkineticenergysstnodesourcesuppalg) | |
| TEST_F (TestTurbulenceAlgorithm, turbkineticenergysstdesnodesourcesuppalg) | |
| TEST_F (TestTurbulenceAlgorithm, specificdissipationratesstnodesourcesuppalg) | |
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| computesstmaxlengthscaleelemalgorithm | |||
| ) |
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| testturbviscsstalgorithm | |||
| ) |
References sierra::nalu::TurbViscSSTAlgorithm::execute(), unit_test_utils::field_norm(), and tol.
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| effectivesstdifffluxcoeffalgorithm | |||
| ) |
| TEST_F | ( | TestTurbulenceAlgorithm | , |
| turbkineticenergysstnodesourcesuppalg | |||
| ) |
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 | , |
| turbkineticenergysstdesnodesourcesuppalg | |||
| ) |
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 | , |
| specificdissipationratesstnodesourcesuppalg | |||
| ) |
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.
1.8.11