Uses of Class
pulse.problem.schemes.rte.RadiativeTransferSolver
-
Packages that use RadiativeTransferSolver Package Description pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrid
s, which determine the partitioning rules for space and time variables.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.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 RadiativeTransferSolver in pulse.problem.schemes
Methods in pulse.problem.schemes that return RadiativeTransferSolver Modifier and Type Method Description RadiativeTransferSolver
RadiativeTransferCoupling. getRadiativeTransferEquation()
Methods in pulse.problem.schemes that return types with arguments of type RadiativeTransferSolver Modifier and Type Method Description InstanceDescriptor<? extends RadiativeTransferSolver>
RadiativeTransferCoupling. getInstanceDescriptor()
Methods in pulse.problem.schemes with parameters of type RadiativeTransferSolver Modifier and Type Method Description void
RadiativeTransferCoupling. setRadiativeTransferEquation(RadiativeTransferSolver solver)
-
Uses of RadiativeTransferSolver in pulse.problem.schemes.rte.dom
Subclasses of RadiativeTransferSolver in pulse.problem.schemes.rte.dom Modifier and Type Class Description class
DiscreteOrdinatesMethod
A class that manages the solution of the radiative transfer equation using the discrete ordinates method. -
Uses of RadiativeTransferSolver in pulse.problem.schemes.rte.exact
Subclasses of RadiativeTransferSolver 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.class
NonscatteringRadiativeTransfer
-