Use overset mesh when one or more bodies need substantial motion while preserving a high-quality body-fitted mesh around them. A stationary/background mesh covers the domain, a second grid moves with the object, and interpolation transfers the flow solution between overlapping regions.
Background and overset regions
Unlike a conformal interface, the two grids do not need matching faces. They occupy overlapping space. The solver identifies active, inactive and interpolation cells so the moving grid can cut through the background while the flow field remains coupled.
This makes overset useful for translating, rotating or multi-body problems where repeated remeshing would be expensive or would degrade mesh quality.
Cell-size compatibility controls interpolation quality
Very different cell sizes across the interpolation zone can reduce robustness and accuracy. Keep sufficient overlap and avoid letting the overset boundary cross extremely coarse background cells. Local refinement is usually better than globally refining the entire domain.
- Maintain several usable donor/acceptor cells through the overlap.
- Refine the expected motion corridor, not just the initial overset position.
- Protect prism layers and near-wall cells from being cut away unnecessarily.
- Inspect narrow gaps where moving and stationary surfaces approach each other.
Siemens has introduced model-driven AMR specifically to improve size compatibility at overset interfaces, illustrating how important this issue is to overset performance.
Overset is a mesh strategy, not the motion model itself
The body motion can be prescribed, rigid-body/DFBI driven, or coupled to another motion definition. The overset mesh simply provides a way for the grid around the moving object to travel through the background domain.
Before a long transient run, test the full motion envelope: ensure the overset region never leaves the refined corridor and never loses valid overlap.
What to check in the solution
- Inspect active/inactive cell maps.
Look for unexpected holes, disconnected fluid regions or abrupt cell activation.
- Check overlap throughout motion.
Test maximum translation/rotation and closest-approach conditions.
- Monitor conservation.
Interpolation should not create unexplained mass or momentum behavior.
- Run spatial sensitivity.
Refine the overset interface region and compare the engineering outputs.
- Run timestep sensitivity.
Fast motion can be under-resolved even when the interpolation remains stable.
Plan the mesh around motion
Select moving/overset geometry, gaps and wakes in the Abecator Mesh Advisor.
Common mistakes
- Using a tiny overset region that loses adequate overlap during motion.
- Ignoring background refinement along the full motion path.
- Allowing very different donor and acceptor cell sizes.
- Testing only the initial position instead of the complete motion envelope.
- Using overset automatically when a simpler rotating frame, sliding interface or newer moving-body method would be more efficient.