1 #ifndef __CS_LAGR_ORIENTATION_H__ 2 #define __CS_LAGR_ORIENTATION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:510
double cs_real_t
Floating-point value.
Definition: cs_defs.h:322
void cs_lagr_orientation_dyn_jeffery(cs_real_t dt_p, const cs_real_t gradvf[][3][3])
Integration of the Jeffey equations in DNS mode.
Definition: cs_lagr_orientation.c:729
#define END_C_DECLS
Definition: cs_defs.h:511
void cs_lagr_orientation_dyn_spheroids(int iprev, cs_real_t dt_p, const cs_real_t gradvf[][3][3])
Integration of the equations of motion for particle orientation:
Definition: cs_lagr_orientation.c:563