1#ifndef CS_LAGR_ORIENTATION_H
2#define CS_LAGR_ORIENTATION_H
#define BEGIN_C_DECLS
Definition: cs_defs.h:528
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
#define END_C_DECLS
Definition: cs_defs.h:529
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325
void cs_lagr_orientation_dyn_spheroids(cs_lnum_t p_id, int iprev, const cs_real_t dt_part, const cs_real_t gradvf[][3][3])
Integration of the equations of motion for particle orientation:
Definition: cs_lagr_orientation.cpp:559
void cs_lagr_orientation_dyn_jeffery(cs_lnum_t p_id, int iprev, cs_real_t dt_part, const cs_real_t gradvf[][3][3])
Integration of the Jeffey equations in DNS mode.
Definition: cs_lagr_orientation.cpp:735