We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb8a4e commit 1580c17Copy full SHA for 1580c17
1 file changed
SU2_CFD/include/fluid/CSU2TCLib.hpp
@@ -70,7 +70,9 @@ class CSU2TCLib : public CNEMOGas {
70
std::array<su2double,1> Sk_ref; /*!< \brief Vector containing Sutherland's constant for thermal conductivities */
71
72
const su2double T_ref_suth = 273.15; /*!<\brief Reference temperature for Sutherland's model [K] */
73
-
+
74
+ // Coulomb potential constant values source: Scalabrin, NUMERICAL SIMULATION OF WEAKLY IONIZED HYPERSONIC
75
+ // FLOW OVER REENTRY CAPSULES, 2007.
76
/*--- Attractive Coulombic potential constants ---*/
77
const su2double D1_a = 0.784;
78
const su2double C1_a = -0.476;
0 commit comments