Uses of Class
pulse.problem.schemes.rte.exact.CompositionProduct
-
Packages that use CompositionProduct Package Description pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach. -
-
Uses of CompositionProduct in pulse.problem.schemes.rte.exact
Subclasses of CompositionProduct in pulse.problem.schemes.rte.exact Modifier and Type Class Description class
ChandrasekharsQuadrature
This quadrature methods of evaluating the composition product of the exponential integral and blackbody spectral power spectrum has been given by Chandrasekhar and is based on constructing a moment matrix.class
NewtonCotesQuadrature
A class for evaluating the composition product using a simple Newton-Cotes quadrature with a cutoff.Methods in pulse.problem.schemes.rte.exact that return CompositionProduct Modifier and Type Method Description CompositionProduct
NonscatteringRadiativeTransfer. getQuadrature()
Retrieves the quadrature that is used to evaluate the composition product invoked when calculating the radiative fluxes.Methods in pulse.problem.schemes.rte.exact that return types with arguments of type CompositionProduct Modifier and Type Method Description InstanceDescriptor<CompositionProduct>
NonscatteringRadiativeTransfer. getInstanceDescriptor()
Methods in pulse.problem.schemes.rte.exact with parameters of type CompositionProduct Modifier and Type Method Description void
NonscatteringRadiativeTransfer. setQuadrature(CompositionProduct specialIntegrator)
Sets the quadrature and updates its spectral function to that specified by this object.
-