Uses of Class
pulse.problem.statements.model.ThermoOpticalProperties
-
Packages that use ThermoOpticalProperties 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.pulse.problem.statements.model -
-
Uses of ThermoOpticalProperties in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom with parameters of type ThermoOpticalProperties Modifier and Type Method Description protected voidODEIntegrator. extract(ThermoOpticalProperties properties)voidCornetteSchanksPF. init(ThermoOpticalProperties top)voidHenyeyGreensteinPF. init(ThermoOpticalProperties properties)voidLinearAnisotropicPF. init(ThermoOpticalProperties top)voidPhaseFunction. init(ThermoOpticalProperties properties)Constructors in pulse.problem.schemes.rte.dom with parameters of type ThermoOpticalProperties Constructor Description CornetteSchanksPF(ThermoOpticalProperties top, Discretisation intensities)Discretisation(ThermoOpticalProperties properties)Constructs aDiscreteIntensitieswith the defaultOrdinateSetand a new uniform grid.HenyeyGreensteinPF(ThermoOpticalProperties properties, Discretisation intensities)LinearAnisotropicPF(ThermoOpticalProperties top, Discretisation intensities)PhaseFunction(ThermoOpticalProperties top, Discretisation intensities) -
Uses of ThermoOpticalProperties in pulse.problem.statements.model
Constructors in pulse.problem.statements.model with parameters of type ThermoOpticalProperties Constructor Description ThermoOpticalProperties(ThermoOpticalProperties p)
-