@@ -254,8 +254,6 @@ 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" , " FLUID_PROPERTIES" , " Thermal conductivity" );
258- AddVolumeOutput (" HEAT_CAPACITY" , " Heat_Capacity" , " FLUID_PROPERTIES" , " Heat Capacity" );
259257
260258 AddVolumeOutput (" SKIN_FRICTION-X" , " Skin_Friction_Coefficient_x" , " PRIMITIVE" , " x-component of the skin friction vector" );
261259 AddVolumeOutput (" SKIN_FRICTION-Y" , " Skin_Friction_Coefficient_y" , " PRIMITIVE" , " y-component of the skin friction vector" );
@@ -268,6 +266,11 @@ void CFlowCompOutput::SetVolumeOutputFields(CConfig *config){
268266
269267 SetVolumeOutputFieldsScalarPrimitive (config);
270268
269+ if (config->GetViscous ()) {
270+ AddVolumeOutput (" THERMAL_CONDUCTIVITY" , " Thermal_Conductivity" , " PRIMITIVE" , " Thermal conductivity" );
271+ AddVolumeOutput (" HEAT_CAPACITY" , " Heat_Capacity" , " PRIMITIVE" , " Heat Capacity" );
272+ }
273+
271274 // Residuals
272275 AddVolumeOutput (" RES_DENSITY" , " Residual_Density" , " RESIDUAL" , " Residual of the density" );
273276 AddVolumeOutput (" RES_MOMENTUM-X" , " Residual_Momentum_x" , " RESIDUAL" , " Residual of the x-momentum component" );
0 commit comments