Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristopher-Morales authored Jan 14, 2025
2 parents c648c5f + 2b6d97a commit b9cf11b
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 b9cf11b

Please sign in to comment.