My Project
programmer's documentation
Functions
cs_user_coupling.c File Reference

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"
Include dependency graph for cs_user_coupling.c:

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...
 

Detailed Description

Code couplings definition with SYRTHES and Code_Saturne.

See Code coupling for examples.

Function Documentation

◆ cs_user_coupling()

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.

◆ cs_user_saturne_coupling()

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.

◆ cs_user_syrthes_coupling()

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.