mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Moved vertex size and alignment setting to an external function. Still needs to
have a stored point rebuild mechanism. Added functions to decide when and how to rebuild and store the surface conformation. conformToSurface is now private, so only move can be called from outside the conformalVoronoiMesh class.
This commit is contained in:
@ -62,8 +62,6 @@ int main(int argc, char *argv[])
|
||||
Info<< nl << "Time = " << runTime.timeName() << endl;
|
||||
|
||||
mesh.move();
|
||||
|
||||
// mesh.conformToSurface();
|
||||
}
|
||||
|
||||
mesh.writeMesh();
|
||||
|
||||
Reference in New Issue
Block a user