1#ifndef CS_LAGR_LAGESP_H
2#define CS_LAGR_LAGESP_H
34#if defined(__cplusplus)
Define a templated array class (owner of data)
Definition: cs_array.h:1118
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
cs_real_t cs_real_3_t[3]
vector of 3 floating-point values
Definition: cs_defs.h:349
cs_real_t cs_real_6_t[6]
vector of 6 floating-point values
Definition: cs_defs.h:351
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:325
cs_lagr_attribute_t
Definition: cs_lagr_particle.h:76
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).
Definition: cs_lagr_sde.cpp:3700
void cs_sde_vels_pos_1_st_order_time_integ(cs_lagr_particle_set_t &p_set, cs_lnum_t p_id, cs_real_t dt_part, int nor, const cs_array< cs_real_t > &taup, const cs_array_2d< cs_real_t > &tlag, const cs_array_2d< cs_real_t > &piil, const cs_array_3d< cs_real_t > &bx, const cs_array_2d< cs_real_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.
Definition: cs_lagr_sde.cpp:1029
void cs_lagr_sde(cs_lagr_particle_set_t &p_set, cs_lnum_t p_id, cs_real_t dt_part, int nor, const cs_array< cs_real_t > &taup, const cs_array_2d< cs_real_t > &tlag, const cs_array_2d< cs_real_t > &piil, const cs_array_3d< cs_real_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_array_2d< cs_real_t > &vagaus, cs_real_6_t brgaus, cs_lnum_t *nresnew)
Integration of particle equations of motion:
Definition: cs_lagr_sde.cpp:3577
Definition: cs_lagr_particle.h:324