Go to the source code of this file.
|
void | cs_meg_boundary_function (const char *zone_name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], const char *field_name, const char *condition, cs_real_t *retvals) |
|
void | cs_meg_volume_function (const char *zone_name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], const char *fields_names, cs_real_t *fvals[]) |
|
void | cs_meg_initialization (const char *zone_name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], const char *field_name, cs_real_t *retvals) |
|
void | cs_meg_source_terms (const char *zone_name, const cs_lnum_t n_elts, const cs_lnum_t *elt_ids, const cs_real_t xyz[][3], const char *name, const char *source_type, cs_real_t *retvals) |
|
void | cs_meg_immersed_boundaries_inout (int *ipenal, const char *object_name, cs_real_t xyz[3], cs_real_t t) |
|
void | cs_meg_fsi_struct (const char *object_type, const char *name, const cs_real_t fluid_f[], cs_real_t val[]) |
| This function is used to query FSI internal coupling structure values for a given boundary and structure. More...
|
|
void | cs_meg_post_activate (void) |
| This function is used to activate postprocessing writers. More...
|
|
void | cs_meg_post_profiles (const char *name, int n_coords, cs_real_t coords[][3]) |
| This function is used to define profile coordinates. More...
|
|
◆ cs_meg_boundary_function()
void cs_meg_boundary_function |
( |
const char * |
zone_name, |
|
|
const cs_lnum_t |
n_elts, |
|
|
const cs_lnum_t * |
elt_ids, |
|
|
const cs_real_t |
xyz[][3], |
|
|
const char * |
field_name, |
|
|
const char * |
condition, |
|
|
cs_real_t * |
retvals |
|
) |
| |
◆ cs_meg_fsi_struct()
void cs_meg_fsi_struct |
( |
const char * |
object_type, |
|
|
const char * |
name, |
|
|
const cs_real_t |
fluid_f[], |
|
|
cs_real_t |
val[] |
|
) |
| |
This function is used to query FSI internal coupling structure values for a given boundary and structure.
- Parameters
-
[in] | object_type | name of object type |
[in] | name | name of matching boundary |
[in] | fluid_f | array of fluid forces on the object |
[in,out] | val[] | matrix or vector coefficients |
[in] | object_type | name of object type |
[in] | name | name of matching boundary |
[in] | fluid_f | array of fluid forces on the object |
[in,out] | val[] | matrix or vector coefficients |
◆ cs_meg_immersed_boundaries_inout()
void cs_meg_immersed_boundaries_inout |
( |
int * |
ipenal, |
|
|
const char * |
object_name, |
|
|
cs_real_t |
xyz[3], |
|
|
cs_real_t |
t |
|
) |
| |
◆ cs_meg_initialization()
◆ cs_meg_post_activate()
void cs_meg_post_activate |
( |
void |
| ) |
|
This function is used to activate postprocessing writers.
◆ cs_meg_post_profiles()
void cs_meg_post_profiles |
( |
const char * |
name, |
|
|
int |
n_coords, |
|
|
cs_real_t |
coords[][3] |
|
) |
| |
This function is used to define profile coordinates.
- Parameters
-
[in] | name | name of matching profile |
[in] | n_coords | number of point coordinates |
[in,out] | coords | point coordinates |
◆ cs_meg_source_terms()
void cs_meg_source_terms |
( |
const char * |
zone_name, |
|
|
const cs_lnum_t |
n_elts, |
|
|
const cs_lnum_t * |
elt_ids, |
|
|
const cs_real_t |
xyz[][3], |
|
|
const char * |
name, |
|
|
const char * |
source_type, |
|
|
cs_real_t * |
retvals |
|
) |
| |
◆ cs_meg_volume_function()