1#ifndef __CS_LAGR_ORIENTATION_H__
2#define __CS_LAGR_ORIENTATION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
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.cpp:744
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.cpp:564