RefineMesh¶
Generates mesh refinement instructions for refining specific regions of an OpenFOAM mesh.
Type: openFOAM.mesh.RefineMesh
Overview¶
RefineMesh renders a template to produce mesh refinement configuration, typically used after initial mesh generation to increase resolution in areas of interest.
Parameters¶
Refinement parameters are configured through the Jinja template.
Output¶
| Field | Description |
|---|---|
openFOAMfile |
The rendered mesh refinement configuration |
Example¶
Tip
Use with TopoSetDict to define refinement regions before applying refinement.