File tree Expand file tree Collapse file tree
TestCases/incomp_navierstokes/streamwise_periodic/chtPinArray_3d Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ THERMAL_CONDUCTIVITY_CONSTANT= 200
2525%
2626MARKER_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]
2929INTEGRATED_HEATFLUX = YES
3030MARKER_HEATFLUX = ( solid_bottom_heater, 17.9586, \
3131 solid_block_inlet, 0.0, \
You can’t perform that action at this time.
0 commit comments