Skip to content

Commit

Permalink
solvers::solid::thermophysicalPredictor: Moved thermo correction into…
Browse files Browse the repository at this point in the history
… the non-orthogonality correction loop

Resolves bug-report https://bugs.openfoam.org/view.php?id=4043
  • Loading branch information
Henry Weller committed Dec 20, 2023
1 parent 195dfbe commit 3c347ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/modules/solid/solid.C
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@ void Foam::solvers::solid::thermophysicalPredictor()
eEqn.solve();

fvConstraints().constrain(e);
}

thermo_.correct();
thermo_.correct();
}
}


Expand Down

0 comments on commit 3c347ca

Please sign in to comment.