GRINS-0.8.0
|
#include <string>
Go to the source code of this file.
Namespaces | |
GRINS | |
GRINS namespace. | |
Variables | |
const std::string | GRINS::u_var_name_default = "u" |
Default physics variable names. More... | |
const std::string | GRINS::v_var_name_default = "v" |
y-velocity More... | |
const std::string | GRINS::w_var_name_default = "w" |
z-velocity More... | |
const std::string | GRINS::nu_var_name_default = "nu" |
z-velocity More... | |
const std::string | GRINS::u_r_var_name_default = "r_vel" |
r-velocity (axisymmetric case) More... | |
const std::string | GRINS::u_z_var_name_default = "z_vel" |
z-velocity (axisymmetric case) More... | |
const std::string | GRINS::p_var_name_default = "p" |
pressure More... | |
const std::string | GRINS::T_var_name_default = "T" |
temperature More... | |
const std::string | GRINS::fan_speed_var_name_default = "fan_speed" |
fan speed More... | |
const std::string | GRINS::scalar_ode_var_name_default = "scalar_var" |
arbitrary scalar ODE variable name More... | |
const std::string | GRINS::Ex_var_name_default = "Ex" |
Ex field. More... | |
const std::string | GRINS::Ey_var_name_default = "Ey" |
Ey field. More... | |
const std::string | GRINS::Ez_var_name_default = "Ez" |
Ez field. More... | |
const std::string | GRINS::Bx_var_name_default = "Bx" |
Bx field. More... | |
const std::string | GRINS::By_var_name_default = "By" |
By field. More... | |
const std::string | GRINS::Bz_var_name_default = "Bz" |
Bz field. More... | |
const std::string | GRINS::u_disp_name_default = "u" |
const std::string | GRINS::v_disp_name_default = "v" |
const std::string | GRINS::w_disp_name_default = "w" |