7.1
general documentation
cs_lagr_orientation.c File Reference
#include "cs_defs.h"
#include <math.h>
#include "bft_printf.h"
#include "bft_error.h"
#include "bft_mem.h"
#include "cs_base.h"
#include "cs_field.h"
#include "cs_field_pointer.h"
#include "cs_math.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parameters.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_prototypes.h"
#include "cs_random.h"
#include "cs_lagr.h"
#include "cs_lagr_particle.h"
#include "cs_lagr_event.h"
#include "cs_lagr_orientation.h"
+ Include dependency graph for cs_lagr_orientation.c:

Functions

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: 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...
 

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