My Project
programmer's documentation
|
Code couplings definition with SYRTHES and Code_Saturne. More...
#include "cs_defs.h"
#include <ple_coupling.h>
#include "cs_base.h"
#include "cs_coupling.h"
#include "cs_sat_coupling.h"
#include "cs_syr_coupling.h"
#include "cs_prototypes.h"
Functions | |
void | cs_user_coupling (void) |
Define global options for couplings. More... | |
void | cs_user_syrthes_coupling (void) |
Define couplings with SYRTHES code. More... | |
void | cs_user_saturne_coupling (void) |
Define couplings with other instances of Code_Saturne. More... | |
Code couplings definition with SYRTHES and Code_Saturne.
See Code coupling for examples.
void cs_user_coupling | ( | void | ) |
Define global options for couplings.
These options allow defining the time step synchronization policy, as well as a time step multiplier.
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.