Skip to content

Commit 21bbaa5

Browse files
committed
Merge branch 'fix_restart_scalars' of https://github.com/su2code/su2 into fix_restart_scalars
2 parents 43af712 + 03b9484 commit 21bbaa5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SU2_CFD/src/output/CFlowIncOutput.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ void CFlowIncOutput::SetVolumeOutputFields(CConfig *config){
305305
AddVolumeOutput("VELOCITY-Y", "Velocity_y", "SOLUTION", "y-component of the velocity vector");
306306
if (nDim == 3)
307307
AddVolumeOutput("VELOCITY-Z", "Velocity_z", "SOLUTION", "z-component of the velocity vector");
308-
309308
if (weakly_coupled_heat) AddVolumeOutput("TEMPERATURE", "Temperature", "SOLUTION", "Temperature");
310309
if (heat) AddVolumeOutput("ENTHALPY", "Enthalpy", "SOLUTION", "Enthalpy");
311310

@@ -419,7 +418,6 @@ void CFlowIncOutput::LoadVolumeData(CConfig *config, CGeometry *geometry, CSolve
419418
if (heat) {
420419
SetVolumeOutputValue("ENTHALPY", iPoint, Node_Flow->GetSolution(iPoint, nDim+1));
421420
}
422-
423421
if (weakly_coupled_heat) SetVolumeOutputValue("TEMPERATURE", iPoint, Node_Heat->GetSolution(iPoint, 0));
424422

425423
// Radiation solver

0 commit comments

Comments
 (0)