Skip to content

Commit 1580c17

Browse files
authored
Add comment about Coulomb potential source
1 parent dfb8a4e commit 1580c17

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

SU2_CFD/include/fluid/CSU2TCLib.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ class CSU2TCLib : public CNEMOGas {
7070
std::array<su2double,1> Sk_ref; /*!< \brief Vector containing Sutherland's constant for thermal conductivities */
7171

7272
const su2double T_ref_suth = 273.15; /*!<\brief Reference temperature for Sutherland's model [K] */
73-
73+
74+
// Coulomb potential constant values source: Scalabrin, NUMERICAL SIMULATION OF WEAKLY IONIZED HYPERSONIC
75+
// FLOW OVER REENTRY CAPSULES, 2007.
7476
/*--- Attractive Coulombic potential constants ---*/
7577
const su2double D1_a = 0.784;
7678
const su2double C1_a = -0.476;

0 commit comments

Comments
 (0)