|
programmer's documentation
|
#include "cs_defs.h"#include "bft_mem.h"#include "bft_error.h"#include "fvm_writer.h"#include "cs_base.h"#include "cs_field.h"#include "cs_mesh.h"#include "cs_selector.h"#include "cs_probe.h"#include "cs_post.h"#include "cs_time_plot.h"#include "cs_prototypes.h"
Functions | |
| void | cs_user_postprocess_writers (void) |
| Define post-processing writers. More... | |
| void | cs_user_postprocess_meshes (void) |
| Define post-processing meshes. More... | |
| void | cs_user_postprocess_probes (void) |
| Define monitoring probes and profiles. More... | |
| void | cs_user_postprocess_activate (int nt_max_abs, int nt_cur_abs, double t_cur_abs) |
| void cs_user_postprocess_activate | ( | int | nt_max_abs, |
| int | nt_cur_abs, | ||
| double | t_cur_abs | ||
| ) |
Override default frequency or calculation end based output.
This allows fine-grained control of activation or deactivation,
| nt_max_abs | maximum time step number |
| nt_cur_abs | current time step number |
| t_cur_abs | absolute time at the current time step |
| void cs_user_postprocess_meshes | ( | void | ) |
Define post-processing meshes.
The main post-processing meshes may be configured, and additional post-processing meshes may be defined as a subset of the main mesh's cells or faces (both interior and boundary).
| void cs_user_postprocess_probes | ( | void | ) |
Define monitoring probes and profiles.
Profiles are defined as sets of probes.
| void cs_user_postprocess_writers | ( | void | ) |
Define post-processing writers.
The default output format and frequency may be configured, and additional post-processing writers allowing outputs in different formats or with different format options and output frequency than the main writer may be defined.
1.8.13