My Project
programmer's documentation
Functions
cs_ast_coupling.c File Reference
#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include <mpi.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_io_num.h"
#include "fvm_nodal.h"
#include "fvm_nodal_extract.h"
#include "cs_calcium.h"
#include "cs_interface.h"
#include "cs_log.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_connect.h"
#include "cs_parall.h"
#include "cs_part_to_block.h"
#include "cs_block_to_part.h"
#include "cs_post.h"
#include "cs_ast_coupling.h"
Include dependency graph for cs_ast_coupling.c:

Functions

void CS_PROCF (astgeo, ASTGEO)
 
void CS_PROCF (astfor, ASTFOR)
 
void CS_PROCF (astcin, ASTCIN)
 
void CS_PROCF (astpdt, ASTPDT)
 
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...
 

Function Documentation

◆ 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)

◆ CS_PROCF() [1/4]

void CS_PROCF ( astcin  ,
ASTCIN   
)

◆ CS_PROCF() [2/4]

void CS_PROCF ( astfor  ,
ASTFOR   
)

◆ CS_PROCF() [3/4]

void CS_PROCF ( astgeo  ,
ASTGEO   
)

◆ CS_PROCF() [4/4]

void CS_PROCF ( astpdt  ,
ASTPDT   
)