9.0
general documentation
Loading...
Searching...
No Matches
cs_lagr_orientation.h File Reference
#include "base/cs_defs.h"
Include dependency graph for cs_lagr_orientation.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:
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.

Function Documentation

◆ cs_lagr_orientation_dyn_jeffery()

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.

Parameters
[in]dt_plagrangian time step
[in]gradvffluid velocity gradient

◆ cs_lagr_orientation_dyn_spheroids()

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)

Parameters
[in]iprevtime step indicator for fields 0: use fields at current time step 1: use fields at previous time step
[in]dt_plagrangian time step
[in]gradvffluid velocity gradient