My Project
programmer's documentation
|
#include <limits.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <float.h>
#include <assert.h>
#include "bft_printf.h"
#include "bft_error.h"
#include "bft_mem.h"
#include "fvm_periodicity.h"
#include "cs_base.h"
#include "cs_defs.h"
#include "cs_math.h"
#include "cs_halo.h"
#include "cs_interface.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_order.h"
#include "cs_parall.h"
#include "cs_search.h"
#include "cs_timer_stats.h"
#include "cs_thermal_model.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_lagr.h"
#include "cs_lagr_new.h"
#include "cs_lagr_particle.h"
#include "cs_lagr_stat.h"
#include "cs_lagr_precipitation_model.h"
#include "cs_lagr_prototypes.h"
#include "cs_lagr_car.h"
Functions | |
void | cs_lagr_car (int iprev, const cs_real_t dt[], cs_real_t taup[], cs_real_3_t tlag[], cs_real_3_t piil[], cs_real_33_t bx[], cs_real_t tempct[], cs_real_3_t gradpr[], cs_real_33_t gradvf[], cs_real_t energi[], cs_real_t dissip[]) |
Compute particle characteristics: Tp, TL and PI. More... | |
void cs_lagr_car | ( | int | iprev, |
const cs_real_t | dt[], | ||
cs_real_t | taup[], | ||
cs_real_3_t | tlag[], | ||
cs_real_3_t | piil[], | ||
cs_real_33_t | bx[], | ||
cs_real_t | tempct[], | ||
cs_real_3_t | gradpr[], | ||
cs_real_33_t | gradvf[], | ||
cs_real_t | energi[], | ||
cs_real_t | dissip[] | ||
) |
Compute particle characteristics: Tp, TL and PI.
(DOXYGEN_SHOULD_SKIP_THIS)
[in] | iprev | time step indicator for fields 0: use fields at current time step 1: use fields at previous time step |
[in] | dt | time step (per cell) |
[out] | taup | dynamic characteristic time |
[out] | tlag | fluid characteristic time |
[out] | piil | term in integration of up sde |
[out] | bx | turbulence characteristics |
[out] | tempct | thermal charactersitic time |
[in] | gradpr | pressure gradient |
[in] | gradvf | fluid velocity gradient |
[in] | energi | work array |
[in] | dissip | work array |