Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Enumerations | Functions
cs_gui_mobile_mesh.c File Reference
#include "cs_defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include <bft_mem.h>
#include <bft_error.h>
#include <bft_printf.h>
#include "fvm_selector.h"
#include "mei_evaluate.h"
#include "cs_base.h"
#include "cs_gui_util.h"
#include "cs_gui_variables.h"
#include "cs_gui_boundary_conditions.h"
#include "cs_mesh.h"
#include "cs_prototypes.h"
#include "cs_timer.h"
#include "cs_gui_mobile_mesh.h"

Macros

#define _XML_DEBUG_   0
 

Enumerations

enum  ale_boundary_nature {
  ale_boundary_nature_fixed_wall, ale_boundary_nature_sliding_wall, ale_boundary_nature_internal_coupling, ale_boundary_nature_external_coupling,
  ale_boundary_nature_fixed_velocity, ale_boundary_nature_fixed_displacement
}
 

Functions

void cs_gui_get_ale_viscosity_type (int *type)
 
void uivima (const cs_int_t *const ncel, double *const viscmx, double *const viscmy, double *const viscmz, const double *const xyzcen, double *const dtref, double *const ttcabs, const int *const ntcabs)
 
void uialin (int *const iale, int *const nalinf, int *const nalimx, double *const epalim, int *const iortvm)
 
void uialcl (const int *const nfabor, const int *const nozppm, const int *const ibfixe, const int *const igliss, const int *const ivimpo, int *const ialtyb, const int *const ipnfbr, const int *const nnod, const int *const nodfbr, int *const impale, double *const depale, double *const dtref, double *const ttcabs, const int *const ntcabs, const int *const iuma, const int *const ivma, const int *const iwma, double *const rcodcl)
 
void uistr1 (const int *const nfabor, int *const idfstr, double *aexxst, double *bexxst, double *cfopre, int *ihistr, double *xstr0, double *xstreq, double *vstr0)
 
void uistr2 (double *const xmstru, double *const xcstru, double *const xkstru, double *const forstr, double *const dtref, double *const ttcabs, int *const ntcabs)
 
void uiaste (const int *const nfabor, int *const idfstr, double *const asddlf)
 

Macro Definition Documentation

#define _XML_DEBUG_   0

Enumeration Type Documentation

Enumerator
ale_boundary_nature_fixed_wall 
ale_boundary_nature_sliding_wall 
ale_boundary_nature_internal_coupling 
ale_boundary_nature_external_coupling 
ale_boundary_nature_fixed_velocity 
ale_boundary_nature_fixed_displacement 

Function Documentation

void cs_gui_get_ale_viscosity_type ( int *  type)

Here is the call graph for this function:

void uialcl ( const int *const  nfabor,
const int *const  nozppm,
const int *const  ibfixe,
const int *const  igliss,
const int *const  ivimpo,
int *const  ialtyb,
const int *const  ipnfbr,
const int *const  nnod,
const int *const  nodfbr,
int *const  impale,
double *const  depale,
double *const  dtref,
double *const  ttcabs,
const int *const  ntcabs,
const int *const  iuma,
const int *const  ivma,
const int *const  iwma,
double *const  rcodcl 
)

Here is the call graph for this function:

void uialin ( int *const  iale,
int *const  nalinf,
int *const  nalimx,
double *const  epalim,
int *const  iortvm 
)

Here is the call graph for this function:

void uiaste ( const int *const  nfabor,
int *const  idfstr,
double *const  asddlf 
)

Here is the call graph for this function:

void uistr1 ( const int *const  nfabor,
int *const  idfstr,
double *  aexxst,
double *  bexxst,
double *  cfopre,
int *  ihistr,
double *  xstr0,
double *  xstreq,
double *  vstr0 
)

Here is the call graph for this function:

void uistr2 ( double *const  xmstru,
double *const  xcstru,
double *const  xkstru,
double *const  forstr,
double *const  dtref,
double *const  ttcabs,
int *const  ntcabs 
)

Here is the call graph for this function:

void uivima ( const cs_int_t *const  ncel,
double *const  viscmx,
double *const  viscmy,
double *const  viscmz,
const double *const  xyzcen,
double *const  dtref,
double *const  ttcabs,
const int *const  ntcabs 
)

Here is the call graph for this function: