7.1
general documentation
cs_ast_coupling.h File Reference
#include "cs_base.h"
+ Include dependency graph for cs_ast_coupling.h:

Go to the source code of this file.

Typedefs

typedef struct _cs_ast_coupling_t cs_ast_coupling_t
 

Functions

void astgeo (cs_lnum_t *nbfast, cs_lnum_t *lstfac, cs_lnum_t *idfast, cs_lnum_t *idnast, cs_real_t *almax)
 
void astfor (cs_lnum_t *nbfast, cs_real_t *forast)
 
void astcin (cs_real_3_t *disale)
 
void astpdt (cs_real_t *dttab)
 
void cs_ast_coupling_initialize (int nalimx, cs_real_t epalim)
 Initial exchange with code_aster. More...
 
void cs_ast_coupling_finalize (void)
 Finalize exchange with code_aster. More...
 
int cs_ast_coupling_get_ext_cvg (void)
 Receive convergence value of code_saturne/code_aster coupling. More...
 
void cs_ast_coupling_send_cvg (int icved)
 Send global convergence value of FSI calculations. More...
 

Typedef Documentation

◆ cs_ast_coupling_t

typedef struct _cs_ast_coupling_t cs_ast_coupling_t

Function Documentation

◆ astcin()

void astcin ( cs_real_3_t disale)

◆ astfor()

void astfor ( cs_lnum_t nbfast,
cs_real_t forast 
)

◆ astgeo()

void astgeo ( cs_lnum_t nbfast,
cs_lnum_t lstfac,
cs_lnum_t idfast,
cs_lnum_t idnast,
cs_real_t almax 
)

◆ astpdt()

void astpdt ( cs_real_t dttab)

◆ cs_ast_coupling_finalize()

void cs_ast_coupling_finalize ( void  )

Finalize exchange with code_aster.

◆ cs_ast_coupling_get_ext_cvg()

int cs_ast_coupling_get_ext_cvg ( void  )

Receive convergence value of code_saturne/code_aster coupling.

Returns
convergence indicator computed by coupling scheme (1: converged, 0: not converged)

◆ cs_ast_coupling_initialize()

void cs_ast_coupling_initialize ( int  nalimx,
cs_real_t  epalim 
)

Initial exchange with code_aster.

Parameters
[in]nalimxmaximum number of implicitation iterations of the structure displacement
[in]epalimrelative precision of implicitation of the structure displacement

◆ cs_ast_coupling_send_cvg()

void cs_ast_coupling_send_cvg ( int  icved)

Send global convergence value of FSI calculations.

Parameters
[in]icvedconvergence indicator (1: converged, 0: not converged)