#include "cs_defs.h"
#include "cs_base.h"
Go to the source code of this file.
|
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) |
|
◆ cs_inlet_t
◆ cs_inflow_type_t
Enumerator |
---|
CS_INFLOW_LAMINAR | |
CS_INFLOW_RANDOM | |
CS_INFLOW_BATTEN | |
CS_INFLOW_SEM | |
◆ cs_inflow_finalize()
void cs_inflow_finalize |
( |
void |
| ) |
|
◆ cs_user_les_inflow_advanced()
◆ cs_user_les_inflow_define()
◆ cs_user_les_inflow_init()
void cs_user_les_inflow_init |
( |
cs_int_t * |
nent | ) |
|
◆ defsyn()
◆ ecrsyn()
void ecrsyn |
( |
const char * |
filename | ) |
|
◆ lecsyn()
void lecsyn |
( |
const char * |
filename | ) |
|
◆ synthe()