Class NonscatteringDiscreteDerivatives

  • All Implemented Interfaces:
    Serializable, Descriptive, Reflexive

    public class NonscatteringDiscreteDerivatives
    extends NonscatteringRadiativeTransfer
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • NonscatteringDiscreteDerivatives

        public NonscatteringDiscreteDerivatives​(ParticipatingMedium problem,
                                                Grid grid)
    • Method Detail

      • compute

        public RTECalculationStatus compute​(double[] U)
        Description copied from class: NonscatteringRadiativeTransfer
        The superclass method will update the interpolation that the blackbody spectrum uses to evaluate the temperature profile and calculate the radiosities.A NORMALstatus is always returned.
        Overrides:
        compute in class NonscatteringRadiativeTransfer
        Parameters:
        U - the input temperature profile
        Returns:
        the status of calculation