Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions | Variables
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 "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "fvm_nodal.h"
#include "fvm_nodal_extract.h"
#include "fvm_nodal_project.h"
#include "fvm_nodal_triangulate.h"
#include "cs_calcium.h"
#include "cs_interface.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_mesh_connect.h"
#include "cs_parall.h"
#include "cs_post.h"
#include "cs_ast_coupling.h"

Data Structures

struct  _cs_ast_coupling_t
 

Functions

void astgeo (cs_int_t *nbfast, cs_int_t *nbnast, cs_int_t *lstfac, cs_int_t *idfast, cs_int_t *idnast, cs_real_t *almax)
 
void astfor (cs_int_t *ntcast, cs_int_t *nbfast, cs_real_t *forast)
 
void astcin (cs_int_t *ntcast, cs_int_t *nbfast, cs_int_t *lstfac, cs_real_t *depale)
 
void astpar (cs_int_t *nbpdt, cs_int_t *nbsspdt, cs_real_t *delta, cs_real_t *tt, cs_real_t *dt)
 
void astpdt (cs_real_t *dttab, cs_int_t *ncelet, cs_int_t *nbpdt)
 
void astcv1 (cs_int_t *ntcast, cs_int_t *icv)
 
void astcv2 (cs_int_t *ntcast, cs_int_t *icv)
 

Variables

cs_ast_coupling_tcs_glob_ast_coupling = NULL
 

Function Documentation

void astcin ( cs_int_t ntcast,
cs_int_t nbfast,
cs_int_t lstfac,
cs_real_t depale 
)

Here is the call graph for this function:

void astcv1 ( cs_int_t ntcast,
cs_int_t icv 
)

Here is the call graph for this function:

void astcv2 ( cs_int_t ntcast,
cs_int_t icv 
)

Here is the call graph for this function:

void astfor ( cs_int_t ntcast,
cs_int_t nbfast,
cs_real_t forast 
)

Here is the call graph for this function:

void astgeo ( cs_int_t nbfast,
cs_int_t nbnast,
cs_int_t lstfac,
cs_int_t idfast,
cs_int_t idnast,
cs_real_t almax 
)

Here is the call graph for this function:

void astpar ( cs_int_t nbpdt,
cs_int_t nbsspdt,
cs_real_t delta,
cs_real_t tt,
cs_real_t dt 
)

Here is the call graph for this function:

void astpdt ( cs_real_t dttab,
cs_int_t ncelet,
cs_int_t nbpdt 
)

Here is the call graph for this function:

Variable Documentation

cs_ast_coupling_t* cs_glob_ast_coupling = NULL