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
Variables
anonymous_namespace{UnitTestRealm.C} Namespace Reference

Variables

const std::string naluDefaultInputs
 
const std::string realmDefaultSettings
 

Variable Documentation

const std::string anonymous_namespace{UnitTestRealm.C}::naluDefaultInputs
const std::string anonymous_namespace{UnitTestRealm.C}::realmDefaultSettings
Initial value:
=
"- name: unitTestRealm \n"
" use_edges: no \n"
" \n"
" time_step_control: \n"
" target_courant: 2.0 \n"
" time_step_change_factor: 1.2 \n"
" \n"
" solution_options: \n"
" name: unitTestRealmOptions \n"
" turbulence_model: laminar \n"
" interp_rhou_together_for_mdot: yes \n"
" use_consolidated_solver_algorithm: no \n"
" reduced_sens_cvfem_poisson: no \n"
" \n"
" options: \n"
" - laminar_prandtl: \n"
" enthalpy: 0.7 \n"
" - turbulent_prandtl: \n"
" enthalpy: 1.0 \n"
" - shifted_gradient_operator: \n"
" velocity: no \n"
" pressure: no \n"
" mixture_fraction: no \n"

Referenced by unit_test_utils::get_realm_default_node().