1#ifndef __CS_LAGR_LAGCAR_H__
2#define __CS_LAGR_LAGCAR_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:374
cs_real_t cs_real_2_t[2]
vector of 2 floating-point values
Definition: cs_defs.h:373
cs_real_t cs_real_6_t[6]
vector of 6 floating-point values
Definition: cs_defs.h:376
#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
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:350
void cs_lagr_car(int iprev, int phase_id, cs_lnum_t ip, int nor, const cs_real_t dt_part, cs_real_t *taup, cs_real_3_t tlag, cs_real_3_t piil, cs_real_33_t bx, cs_real_2_t tempct, cs_real_3_t beta, cs_real_3_t *vagaus, cs_real_6_t br_gaus)
Compute particle characteristics (except force_p): Tp, TL and PI as well as covariance and variance t...
Definition: cs_lagr_car.cpp:131
void cs_lagr_get_force_p(const cs_real_t dt_part, cs_lnum_t ip, cs_real_t *taup, cs_real_3_t *tlag, cs_real_3_t *piil, cs_real_33_t *bx, cs_real_t tsfext, cs_real_3_t *vagaus, cs_real_3_t force_p)
Compute external force impacting the particle.
Definition: cs_lagr_car.cpp:643