mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Implemented face rotation controller and some associated functions and fixes.
Some test code code commented out at point of displacementAccumulator addition/clip.
This commit is contained in:
@ -63,9 +63,15 @@ int main(int argc, char *argv[])
|
||||
|
||||
mesh.move();
|
||||
|
||||
mesh.conformToSurface();
|
||||
|
||||
runTime++;
|
||||
}
|
||||
|
||||
mesh.writeMesh();
|
||||
|
||||
mesh.writePoints("allFinalPoints.obj", false);
|
||||
|
||||
Info<< nl << "End\n" << endl;
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user