Gas properties

Struct that determines the properties of the simulated gas.

KitAMR.GasType
mutable struct Gas <: KitAMR.AbstractGas
  • Kn::Float64: Default is 0.05.

  • Pr::Float64: Default is 2/3.

  • K::Float64: The translational internal DOF.Default is 1.0.

  • γ::Float64: Default is 5/3.

  • ω::Float64: Default is 0.5.

  • αᵣ::Float64: Default is 1.0.

  • ωᵣ::Float64: Default is 0.81.

  • μᵣ::Float64: The reference viscosity. Default is computed by ref_vhs_vis.

  • T_ref::Float64: The reference temperature of the molecular model. Default is 1.0.

source