mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: meshRefinementRefine : track to end
This commit is contained in:
@ -333,7 +333,7 @@ Foam::label Foam::meshRefinement::markFeatureRefinement
|
|||||||
trackedParticle::trackData td(cloud, maxFeatureLevel);
|
trackedParticle::trackData td(cloud, maxFeatureLevel);
|
||||||
|
|
||||||
// Track all particles to their end position (= starting feature point)
|
// Track all particles to their end position (= starting feature point)
|
||||||
cloud.move(td, mesh_.time().deltaTValue());
|
cloud.move(td, GREAT);
|
||||||
|
|
||||||
// Reset level
|
// Reset level
|
||||||
maxFeatureLevel = -1;
|
maxFeatureLevel = -1;
|
||||||
@ -406,7 +406,7 @@ Foam::label Foam::meshRefinement::markFeatureRefinement
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Track all particles to their end position.
|
// Track all particles to their end position.
|
||||||
cloud.move(td, mesh_.time().deltaTValue());
|
cloud.move(td, GREAT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user