1#ifndef __CS_LAGR_ORIENTATION_H__
2#define __CS_LAGR_ORIENTATION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:554
double cs_real_t
Floating-point value.
Definition: cs_defs.h:357
#define END_C_DECLS
Definition: cs_defs.h:555
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:350
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:561
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:738