My Project
programmer's documentation
|
#include "cs_defs.h"
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_gui_particles.h"
#include "cs_gui_util.h"
#include "cs_mesh_location.h"
#include "cs_parameters.h"
#include "cs_parameters_check.h"
#include "cs_physical_model.h"
#include "cs_lagr.h"
#include "cs_lagr_event.h"
#include "cs_lagr_particle.h"
#include "cs_lagr_post.h"
#include "cs_lagr_prototypes.h"
#include "cs_lagr_options.h"
Functions | |
void | CS_PROCF (lagopt, LAGOPT) |
Lagrangian module options definition. More... | |
void | cs_lagr_option_definition (cs_int_t *isuite, cs_int_t *iccvfg, cs_int_t *iscalt, cs_real_t *dtref) |
Lagrangian module options definition. More... | |
void cs_lagr_option_definition | ( | cs_int_t * | isuite, |
cs_int_t * | iccvfg, | ||
cs_int_t * | iscalt, | ||
cs_real_t * | dtref | ||
) |
Lagrangian module options definition.
Lagrangian module initialization 1) Initialisation par defaut du parametrage du module lagrangien 2) Lecture du parametrage utilisateur 3) Verifications du parametrage utilisateur et controles de coherence 4) Initialisation des variables en COMMON et des pointeurs sur les tableaux lies aux particules, aux statistiques, aux conditions aux limites, aux variables parietales, aux donnees pour le couplage retour.
[in] | isuite | |
[in] | iccvfg | |
[in] | iscalt | |
[in] | dtref |
void CS_PROCF | ( | lagopt | , |
LAGOPT | |||
) |
Lagrangian module options definition.
[in] | isuite | |
[in] | iccvfg | |
[in] | iscalt | |
[in] | dtref |