Skip to content

Commit 6546dfb

Browse files
authored
Apply suggestions from code review
1 parent 15b62fa commit 6546dfb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Common/include/geometry/CGeometry.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class CGeometry {
199199
unsigned long *nElem_Bound{nullptr}; /*!< \brief Number of elements of the boundary. */
200200
string *Tag_to_Marker{nullptr}; /*!< \brief Names of boundary markers. */
201201
vector<bool> bound_is_straight; /*!< \brief Bool if boundary-marker is straight(2D)/plane(3D) for each local marker. */
202-
vector<su2double> SurfaceAreaCfgFile; /*!< \brief Total Surface area for all markers. */
202+
vector<su2double> SurfaceAreaCfgFile; /*!< \brief Total Surface area for all markers. */
203203

204204
/*--- Partitioning-specific variables ---*/
205205

@@ -917,8 +917,8 @@ class CGeometry {
917917
*/
918918
void ComputeSurfaceAreaCfgFile(const CConfig *config);
919919

920-
/*! Get global Surface Area to a local marker
921-
* \brief Adapt Heatflux value for integrated heatflux.
920+
/*!
921+
* \brief Get global Surface Area to a local marker.
922922
* \param[in] config - Definition of the particular problem.
923923
* \param[in] val_marker - Local surface marker.
924924
* \return Global Surface Area to the local marker

TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d/configSolid.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ THERMAL_CONDUCTIVITY_CONSTANT= 200
2525
%
2626
MARKER_SYM= ( solid_sym_sides)
2727
%
28-
% 5e5[W/m^2]@solid_bottom_heat * 3.59172[m^2]@solid_bottom_heater = 17.9586 [W]
28+
% 5e5[W/m^2]@solid_bottom_heat * 3.59172e-5[m^2]@solid_bottom_heater = 17.9586 [W]
2929
INTEGRATED_HEATFLUX= YES
3030
MARKER_HEATFLUX= ( solid_bottom_heater, 17.9586, \
3131
solid_block_inlet, 0.0, \

0 commit comments

Comments
 (0)