Class Fluxes

    • Method Detail

      • store

        public void store()
        Stores all currently calculated fluxes in a separate array.
      • checkArrays

        public RTECalculationStatus checkArrays()
        Checks whether all stored values are finite. This is equivalent to summing all elements and checking whether the sum if finite.
        Returns:
        true if the elements are finite.
      • getFlux

        public double getFlux​(int i)
        Retrieves the currently calculated flux at the i grid point
        Parameters:
        i - the index of the grid point
        Returns:
        the flux value at the specified grid point
      • setFlux

        public void setFlux​(int i,
                            double value)
        Sets the flux at the i grid point
        Parameters:
        i - the index of the grid point
      • getStoredFlux

        public double getStoredFlux​(int i)
        Retrieves the previously calculated flux at the i grid point.
        Parameters:
        i - the index of the grid point
        Returns:
        the previous flux value at the specified grid point
        See Also:
        store()
      • getOpticalGridStep

        public double getOpticalGridStep()
      • getDensity

        public int getDensity()
      • getOpticalThickness

        public double getOpticalThickness()
      • setDensity

        public final void setDensity​(NumericProperty gridDensity)
      • init

        public void init()
      • setOpticalThickness

        public final void setOpticalThickness​(NumericProperty opticalThickness)