mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
5 lines
154 B
C
5 lines
154 B
C
MRFZones mrfZones(mesh);
|
|
mrfZones.correctBoundaryVelocity(U1);
|
|
mrfZones.correctBoundaryVelocity(U2);
|
|
mrfZones.correctBoundaryVelocity(U);
|