mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
5 lines
159 B
C
5 lines
159 B
C
IOMRFZoneList mrfZones(mesh);
|
|
mrfZones.correctBoundaryVelocity(U1);
|
|
mrfZones.correctBoundaryVelocity(U2);
|
|
mrfZones.correctBoundaryVelocity(U);
|