Class NonscatteringRadiativeTransfer

    • Constructor Detail

      • NonscatteringRadiativeTransfer

        protected NonscatteringRadiativeTransfer​(ParticipatingMedium problem,
                                                 Grid grid)
    • Method Detail

      • compute

        public RTECalculationStatus compute​(double[] array)
        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.
        Specified by:
        compute in class RadiativeTransferSolver
        Parameters:
        array -
        Returns:
        the status of calculation
      • fluxes

        public void fluxes()
        Calculates the radiative fluxes on the grid specified in the constructor arguments. This uses the values of radiosities and involves calculating the composition product using the selected quadratures.
        See Also:
        CompositionProduct
      • flux

        protected void flux​(int uIndex)
      • getQuadrature

        public CompositionProduct getQuadrature()
        Retrieves the quadrature that is used to evaluate the composition product invoked when calculating the radiative fluxes.
        Returns:
        the quadrature
      • setQuadrature

        public void setQuadrature​(CompositionProduct specialIntegrator)
        Sets the quadrature and updates its spectral function to that specified by this object.
        Parameters:
        specialIntegrator - the quadrature used to evaluate the composition product
      • setEmissionFunction

        public void setEmissionFunction​(BlackbodySpectrum emissionFunction)
      • set

        public void set​(NumericPropertyKeyword type,
                        NumericProperty property)
        Description copied from class: Accessible

        An abstract method, which must be overriden to gain access over setting the values of all relevant (selected by the programmer) NumericProperties in subclasses of Accessible. Typically this involves a switch statement that goes through the different options for the type and invokes different set(...) methods to update the matching NumericProperty with property.

        Specified by:
        set in class Accessible
        Parameters:
        type - the type, which must be equal by definition to property.getType().
        property - the property, which contains new information.
      • listedTypes

        public List<Property> listedTypes()
        Description copied from class: PropertyHolder

        By default, collects a list of default properties corresponding to types defined by listedKeywords(). However, this method is overridable to include non-numeric properties.

        Overrides:
        listedTypes in class PropertyHolder
        Returns:
        a list of Property instances, which have been explicitly marked as a listed parameter for this PropertyHolder.
      • getRadiosityFront

        public double getRadiosityFront()
      • getRadiosityRear

        public double getRadiosityRear()