20 #ifndef __mast_fluid_condition_h__ 21 #define __mast_fluid_condition_h__ 94 return gas_property.
rho;
119 return gas_property.
rho * gas_property.
cv * gas_property.
T +
q0();
139 return this->
rho_e() / this->
rho();;
157 std::unique_ptr<MAST::FieldFunction<RealVectorX>>
inf_sol;
172 #endif // __mast_fluid_condition_h__ virtual ~FlightCondition()
bool enable_shock_capturing
flag to turn on/off artificial dissipation for shock capturing terms in fluid flow analysis...
void init()
initializes the data
Real mach
Flight Mach number.
Real rho_u2_sens_mach() const
Real rho_e_sens_rho() const
Real rho_sens_rho() const
RealVectorX flow_unit_vector
direction along which flow is defined
Real ref_chord
reference chord
Real rho_u2_sens_rho() const
void init()
initializes the data structures
Real velocity_magnitude() const
Velocity magnitude, whose direction is evaluated from the Euler angles.
Real q0() const
returns the flight dynamic pressure
Matrix< Real, Dynamic, 1 > RealVectorX
std::unique_ptr< MAST::FieldFunction< RealVectorX > > inf_sol
GasProperty gas_property
Ambient air properties.
Real rho_u1_sens_rho() const
Real rho
Property values for ideal gas.
Real rho_u1_sens_mach() const
Real rho_e_sens_mach() const