constantScatterCFDEM
Description
The constantScatterCFDEM calculates the scattering coefficients and provides the field to the radiation model. (ie. P1CFDEM).
Syntax
scatterModel constantScatterCFDEM;
constantScatterCFDEMCoeffs
{
sigma <scalar>;
C <scalar>;
useParticleScatteringCoefficient <bool>;
ScatteringCoeffFieldName <word>;
}
sigma= scattering coefficient sigmaC= linear anisotropic phase function coefficient. Scalar value between-1and1, withC = 0meaning isotropic scattering,C < 0meaning backward scattering, andC > 0forward scattering (default: 0, i.e. isotroic scattering)
The model calculates the scattering coefficient
from the user-defined parameters.
Examples
Default use of the constantScatterCFDEM model:
scatterModel constantScatterCFDEM;
constantScatterCFDEMCoeffs
{
sigma 1.25e-5;
C 0;
}
Restrictions
Combination with coarse graining is not tested.
Home