My Project
programmer's documentation
|
#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"
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... | |
void cs_ast_coupling_finalize | ( | void | ) |
Finalize exchange with code_aster.
int cs_ast_coupling_get_ext_cvg | ( | void | ) |
Receive convergence value of code_saturne/code_aster coupling.
void cs_ast_coupling_initialize | ( | int | nalimx, |
cs_real_t | epalim | ||
) |
Initial exchange with code_aster.
[in] | nalimx | maximum number of implicitation iterations of the structure displacement |
[in] | epalim | relative precision of implicitation of the structure displacement |
void cs_ast_coupling_send_cvg | ( | int | icved | ) |
Send global convergence value of FSI calculations.
[in] | icved | convergence indicator (1: converged, 0: not converged) |
void CS_PROCF | ( | astcin | , |
ASTCIN | |||
) |
void CS_PROCF | ( | astfor | , |
ASTFOR | |||
) |
void CS_PROCF | ( | astgeo | , |
ASTGEO | |||
) |
void CS_PROCF | ( | astpdt | , |
ASTPDT | |||
) |