Uses of Class
pulse.problem.schemes.rte.dom.PhaseFunction
-
Packages that use PhaseFunction Package Description pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation. -
-
Uses of PhaseFunction in pulse.problem.schemes.rte.dom
Subclasses of PhaseFunction in pulse.problem.schemes.rte.dom Modifier and Type Class Description class
CornetteSchanksPF
The single-parameter Cornette-Schanks scattering phase function.class
HenyeyGreensteinPF
The single-parameter Henyey-Greenstein scattering phase function.class
LinearAnisotropicPF
The linear-anisotropic scattering phase function.Methods in pulse.problem.schemes.rte.dom that return PhaseFunction Modifier and Type Method Description PhaseFunction
ODEIntegrator. getPhaseFunction()
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type PhaseFunction Modifier and Type Method Description InstanceDescriptor<PhaseFunction>
DiscreteOrdinatesMethod. getPhaseFunctionSelector()
Methods in pulse.problem.schemes.rte.dom with parameters of type PhaseFunction Modifier and Type Method Description protected void
ODEIntegrator. setPhaseFunction(PhaseFunction pf)
-