ENH: MRF: Remove ddtCorr from MRF regions

MRFZone: Filter-out excluded patches from ddtCorr
This commit is contained in:
Henry Weller
2018-02-10 22:46:17 +00:00
committed by Andrew Heather
parent fe4752d28a
commit 05f5a293bc
29 changed files with 179 additions and 34 deletions

View File

@ -9,7 +9,7 @@
(
"phiHbyA",
fvc::flux(HbyA)
+ rAUf*fvc::ddtCorr(U, phi)
+ MRF.zeroFilter(rAUf*fvc::ddtCorr(U, phi))
+ phig
);

View File

@ -19,7 +19,7 @@ surfaceScalarField phiHbyA
"phiHbyA",
(
fvc::flux(rho*HbyA)
+ rhorAUf*fvc::ddtCorr(rho, U, phi)
+ MRF.zeroFilter(rhorAUf*fvc::ddtCorr(rho, U, phi))
)
+ phig
);

View File

@ -19,7 +19,7 @@ surfaceScalarField phiHbyA
"phiHbyA",
(
fvc::flux(rho*HbyA)
+ rhorAUf*fvc::ddtCorr(rho, U, phi)
+ MRF.zeroFilter(rhorAUf*fvc::ddtCorr(rho, U, phi))
)
+ phig
);