55 lines
1.1 KiB
C++
55 lines
1.1 KiB
C++
inline RDouble Param_NSSolverStruct::GetMUSCLCoefXk() const
|
|
{
|
|
return MUSCLCoefXk;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetMUSCLCoefXb() const
|
|
{
|
|
return MUSCLCoefXb;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetCatalyticCoef() const
|
|
{
|
|
return catalyticCoef;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetChemicalSpectrumRadiusCoef() const
|
|
{
|
|
return chemicalSpectrumRadiusCoef;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetViscousSpectrumRadiusCoef() const
|
|
{
|
|
return viscousSpectrumRadiusCoef;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetInviscidSpectrumRadiusCoef() const
|
|
{
|
|
return inviscidSpectrumRadiusCoef;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetChemicalRelaxCorf() const
|
|
{
|
|
return chemicalRelaxCorf;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetStaticPressureRelaxCorf() const
|
|
{
|
|
return staticPressureRelaxCorf;
|
|
}
|
|
|
|
inline string Param_NSSolverStruct::GetInviscidSchemeName() const
|
|
{
|
|
return inviscidSchemeName;
|
|
}
|
|
|
|
inline RDouble Param_NSSolverStruct::GetIniSpeedCoef() const
|
|
{
|
|
return iniSpeedCoef;
|
|
}
|
|
|
|
inline int Param_NSSolverStruct::GetIniSpeedMode() const
|
|
{
|
|
return iniSpeedMode;
|
|
}
|