6.2
general documentation
cs_les_inflow.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "bft_mem.h"
#include "bft_error.h"
#include "bft_printf.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_random.h"
#include "cs_timer.h"
#include "cs_mesh_location.h"
#include "cs_restart.h"
#include "cs_restart_default.h"
#include "cs_les_inflow.h"
+ Include dependency graph for cs_les_inflow.c:

Functions

void defsyn (int *n_inlets, int *n_structures, int *volume_mode)
 
void synthe (const int *const nvar, const int *const nscal, const int *const iu, const int *const iv, const int *const iw, const cs_real_t *const ttcabs, const cs_real_t dt[], cs_real_t rcodcl[])
 
void lecsyn (const char *filename)
 
void ecrsyn (const char *filename)
 
void cs_inflow_finalize (void)
 
void cs_les_synthetic_eddy_method (cs_lnum_t n_points, const cs_lnum_t *num_face, const cs_real_t *point_coordinates, const cs_real_t *point_ponderation, int initialize, int verbosity, cs_inflow_sem_t *inflow, cs_real_t time_step, const cs_real_t *velocity, const cs_real_t *reynolds_stresses, const cs_real_t *dissipation_rate, cs_real_t *fluctuations)
 
void cs_les_rescale_fluctuations (cs_lnum_t n_points, cs_real_t *statistics, cs_real_t *fluctuations)
 

Function Documentation

◆ cs_inflow_finalize()

void cs_inflow_finalize ( void  )

◆ cs_les_rescale_fluctuations()

void cs_les_rescale_fluctuations ( cs_lnum_t  n_points,
cs_real_t statistics,
cs_real_t fluctuations 
)

◆ cs_les_synthetic_eddy_method()

void cs_les_synthetic_eddy_method ( cs_lnum_t  n_points,
const cs_lnum_t num_face,
const cs_real_t point_coordinates,
const cs_real_t point_ponderation,
int  initialize,
int  verbosity,
cs_inflow_sem_t inflow,
cs_real_t  time_step,
const cs_real_t velocity,
const cs_real_t reynolds_stresses,
const cs_real_t dissipation_rate,
cs_real_t fluctuations 
)

◆ defsyn()

void defsyn ( int *  n_inlets,
int *  n_structures,
int *  volume_mode 
)

◆ ecrsyn()

void ecrsyn ( const char *  filename)

◆ lecsyn()

void lecsyn ( const char *  filename)

◆ synthe()

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