solvers::solid::thermophysicalPredictor: Moved thermo correction into the non-orthogonality correction loop
Resolves bug-report https://bugs.openfoam.org/view.php?id=4043
This commit is contained in:
@ -236,9 +236,9 @@ void Foam::solvers::solid::thermophysicalPredictor()
|
||||
eEqn.solve();
|
||||
|
||||
fvConstraints().constrain(e);
|
||||
}
|
||||
|
||||
thermo_.correct();
|
||||
thermo_.correct();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user