Skip to content

Commit c5fd919

Browse files
authored
Apply suggestions from code review
1 parent 1b099d6 commit c5fd919

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

Common/include/CConfig.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3754,8 +3754,7 @@ class CConfig {
37543754
unsigned short GetKind_FluidModel(void) const { return Kind_FluidModel; }
37553755

37563756
/*!
3757-
* \brief Name of fluid that we are using.
3758-
* \return Name of fluid that we are using.
3757+
* \brief Returns the name of the fluid we are using in CoolProp.
37593758
*/
37603759
string GetFluid_Name(void) const { return FluidName; }
37613760

SU2_CFD/src/fluid/CCoolProp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* \file CCoolProp.cpp
33
* \brief Source of the fluid model from CoolProp.
44
* \author P. Yan, G. Gori, A. Guardone
5-
* \version 7.3.1 "Blackbird"
5+
* \version 7.4.0 "Blackbird"
66
*
77
* SU2 Project Website: https://su2code.github.io
88
*

TestCases/nicf/coolprop/coolprop_nozzle.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ MESH_OUT_FILENAME= mesh_out.su2
102102
%
103103
% Restart flow input file
104104
SOLUTION_FILENAME= solution_flow.dat
105-
% Output file format (TECPLOT, TECPLOT_BINARY, PARAVIEW, PARAVIEW_BINARY,
106-
% FIELDVIEW, FIELDVIEW_BINARY)
107105
TABULAR_FORMAT= CSV
108106
%
109107
% Output file convergence history (w/o extension)

0 commit comments

Comments
 (0)