Go to the source code of this file.
Namespaces | |
NS | |
Variables | |
const std::string | NS::density = "rho" |
const std::string | NS::momentum_x = "rhou" |
const std::string | NS::momentum_y = "rhov" |
const std::string | NS::momentum_z = "rhow" |
const std::string | NS::total_energy = "rhoE" |
const std::string | NS::velocity_x = "vel_x" |
const std::string | NS::velocity_y = "vel_y" |
const std::string | NS::velocity_z = "vel_z" |
const std::string | NS::pressure = "pressure" |
const std::string | NS::temperature = "temperature" |
const std::string | NS::enthalpy = "enthalpy" |
const std::string | NS::mach_number = "Mach" |
const std::string | NS::internal_energy = "internal_energy" |
const std::string | NS::specific_volume = "specific_volume" |