Click or drag to resize

PICScatteringType Enumeration

Determines how particles will interact with surfaces during PIC simulations.

Namespace: ema3d.Api.V26.Charging.Domain
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public enum PICScatteringType
Members
Member nameValueDescription
None0 
Specular1 A perfectly flat surface with an identical angle of incidence after particle impact.
Mixed2 Implements a combination of specular and diffuse methods.
Diffuse3 Approximates surface roughness and implements a random scattering direction from probability.
See Also