programmer's documentation
Typedefs | Enumerations | Functions
cs_les_inflow.h File Reference
#include "cs_defs.h"
#include "cs_base.h"
Include dependency graph for cs_les_inflow.h:

Go to the source code of this file.

Typedefs

typedef struct _cs_inlet_t cs_inlet_t
 

Enumerations

enum  cs_inflow_type_t { CS_INFLOW_LAMINAR, CS_INFLOW_RANDOM, CS_INFLOW_BATTEN, CS_INFLOW_SEM }
 

Functions

void defsyn (cs_int_t *n_inlets)
 
void synthe (const cs_int_t *const nvar, const cs_int_t *const nscal, const cs_int_t *const iu, const cs_int_t *const iv, const cs_int_t *const iw, const cs_real_t *const ttcabs, const cs_real_t dt[], cs_real_t rcodcl[])
 
void cs_user_les_inflow_init (cs_int_t *nent)
 
void cs_user_les_inflow_define (const cs_int_t *const nument, int *typent, int *nelent, int *iverbo, cs_int_t *nfbent, cs_int_t lfbent[], cs_real_t vitent[], cs_real_t *enrent, cs_real_t *dspent)
 
void cs_user_les_inflow_advanced (const cs_int_t *const nument, const cs_int_t *const nfbent, const cs_int_t *const nvar, const cs_int_t *const nscal, const cs_int_t lfbent[], const cs_real_t dt[], cs_real_t uent[], cs_real_t rijent[], cs_real_t epsent[])
 
void lecsyn (const char *filename)
 
void ecrsyn (const char *filename)
 
void cs_inflow_finalize (void)
 

Typedef Documentation

◆ cs_inlet_t

typedef struct _cs_inlet_t cs_inlet_t

Enumeration Type Documentation

◆ cs_inflow_type_t

Enumerator
CS_INFLOW_LAMINAR 
CS_INFLOW_RANDOM 
CS_INFLOW_BATTEN 
CS_INFLOW_SEM 

Function Documentation

◆ cs_inflow_finalize()

void cs_inflow_finalize ( void  )

◆ cs_user_les_inflow_advanced()

void cs_user_les_inflow_advanced ( const cs_int_t *const  nument,
const cs_int_t *const  nfbent,
const cs_int_t *const  nvar,
const cs_int_t *const  nscal,
const cs_int_t  lfbent[],
const cs_real_t  dt[],
cs_real_t  uent[],
cs_real_t  rijent[],
cs_real_t  epsent[] 
)

◆ cs_user_les_inflow_define()

void cs_user_les_inflow_define ( const cs_int_t *const  nument,
int *  typent,
int *  nelent,
int *  iverbo,
cs_int_t nfbent,
cs_int_t  lfbent[],
cs_real_t  vitent[],
cs_real_t enrent,
cs_real_t dspent 
)

◆ cs_user_les_inflow_init()

void cs_user_les_inflow_init ( cs_int_t nent)

◆ defsyn()

void defsyn ( cs_int_t n_inlets)

◆ ecrsyn()

void ecrsyn ( const char *  filename)

◆ lecsyn()

void lecsyn ( const char *  filename)

◆ synthe()

void synthe ( const cs_int_t *const  nvar,
const cs_int_t *const  nscal,
const cs_int_t *const  iu,
const cs_int_t *const  iv,
const cs_int_t *const  iw,
const cs_real_t *const  ttcabs,
const cs_real_t  dt[],
cs_real_t  rcodcl[] 
)