www.mooseframework.org
Namespaces | Functions | Variables
NS.h File Reference

Go to the source code of this file.

Namespaces

 NS
 
 NS_DEFAULT_VALUES
 
 NS_CONSTANTS
 

Functions

std::string NS::grad (const std::string &var)
 
std::string NS::time_deriv (const std::string &var)
 
static const RealVectorValue NS_DEFAULT_VALUES::center (0.0, 0.0, 0.0)
 
static const RealVectorValue NS_DEFAULT_VALUES::acceleration (0.0, 0.0, 0.0)
 

Variables

static const std::string NS::directions [3] = {"x", "y", "z"}
 
static const std::string NS::pebble_diameter = "pebble_diameter"
 
static const std::string NS::infinite_porosity = "infinite_porosity"
 
static const std::string NS::axis = "axis"
 
static const std::string NS::center = "center"
 
static const std::string NS::wall_porosity = "wall_porosity"
 
static const std::string NS::wall_distance = "wall_distance"
 
static const std::string NS::density = "rho"
 
static const std::string NS::superficial_density = "superficial_rho"
 
static const std::string NS::momentum_x = "rhou"
 
static const std::string NS::momentum_y = "rhov"
 
static const std::string NS::momentum_z = "rhow"
 
static const std::string NS::momentum_vector [3] = {momentum_x, momentum_y, momentum_z}
 
static const std::string NS::superficial_momentum_x = "superficial_rhou"
 
static const std::string NS::superficial_momentum_y = "superficial_rhov"
 
static const std::string NS::superficial_momentum_z = "superficial_rhow"
 
static const std::string NS::superficial_momentum_vector [3]
 
static const std::string NS::velocity = "velocity"
 
static const std::string NS::velocity_x = "vel_x"
 
static const std::string NS::velocity_y = "vel_y"
 
static const std::string NS::velocity_z = "vel_z"
 
const std::string NS::velocity_vector [3] = {velocity_x, velocity_y, velocity_z}
 
static const std::string NS::superficial_velocity_x = "superficial_vel_x"
 
static const std::string NS::superficial_velocity_y = "superficial_vel_y"
 
static const std::string NS::superficial_velocity_z = "superficial_vel_z"
 
static const std::string NS::superficial_velocity = "superficial_velocity"
 
static const std::string NS::superficial_velocity_vector [3]
 
static const std::string NS::pressure = "pressure"
 
static const std::string NS::temperature = "temperature"
 
static const std::string NS::internal_energy = "internal_energy"
 
static const std::string NS::specific_internal_energy = "e"
 
static const std::string NS::specific_total_energy = "et"
 
static const std::string NS::internal_energy_density = "rho_e"
 
static const std::string NS::total_energy_density = "rho_et"
 
static const std::string NS::superficial_total_energy_density = "superficial_rho_et"
 
static const std::string NS::specific_enthalpy = "h"
 
static const std::string NS::specific_total_enthalpy = "ht"
 
static const std::string NS::enthalpy_density = "rho_h"
 
static const std::string NS::total_enthalpy_density = "rho_ht"
 
static const std::string NS::superficial_total_enthalpy_density = "superficial_rho_ht"
 
static const std::string NS::mixing_length = "mixing_length"
 
static const std::string NS::wall_shear_stress = "wall_shear_stress"
 
static const std::string NS::wall_yplus = "wall_yplus"
 
static const std::string NS::eddy_viscosity = "eddy_viscosity"
 
static const std::string NS::total_viscosity = "total_viscosity"
 
static const std::string NS::mach_number = "Mach"
 
static const std::string NS::specific_volume = "specific_volume"
 
static const std::string NS::momentum = "momentum"
 
static const std::string NS::v = "v"
 
static const std::string NS::acceleration = "acceleration"
 
static const std::string NS::fluid = "fp"
 
static const std::string NS::porosity = "porosity"
 
static const std::string NS::smoothed_porosity = "smoothed_porosity"
 
static const std::string NS::T_fluid = "T_fluid"
 
static const std::string NS::T_solid = "T_solid"
 
static const std::string NS::heat_source = "heat_source"
 
static const std::string NS::cL = "Darcy_coefficient"
 
static const std::string NS::cQ = "Forchheimer_coefficient"
 
static const std::string NS::alpha_boussinesq = "alpha_b"
 
static const std::string NS::drhos_dTs = "drhos_dTs"
 
static const std::string NS::dks_dTs = "dks_dTs"
 
static const std::string NS::kappa = "kappa"
 
static const std::string NS::kappa_s = "kappa_s"
 
static const std::string NS::mu_eff = "mu_eff"
 
static const std::string NS::rho_s = "rho_s"
 
static const std::string NS::cp_s = "cp_s"
 
static const std::string NS::k_s = "k_s"
 
static const std::string NS::cp = "cp"
 
static const std::string NS::cv = "cv"
 
static const std::string NS::mu = "mu"
 
static const std::string NS::mu_t = "mu_t"
 
static const std::string NS::k = "k"
 
static const std::string NS::thermal_diffusivity = "thermal_diffusivity"
 
static const std::string NS::alpha = "alpha"
 
static const std::string NS::alpha_wall = "alpha_wall"
 
static const std::string NS::solid = "solid"
 
static const std::string NS::Prandtl = "Pr"
 
static const std::string NS::Reynolds = "Re"
 
static const std::string NS::Reynolds_hydraulic = "Re_h"
 
static const std::string NS::Reynolds_interstitial = "Re_i"
 
static const std::string NS::c = "c"
 
static const std::string NS::speed = "speed"
 
static const std::string NS::sound_speed = "sound_speed"
 
static const std::string NS::component = "component"
 
static const std::string NS::source_scaling = "source_scaling"
 
static const std::string NS::matrix_tau = "matrix_tau"
 
static const std::string NS::vector_tau = "vector_tau"
 
static const std::string NS::scalar_tau = "scalar_tau"
 
static const std::string NS::diagonal_tau = "diagonal_tau"
 
static const std::string NS::A = "A"
 
static const std::string NS::R = "R"
 
static const std::string NS::S = "S"
 
static const std::string NS::dS_dTs = "dS_dTs"
 
static const std::string NS::F = "F"
 
static const std::string NS::G = "G"
 
static const std::string NS::dUdt = "dUdt"
 
static const std::string NS::C = "C"
 
static const std::string NS::Z = "Z"
 
static const std::string NS::K = "K"
 
static const std::string NS::mass_flux = "mass_flux"
 
static const std::string NS::TKE = "k"
 
static const std::string NS::TKED = "epsilon"
 
static constexpr Real NS::von_karman_constant = 0.4187
 
static constexpr Real NS::E_turb_constant = 9.793
 
static const Real NS_DEFAULT_VALUES::infinite_porosity = 0.4
 
static const int NS_DEFAULT_VALUES::bed_axis = 2
 
static const Real NS_DEFAULT_VALUES::wall_porosity = 1.0
 
static const Real NS_DEFAULT_VALUES::k_epsilon = 1e-6
 
static const Real NS_DEFAULT_VALUES::vel_epsilon = 1e-8
 
static const Real NS_DEFAULT_VALUES::inner_radius = 0.0