Skip to content

Commit

Permalink
Revert "Remove redundant call updating displacements"
Browse files Browse the repository at this point in the history
This reverts commit dca015c.
  • Loading branch information
psakievich committed Oct 24, 2023
1 parent dca015c commit 56a3807
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Realm.C
Original file line number Diff line number Diff line change
Expand Up @@ -3470,6 +3470,13 @@ Realm::populate_restart(double& timeStepNm1, int& timeStepCount)
if (has_mesh_motion())
meshMotionAlg_->restart_reinit(foundRestartTime);

if (aeroModels_->has_fsi()) {
NaluEnv::self().naluOutputP0()
<< "Aero models - Update displacements and set current coordinates"
<< std::endl;
aeroModels_->update_displacements(restartTime, true);
}

compute_geometry();

if (has_mesh_motion())
Expand Down

0 comments on commit 56a3807

Please sign in to comment.