mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Storing and reinserting surface conformation instead of recalculating at each
iteration. Rebuilding every 10 steps as a hard-coded experiment.
This commit is contained in:
@ -63,7 +63,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
mesh.move();
|
||||
|
||||
mesh.conformToSurface();
|
||||
// mesh.conformToSurface();
|
||||
}
|
||||
|
||||
mesh.writeMesh();
|
||||
|
||||
Reference in New Issue
Block a user