mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Not recalculating size and alignment when meshing is over.
This commit is contained in:
@ -924,7 +924,8 @@ void Foam::conformalVoronoiMesh::updateSizesAndAlignments
|
||||
{
|
||||
if
|
||||
(
|
||||
runTime_.timeIndex()
|
||||
runTime_.run()
|
||||
&& runTime_.timeIndex()
|
||||
% cvMeshControls().sizeAndAlignmentRebuildFrequency() == 0
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user