Class AlgorithmSphereGeneration.IntTorquato95ModelMean

  • All Implemented Interfaces:
    de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
    Enclosing class:
    AlgorithmSphereGeneration

    class AlgorithmSphereGeneration.IntTorquato95ModelMean
    extends java.lang.Object
    implements de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double volumeFraction  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntTorquato95ModelMean​(double volumeFraction)
      Creates a new IntTorquato95ModelMean object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double eval​(double x)  
      double intFunc​(double x)
      DOCUMENT ME!
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • volumeFraction

        double volumeFraction
    • Constructor Detail

      • IntTorquato95ModelMean

        public IntTorquato95ModelMean​(double volumeFraction)
        Creates a new IntTorquato95ModelMean object.
    • Method Detail

      • intFunc

        public double intFunc​(double x)
        DOCUMENT ME!
        Parameters:
        x - DOCUMENT ME!
        Returns:
        DOCUMENT ME!
      • eval

        public double eval​(double x)
        Specified by:
        eval in interface de.jtem.numericalMethods.calculus.function.RealFunctionOfOneVariable