Definition and modification of the calculation mesh.
More...
#include "cs_headers.h"
#include <assert.h>
#include <math.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Definition and modification of the calculation mesh.
See Examples of mesh modifications for examples.
◆ cs_user_join()
| void cs_user_join |
( |
void |
| ) |
|
◆ cs_user_mesh_bad_cells_tag()
Tag bad cells within the mesh based on user-defined geometric criteria.
- Parameters
-
◆ cs_user_mesh_boundary()
| void cs_user_mesh_boundary |
( |
cs_mesh_t * |
mesh | ) |
|
Insert boundaries into a mesh.
- Parameters
-
◆ cs_user_mesh_cartesian_define()
| void cs_user_mesh_cartesian_define |
( |
void |
| ) |
|
◆ cs_user_mesh_input()
| void cs_user_mesh_input |
( |
void |
| ) |
|
Define mesh files to read and optional associated transformations.
◆ cs_user_mesh_modify()
Modify geometry and mesh.
- Parameters
-
◆ cs_user_mesh_modify_partial()
Apply partial modifications to the mesh after the preprocessing and initial postprocessing mesh building stage.
- Parameters
-
◆ cs_user_mesh_restart_mode()
| void cs_user_mesh_restart_mode |
( |
void |
| ) |
|
Force preprocessing behavior in case of restart.
By default, in case of restart, if a "restart/mesh_input.csm" file is present, it will be read and proprocessing will be skipped.
This behavior may be changed in the GUI (in the "Mesh" section, unchecking "Use unmodified checkpoint mesh in case of restart"), or by calling cs_preprocessor_data_set_restart_mode in this function.
◆ cs_user_mesh_save()
Enable or disable mesh saving.
By default, mesh is saved when modified.
- Parameters
-
◆ cs_user_mesh_smoothe()
| void cs_user_mesh_smoothe |
( |
cs_mesh_t * |
mesh | ) |
|
Mesh smoothing.
- Parameters
-
◆ cs_user_mesh_warping()
| void cs_user_mesh_warping |
( |
void |
| ) |
|
Set options for cutting of warped faces.
◆ cs_user_periodicity()
| void cs_user_periodicity |
( |
void |
| ) |
|