Go to the source code of this file.
|
| void | cs_sde_vels_pos_1_st_order_time_integ (cs_lnum_t p_id, cs_real_t dt_part, int nor, const cs_real_t *taup, const cs_real_3_t *tlag, const cs_real_3_t *piil, const cs_real_33_t *bx, const cs_real_3_t *vagaus, const cs_real_6_t brgaus, const cs_real_3_t force_p, const cs_real_3_t beta) |
| | Integration of SDEs by 1st order time scheme for one particle. More...
|
| |
| void | cs_lagr_sde (cs_lnum_t p_id, cs_real_t dt_part, int nor, const cs_real_t *taup, const cs_real_3_t *tlag, const cs_real_3_t *piil, const cs_real_33_t *bx, cs_real_t *tsfext, const cs_real_3_t force_p, const cs_real_t vislen[], const cs_real_3_t beta, cs_real_3_t *vagaus, cs_real_6_t brgaus, cs_lnum_t *nresnew) |
| | Integration of particle equations of motion: More...
|
| |
| void | cs_lagr_sde_attr (cs_lagr_attribute_t attr, const cs_lnum_t p_id, int nor, const cs_real_t dt_part, cs_real_t tcarac, cs_real_t pip) |
| | Integration of a stochastic differential equation (SDE) for a user particle variable (attribute). More...
|
| |
◆ cs_lagr_sde()
| void cs_lagr_sde |
( |
cs_lnum_t |
p_id, |
|
|
cs_real_t |
dt_part, |
|
|
int |
nor, |
|
|
const cs_real_t * |
taup, |
|
|
const cs_real_3_t * |
tlag, |
|
|
const cs_real_3_t * |
piil, |
|
|
const cs_real_33_t * |
bx, |
|
|
cs_real_t * |
tsfext, |
|
|
const cs_real_3_t |
force_p, |
|
|
const cs_real_t |
vislen[], |
|
|
const cs_real_3_t |
beta, |
|
|
cs_real_3_t * |
vagaus, |
|
|
cs_real_6_t |
brgaus, |
|
|
cs_lnum_t * |
n_new_particles |
|
) |
| |
Integration of particle equations of motion:
- Standard Model : First or second order
- Deposition submodel (Guingo & Minier, 2007) if needed
- Parameters
-
| [in] | p_id | particle index in set |
| [in] | dt_part | remaining time step associated to the particle |
| [in] | nor | current step id (for 2nd order scheme) |
| [in] | taup | dynamic characteristic time |
| [in] | tlag | fluid characteristic time |
| [in] | piil | term in integration of U-P SDEs |
| [in] | bx | turbulence characteristics |
| [out] | tsfext | info for return coupling source terms |
| [out] | force_p | forces per mass unit on particles (m/s^2) |
| [in] | vislen | nu/u* = y/y+ |
| [in] | beta | proportional to the gradient of T_lag |
| [out] | vagaus | gaussian random variables |
| [out] | brgaus | gaussian random variables |
| [in] | nresnew | |
- Standard Model : First or second order
- Deposition submodel (Guingo & Minier, 2007) if needed
- Parameters
-
| [in] | p_id | particle index in set |
| [in] | dt_part | remaining time step associated to the particle |
| [in] | nor | current step id (for 2nd order scheme) |
| [in] | taup | dynamic characteristic time |
| [in] | tlag | fluid characteristic time |
| [in] | piil | term in integration of U-P SDEs |
| [in] | bx | turbulence characteristics |
| [out] | tsfext | info for return coupling source terms |
| [out] | force_p | forces per mass unit on particles (m/s^2) |
| [in] | vislen | nu/u* = y/y+ |
| [in] | beta | proportional to the gradient of T_lag |
| [out] | vagaus | gaussian random variables |
| [out] | brgaus | gaussian random variables |
| [in] | n_new_particles | |
◆ cs_lagr_sde_attr()
Integration of a stochastic differential equation (SDE) for a user particle variable (attribute).
When there is interaction with a boundary face, the integration degenerates to order 1 (even if the 2nd order scheme is active).
- Parameters
-
| [in] | attr | attribute/variable |
| [in] | p_id | particle id |
| [in] | nor | current step id (for 2nd order scheme) |
| [in] | dt_part | remaining time step associated to the particle |
| [in] | tcarac | variable characteristic time |
\param[in] pip right-hand side associated with SDE
When there is interaction with a boundary face, the integration degenerates to order 1 (even if the 2nd order scheme is active).
- Parameters
-
| [in] | attr | attribute/variable |
| [in] | p_id | particle id |
| [in] | nor | current step id (for 2nd order scheme) |
| [in] | dt_part | remaining time step associated to the particle |
| [in] | tcarac | variable characteristic time |
| [in] | pip | right-hand side associated with SDE |
◆ cs_sde_vels_pos_1_st_order_time_integ()
| void cs_sde_vels_pos_1_st_order_time_integ |
( |
cs_lnum_t |
p_id, |
|
|
cs_real_t |
dt_part, |
|
|
int |
nor, |
|
|
const cs_real_t * |
taup, |
|
|
const cs_real_3_t * |
tlag, |
|
|
const cs_real_3_t * |
piil, |
|
|
const cs_real_33_t * |
bx, |
|
|
const cs_real_3_t * |
vagaus, |
|
|
const cs_real_6_t |
brgaus, |
|
|
const cs_real_3_t |
force_p, |
|
|
const cs_real_3_t |
beta |
|
) |
| |
Integration of SDEs by 1st order time scheme for one particle.
- Parameters
-
| [in] | p_id | particle index in set |
| [in] | dt_part | remaining time step associated to the particle |
| [in] | nor | current step id (for 2nd order scheme) |
| [in] | taup | dynamic characteristic time |
| [in] | tlag | lagrangian fluid characteristic time |
| [in] | piil | term in integration of up sdes |
| [in] | bx | turbulence characteristics |
| [in] | vagaus | gaussian random variables |
| [in] | brgaus | gaussian random variables |
| [in] | force_p | forces per mass unit on particles (m/s^2) |
| [in] | beta | proportional to the gradient of T_lag |