All Implemented Interfaces:
Icon, IconSource, Manageable, Shareable, RenderedIcon, FloatToFloat

public class Boltzmann extends GrowthFunctionBase
  • Field Details

    • A1

      public float A1
    • A2

      public float A2
    • x0

      public float x0
    • dx

      public float dx
    • c

      public float c
    • $TYPE

      public static final Boltzmann.Type $TYPE
    • A1$FIELD

      public static final SCOType.Field A1$FIELD
    • A2$FIELD

      public static final SCOType.Field A2$FIELD
    • x0$FIELD

      public static final SCOType.Field x0$FIELD
    • dx$FIELD

      public static final SCOType.Field dx$FIELD
    • c$FIELD

      public static final SCOType.Field c$FIELD
  • Constructor Details

    • Boltzmann

      public Boltzmann()
    • Boltzmann

      public Boltzmann(float A1, float A2, float x0, float dx, float c)
  • Method Details

    • evaluateFloat

      public float evaluateFloat(float x)
      Description copied from interface: FloatToFloat
      Computes the value of this function at x.
      Parameters:
      x - where the function is to be evaluated
      Returns:
      function value at x
    • getSuggestedXMin

      public float getSuggestedXMin()
      Specified by:
      getSuggestedXMin in class GrowthFunctionBase
    • getSuggestedXMax

      public float getSuggestedXMax()
      Specified by:
      getSuggestedXMax in class GrowthFunctionBase
    • getManageableType

      public ManageableType getManageableType()
    • getA1

      public float getA1()
    • setA1

      public void setA1(float value)
    • getA2

      public float getA2()
    • setA2

      public void setA2(float value)
    • getX0

      public float getX0()
    • setX0

      public void setX0(float value)
    • getDx

      public float getDx()
    • setDx

      public void setDx(float value)
    • getC

      public float getC()
    • setC

      public void setC(float value)