SYNOPSIS
cs_preprocess -m <file> [-sc] [options]DESCRIPTION
Code_Saturne preprocessor reads meshes from several formats. It enables non-conforming joining and periodicity handling, as well as some postprocessing for mesh checking.OPTIONS
- -m, --mesh <file>
General options
working directory (if different from current directory)
Postprocessing options
Case name (without this option, the default name is:
preprocess)
Mesh selection sub-options (-m, --mesh)
Selection of mesh file format
* based on sections: keyword "section"
* based on zones: keyword "zone"
* based on sections: keyword "section"
* based on zones: keyword "zone"
Available mesh formats (-m, --mesh; --format)
Extension Keyword
CGNS .cgns cgns
pro-STAR/STAR4 .ngeom ngeom
EnSight (6 or Gold) .case ensight
GAMBIT Neutral .neu gambit
GMSH .msh gmsh
NUMECA Hex .hex hex
I-deas universal .unv unv
MED .med med
Simail (NOPO) .des des
Meta-mesh file .mesh meta
Postprocessing selection sub-options (--cgns, --ensight, --med)
discard polygonal faces (wth more than 4 edges) or polyhedra
Periodicity sub-options (-perio, -periodic)
translation vector
Non-conformal face joining sub-options (-j, --join, -p, --perio)
fraction of the length of the smallest edge under which we consider
that vertices may be fused (default value: 0.1)
Face selection sub-options (for joining, selection, and periodicity)
color numbers of faces to select
ENVIRONMENT
- CS_PREPROCESS_MIN_EDGE_LEN
- Length under which an edge is considered degenerate (default: 1.e-15).
- CS_PREPROCESS_MEM_LOG
- Name of memory operations trace file.
- CS_PREPROCESS_IGNORE_IDEAS_COO_SYS
- Ignore I-deas coordinate systems.
- CS_PREPROCESS_JOIN_MAX_SUB_FACES
- Number of new faces of an initial face above which we consider that conformal joining face reconstruction has gone into an infinite loop (default: 100)