Macros | |
#define | CS_ISOTROPIC_DIFFUSION (1 << 0) |
#define | CS_ORTHOTROPIC_DIFFUSION (1 << 1) |
#define | CS_ANISOTROPIC_LEFT_DIFFUSION (1 << 2) |
#define | CS_ANISOTROPIC_RIGHT_DIFFUSION (1 << 3) |
#define | CS_ANISOTROPIC_DIFFUSION ((1 << 2) + (1 << 3)) |
Variables | |
integer | drift_scalar_add_drift_flux |
flag for computing the drift mass flux: (for coal classes for instance, only the first scalar of a class compute the drift flux of the class and the other scalars use it without recomputing it) More... | |
integer | drift_scalar_thermophoresis |
flag for activating thermophoresis for drift scalars More... | |
integer | drift_scalar_turbophoresis |
flag for activating turbophoresis for drift scalars More... | |
integer | drift_scalar_electrophoresis |
integer | drift_scalar_centrifugalforce |
flag for activating the centrifugal force for drift scalars More... | |
integer | drift_scalar_imposed_mass_flux |
flag for activating imposed mass flux More... | |
integer | drift_scalar_zero_bndy_flux |
flag for seting the mass flux to zero at all boundaries More... | |
integer | drift_scalar_zero_bndy_flux_at_walls |
flag for seting the mass flux to zero at walls only More... | |
integer | isotropic_diffusion |
flag for isotropic diffusion More... | |
integer | orthotropic_diffusion |
flag for orthotropic diffusion More... | |
integer | anisotropic_left_diffusion |
flag for diffusion by a left-multiplied symmetric 3x3 tensor More... | |
integer | anisotropic_right_diffusion |
integer | anisotropic_diffusion |
flag for diffusion by a symmetric 3x3 tensor More... | |
#define CS_ANISOTROPIC_DIFFUSION ((1 << 2) + (1 << 3)) |
diffusion by a symmetric 3x3 tensor
#define CS_ANISOTROPIC_LEFT_DIFFUSION (1 << 2) |
diffusion by a left-multiplied symmetric 3x3 tensor
#define CS_ANISOTROPIC_RIGHT_DIFFUSION (1 << 3) |
diffusion by a right-multiplied symmetric 3x3 tensor
#define CS_ISOTROPIC_DIFFUSION (1 << 0) |
isotropic diffusion
#define CS_ORTHOTROPIC_DIFFUSION (1 << 1) |
orthotropic diffusion
integer anisotropic_diffusion |
flag for diffusion by a symmetric 3x3 tensor
integer anisotropic_left_diffusion |
flag for diffusion by a left-multiplied symmetric 3x3 tensor
integer anisotropic_right_diffusion |
integer drift_scalar_add_drift_flux |
flag for computing the drift mass flux: (for coal classes for instance, only the first scalar of a class compute the drift flux of the class and the other scalars use it without recomputing it)
integer drift_scalar_centrifugalforce |
flag for activating the centrifugal force for drift scalars
integer drift_scalar_electrophoresis |
integer drift_scalar_imposed_mass_flux |
flag for activating imposed mass flux
integer drift_scalar_thermophoresis |
flag for activating thermophoresis for drift scalars
integer drift_scalar_turbophoresis |
flag for activating turbophoresis for drift scalars
integer drift_scalar_zero_bndy_flux |
flag for seting the mass flux to zero at all boundaries
integer drift_scalar_zero_bndy_flux_at_walls |
flag for seting the mass flux to zero at walls only
integer isotropic_diffusion |
flag for isotropic diffusion
integer orthotropic_diffusion |
flag for orthotropic diffusion