ICEM CFD Replay remeshing provides a highly automated remeshing
process that is ideally suited for users of the Ansys ICEM CFD mesh generation
software and cases that involve translational mesh motion only (that
is, no rotation or general deformation). When this option is used,
a master replay file is assembled from other task-oriented replay
files and submitted to the Ansys ICEM CFD mesh generator for batch execution.
These replay files are illustrated in the figure below, along with
the general process flow for this remeshing option. The dashed line
in the figure highlights components of the master replay file and
identifies files and steps that you can modify. Unless otherwise noted,
files are contained in the
directory.<CFXROOT>
/etc/Remeshing
When this option is used, the following steps are automatically executed:
Extract geometry and mesh control data and write them to the
cfx_params.rpl
replay file in the run directory. The data includes:Centroid displacements for boundaries that are included in Ansys ICEM CFD Part Maps
Mesh control parameters (for example,
ehgt
andemax
)Scalar parameters.
Run (in batch) the Ansys ICEM CFD mesh generation program using the master replay file. This master replay file executes the following tasks:
Read the
cfx_params.rpl
file.Load the reference geometry from the Geometry File identified in the Remesh definition.
Apply displacements (including scaling and any offsets) corresponding to all Ansys ICEM CFD Part Map definitions contained in the Remesh definition. This is done using the default geometry replay file provided, or using the user defined replay file if specified in the ICEM CFD Geometry Control setting.
Apply ICEM CFD Mesh Controls defined in the Remesh definition. This is done using the provided controls, or using the user-defined replay file if specified in the ICEM CFD Mesh Control setting.
Load your Mesh Replay File, specified in the Remesh definition.
Export a new mesh for Ansys CFX.
Insert the new mesh(es) into the analysis definition, and generate an updated CFX-Solver Input file.
Interpolate the previously generated analysis results onto the new mesh, re-partition the mesh if a parallel run mode is selected, and continue the solution process.
You must create the reference Geometry File and the Mesh Replay File because these are
specific to each case. However, the generic default replay files (icemcfd_Remesh.rpl
, icemcfd_GeomMod.rpl
, and icemcfd_MeshMod.rpl
) used by this
option are provided in the
directory. These files may be edited to provide installation-wide
changes to the ICEM CFD Replay remeshing behavior. Alternatively,
the geometry and mesh modification files may be copied and edited
to provide case-specific changes.<CFXROOT>
/etc/Remeshing
Note: As indicated previously, only translational mesh motion is automatically handled by the ICEM CFD Replay remeshing option. This is accomplished by applying the displacements of centroids of boundaries in the Ansys CFX analysis definition to parts in the Ansys ICEM CFD geometry. All other mesh motion (such as rotation about the centroid or another point, or general deformation) will not be applied, and an inconsistency in the analysis geometry before and after remeshing will be introduced.