#include "cs_defs.h"
Go to the source code of this file.
Functions | |
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: More... | |
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. More... | |
Integration of the Jeffey equations in DNS mode.
[in] | dt_p | lagrangian time step |
[in] | gradvf | fluid velocity gradient |
void cs_lagr_orientation_dyn_spheroids | ( | int | iprev, |
const cs_real_t | dt_p, | ||
const cs_real_t | gradvf[][3][3] | ||
) |
Integration of the equations of motion for particle orientation:
Details in publication by M. Bossy and L. Campana (INRIA)
[in] | iprev | time step indicator for fields 0: use fields at current time step 1: use fields at previous time step |
[in] | dt_p | lagrangian time step |
[in] | gradvf | fluid velocity gradient |