Skip to content

Commit 5325a32

Browse files
fixed trailing white spaces
1 parent 8419fa5 commit 5325a32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Common/include/CConfig.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ class CConfig {
540540
su2double DataDriven_Relaxation_Factor; /*!< \brief Relaxation factor for Newton solvers in data-driven fluid models. */
541541
su2double DataDriven_rho_init{-1.0}, /*!< \brief Optional initial density value for Newton solver in data-driven fluid model.*/
542542
DataDriven_e_init{-1.0}; /*!< \brief Optional initial static energy value for Newton solver in data-driven fluid model.*/
543-
543+
544544
bool UsePINN = false; /*!< \brief Use physics-informed method for data-driven fluid modeling. */
545545

546546
STRUCT_TIME_INT Kind_TimeIntScheme_FEA; /*!< \brief Time integration for the FEA equations. */
@@ -4008,9 +4008,9 @@ class CConfig {
40084008
* \return Initial static value.
40094009
*/
40104010
su2double GetInitialEnergy_DataDriven(void) const { return DataDriven_e_init; }
4011-
4011+
40124012
bool Use_PINN(void) const { return UsePINN; }
4013-
4013+
40144014
/*!
40154015
* \brief Returns the name of the fluid we are using in CoolProp.
40164016
*/
@@ -7106,7 +7106,7 @@ class CConfig {
71067106
* \param[in] val_marker - Index corresponding to the Riemann BC.
71077107
*/
71087108
void SetRiemann_Var1(su2double newVar1, const string& val_marker);
7109-
7109+
71107110
/*!
71117111
* \brief Get the relax factor for the average component for the Giles BC.
71127112
* \param[in] val_marker - Index corresponding to the Giles BC.

Common/src/CConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ void CConfig::SetConfig_Options() {
12041204
addDoubleOption("DATADRIVEN_INITIAL_ENERGY", DataDriven_e_init, -1.0);
12051205
/*!\biref USE_PINN \n DESCRIPTION: Use physics-informed approach for the entropy-based fluid model. \n \ingroup Config*/
12061206
addBoolOption("USE_PINN",UsePINN, false);
1207-
1207+
12081208
/*!\brief CONFINEMENT_PARAM \n DESCRIPTION: Input Confinement Parameter for Vorticity Confinement*/
12091209
addDoubleOption("CONFINEMENT_PARAM", Confinement_Param, 0.0);
12101210

0 commit comments

Comments
 (0)