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 void
ODEIntegrator. extract(ThermoOpticalProperties properties)
void
CornetteSchanksPF. init(ThermoOpticalProperties top)
void
HenyeyGreensteinPF. init(ThermoOpticalProperties properties)
void
LinearAnisotropicPF. init(ThermoOpticalProperties top)
void
PhaseFunction. 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 aDiscreteIntensities
with the defaultOrdinateSet
and 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)
-