mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
6-DoF solid body motion: Support PIMPLE iteration and acceleration relaxation
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
phic = min(interface.cAlpha()*phic, max(phic));
|
||||
surfaceScalarField phir(phic*interface.nHatf());
|
||||
|
||||
if (pimple.firstIter() && MULESCorr)
|
||||
//***HGW if (pimple.firstIter() && MULESCorr)
|
||||
if (MULESCorr)
|
||||
{
|
||||
fvScalarMatrix alpha1Eqn
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user