1#ifndef __CS_LAGR_AUX_MEAN_FLUID_QUANTITIES_H__
2#define __CS_LAGR_AUX_MEAN_FLUID_QUANTITIES_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:374
#define END_C_DECLS
Definition: cs_defs.h:555
cs_real_t cs_real_33_t[3][3]
3x3 matrix of floating-point values
Definition: cs_defs.h:383
void compute_anisotropic_prop(int iprev, int phase_id, cs_real_3_t *anisotropic_lagr_time, cs_real_3_t *anisotropic_bx, cs_real_3_t *grad_lagr_time_r_et, cs_real_3_t *grad_lagr_time)
Compute anisotropic fluid quantities for complete model (modpl == 1).
Definition: cs_lagr_aux_mean_fluid_quantities.cpp:258
void cs_lagr_aux_mean_fluid_quantities(int iprev, int phase_id, cs_field_t *lagr_time, cs_real_3_t *grad_pr, cs_real_33_t *grad_vel, cs_real_3_t *grad_tempf, cs_real_3_t *anisotropic_lagr_time, cs_real_3_t *anisotropic_bx, cs_real_3_t *grad_lagr_time_r_et, cs_real_3_t *grad_lagr_time)
Compute auxilary mean fluid quantities.
Definition: cs_lagr_aux_mean_fluid_quantities.cpp:476
void compute_particle_covariance_gradient(int phase_id, cs_real_3_t *grad_cov_skp[9], cs_real_3_t *grad_cov_sk[6])
Compute gradient of particle covariance.
Definition: cs_lagr_aux_mean_fluid_quantities.cpp:142
Field descriptor.
Definition: cs_field.h:156