Skip to content

Commit e141ec7

Browse files
adding new group FLUID_PROPERTIES for heat capacity and thermal conductivity
1 parent 5982c8e commit e141ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SU2_CFD/src/output/CFlowCompOutput.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ void CFlowCompOutput::SetVolumeOutputFields(CConfig *config){
254254

255255
if (config->GetViscous()) {
256256
AddVolumeOutput("LAMINAR_VISCOSITY", "Laminar_Viscosity", "PRIMITIVE", "Laminar viscosity");
257-
AddVolumeOutput("THERMAL_CONDUCTIVITY", "Thermal_Conductivity", "PRIMITIVE", "Thermal conductivity");
258-
AddVolumeOutput("HEAT_CAPACITY", "Heat_Capacity", "PRIMITIVE", "Heat Capacity");
257+
AddVolumeOutput("THERMAL_CONDUCTIVITY", "Thermal_Conductivity", "FLUID_PROPERTIES", "Thermal conductivity");
258+
AddVolumeOutput("HEAT_CAPACITY", "Heat_Capacity", "FLUID_PROPERTIES", "Heat Capacity");
259259

260260
AddVolumeOutput("SKIN_FRICTION-X", "Skin_Friction_Coefficient_x", "PRIMITIVE", "x-component of the skin friction vector");
261261
AddVolumeOutput("SKIN_FRICTION-Y", "Skin_Friction_Coefficient_y", "PRIMITIVE", "y-component of the skin friction vector");

0 commit comments

Comments
 (0)