Skip to content

Commit

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

Please sign in to comment.