@@ -1657,31 +1657,31 @@ class CConfig {
16571657 su2double GetHeat_Flux_Ref (void ) const { return Heat_Flux_Ref; }
16581658
16591659 /* !
1660- * \brief Get the value of the frestream temperature.
1660+ * \brief Get the value of the freestream temperature.
16611661 * \return Freestream temperature.
16621662 */
16631663 su2double GetTemperature_FreeStream (void ) const { return Temperature_FreeStream; }
16641664 /* !
1665- * \brief Get the value of the frestream vibrational-electronic temperature.
1666- * \return Freestream temperature.
1665+ * \brief Get the value of the freestream vibrational-electronic temperature.
1666+ * \return Freestream vibe-el temperature.
16671667 */
16681668 su2double GetTemperature_ve_FreeStream (void ) const { return Temperature_ve_FreeStream; }
16691669
16701670 /* !
1671- * \brief Get the value of the frestream temperature .
1672- * \return Freestream temperature .
1671+ * \brief Get the value of the freestream energy .
1672+ * \return Freestream energy .
16731673 */
16741674 su2double GetEnergy_FreeStream (void ) const { return Energy_FreeStream; }
16751675
16761676 /* !
1677- * \brief Get the value of the frestream temperature .
1678- * \return Freestream temperature .
1677+ * \brief Get the value of the freestream viscosity .
1678+ * \return Freestream viscosity .
16791679 */
16801680 su2double GetViscosity_FreeStream (void ) const { return Viscosity_FreeStream; }
16811681
16821682 /* !
1683- * \brief Get the value of the frestream temperature .
1684- * \return Freestream temperature .
1683+ * \brief Get the value of the freestream density .
1684+ * \return Freestream density .
16851685 */
16861686 su2double GetDensity_FreeStream (void ) const { return Density_FreeStream; }
16871687
@@ -1759,8 +1759,8 @@ class CConfig {
17591759 su2double GetPressure_Ref (void ) const { return Pressure_Ref; }
17601760
17611761 /* !
1762- * \brief Get the value of the reference pressure for non-dimensionalization.
1763- * \return Reference pressure for non-dimensionalization.
1762+ * \brief Get the value of the reference energy for non-dimensionalization.
1763+ * \return Reference energy for non-dimensionalization.
17641764 */
17651765 su2double GetEnergy_Ref (void ) const { return Energy_Ref; }
17661766
0 commit comments