Uses of Class
pulse.problem.schemes.rte.BlackbodySpectrum
-
Packages that use BlackbodySpectrum 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.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 BlackbodySpectrum in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return BlackbodySpectrum Modifier and Type Method Description BlackbodySpectrumODEIntegrator. getEmissionFunction()Methods in pulse.problem.schemes.rte.dom with parameters of type BlackbodySpectrum Modifier and Type Method Description doubleDiscretisation. fluxLeft(BlackbodySpectrum emissionFunction)Calculates the flux at the left boundary using an alternative formula.doubleDiscretisation. fluxRight(BlackbodySpectrum emissionFunction)Calculates the flux at the right boundary using an alternative formula.voidDiscretisation. intensitiesLeftBoundary(BlackbodySpectrum ef)Calculates the reflected intensity (positive angles, first half of indices) at the left boundary (τ = 0).voidDiscretisation. intensitiesRightBoundary(BlackbodySpectrum ef)Calculates the reflected intensity (negative angles, second half of indices) at the right boundary (τ = τ0).voidODEIntegrator. setEmissionFunction(BlackbodySpectrum emissionFunction) -
Uses of BlackbodySpectrum in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact that return BlackbodySpectrum Modifier and Type Method Description BlackbodySpectrumCompositionProduct. getEmissionFunction()BlackbodySpectrumNonscatteringRadiativeTransfer. getEmissionFunction()Methods in pulse.problem.schemes.rte.exact with parameters of type BlackbodySpectrum Modifier and Type Method Description voidCompositionProduct. setEmissionFunction(BlackbodySpectrum emissionFunction)voidNonscatteringRadiativeTransfer. setEmissionFunction(BlackbodySpectrum emissionFunction)
-