Skip to content

Commit

Permalink
- Added Non-dimensionalization to translation velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
rois1995 committed Jan 13, 2025
1 parent 77a5b14 commit 140dec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SU2_CFD/src/solvers/CMeshSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ void CMeshSolver::Surface_Translating(CGeometry *geometry, CConfig *config, unsi
}

for (iDim = 0; iDim < 3; iDim++) {
xDot[iDim] = config->GetMarkerTranslationRate(jMarker, iDim);
xDot[iDim] = config->GetMarkerTranslationRate(jMarker, iDim)/config->GetVelocity_Ref();
Center[iDim] = config->GetMarkerMotion_Origin(jMarker, iDim);
}

Expand Down

0 comments on commit 140dec2

Please sign in to comment.