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 classCornetteSchanksPFThe single-parameter Cornette-Schanks scattering phase function.classHenyeyGreensteinPFThe single-parameter Henyey-Greenstein scattering phase function.classLinearAnisotropicPFThe linear-anisotropic scattering phase function.Methods in pulse.problem.schemes.rte.dom that return PhaseFunction Modifier and Type Method Description PhaseFunctionODEIntegrator. 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 voidODEIntegrator. setPhaseFunction(PhaseFunction pf)
-