Uses of Class
pulse.problem.schemes.rte.exact.NonscatteringRadiativeTransfer
-
Packages that use NonscatteringRadiativeTransfer 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 NonscatteringRadiativeTransfer in pulse.problem.schemes.rte.exact
Subclasses of NonscatteringRadiativeTransfer in pulse.problem.schemes.rte.exact Modifier and Type Class Description class
NonscatteringAnalyticalDerivatives
A solver of the radiative transfer equation for an absorbing-emitting medium where the fluxes and their derivatives are calculated using analytical formulae with the selected numerical quadrature.class
NonscatteringDiscreteDerivatives
A solver of the radiative transfer equation for an absorbing-emitting medium where the fluxes are calculated using analytical formulae while their derivatives are calculated using the central-difference approximation.
-