1 #ifndef __CS_LAGR_ORIENTATION_H__
2 #define __CS_LAGR_ORIENTATION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
double cs_real_t
Floating-point value.
Definition: cs_defs.h:319
#define END_C_DECLS
Definition: cs_defs.h:515
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:742
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:564