Code couplings definition with SYRTHES and code_saturne. More...
Functions | |
void | cs_user_saturne_coupling (void) |
Define couplings with other instances of code_saturne. More... | |
void | cs_user_syrthes_coupling (void) |
Define couplings with SYRTHES code. More... | |
void | cs_user_syrthes_coupling_volume_h (int coupling_id, const char *syrthes_name, cs_lnum_t n_elts, const cs_lnum_t elt_ids[], cs_real_t h_vol[]) |
Compute a volume exchange coefficient for SYRTHES couplings. More... | |
void | cs_user_cathare_coupling (void) |
Define couplings with SYRTHES code. More... | |
Code couplings definition with SYRTHES and code_saturne.
See Code coupling for examples.
void cs_user_cathare_coupling | ( | void | ) |
Define couplings with SYRTHES code.
This is done by calling the cs_syr_coupling_define function for each coupling to add.
void cs_user_saturne_coupling | ( | void | ) |
Define couplings with other instances of code_saturne.
This is done by calling the cs_sat_coupling_define function for each coupling to add.
void cs_user_syrthes_coupling | ( | void | ) |
Define couplings with SYRTHES code.
This is done by calling the cs_syr_coupling_define function for each coupling to add.
void cs_user_syrthes_coupling_volume_h | ( | int | coupling_id, |
const char * | syrthes_name, | ||
cs_lnum_t | n_elts, | ||
const cs_lnum_t | elt_ids[], | ||
cs_real_t | h_vol[] | ||
) |
Compute a volume exchange coefficient for SYRTHES couplings.
[in] | coupling_id | Syrthes coupling id |
[in] | syrthes_name | name of associated Syrthes instance |
[in] | n_elts | number of associated cells |
[in] | elt_ids | associated cell ids |
[out] | h_vol | associated exchange coefficient (size: n_elts) |