MRFtwoPhaseEulerFoam: update MRF handling of U

This commit is contained in:
Henry 2012-03-15 15:11:05 +00:00
parent 3417551c2d
commit 0a50fdabe0

View File

@ -1,3 +1,4 @@
MRFZones mrfZones(mesh);
mrfZones.correctBoundaryVelocity(U1);
mrfZones.correctBoundaryVelocity(U2);
mrfZones.correctBoundaryVelocity(U);