Class RadiativeTransferSolver

    • Constructor Detail

      • RadiativeTransferSolver

        public RadiativeTransferSolver()
        Dummy constructor.
    • Method Detail

      • compute

        public abstract RTECalculationStatus compute​(double[] temperatureArray)
        Launches a calculation of the radiative transfer equation.
        Parameters:
        temperatureArray - the input temperature profile
        Returns:
        the status of calculation
      • init

        public void init​(ParticipatingMedium p,
                         Grid grid)
        Retrieves the parameters from p and grid needed to run the calculations.Resets the flux arrays.
        Parameters:
        p -
        grid - the grid
      • interpolateTemperatureProfile

        public org.apache.commons.math3.analysis.UnivariateFunction interpolateTemperatureProfile​(double[] tempArray)
        Performs interpolation with natural cubic splines using the input arguments.
        Parameters:
        tempArray - an array of data defined on a previously initialised grid.
        Returns:
        a UnivariateFunction generated with a SplineInterpolator
      • opticalCoordinateAt

        public double opticalCoordinateAt​(int i)
        Retrieves the optical coordinate corresponding to the grid index i
        Parameters:
        i - the external grid index
        Returns:
        τ0/N i
      • ignoreSiblings

        public boolean ignoreSiblings()
        Description copied from class: PropertyHolder
        Should Accessibles that belong to this PropertyHolder be ignored when this PropertyHolder is displayed in a table?
        Overrides:
        ignoreSiblings in class PropertyHolder
        Returns:
        false by default
        See Also:
        PropertyHolderTable
      • addRTEListener

        public void addRTEListener​(RTECalculationListener listener)
        Adds a listener that can listen to status updates.
        Parameters:
        listener - a listener to track the calculation progress
      • getFluxes

        public final Fluxes getFluxes()
      • setFluxes

        public final void setFluxes​(Fluxes fluxes)