Class FluidODEsExporter.SymODEs

java.lang.Object
jline.solvers.fluid.FluidODEsExporter.SymODEs
Enclosing class:
FluidODEsExporter

public static class FluidODEsExporter.SymODEs extends Object
Structural description of the exported ODE system. State variable, station and class indices are 0-based; they are rendered 1-based.
  • Field Details

    • form

      public String form
    • method

      public String method
    • nstates

      public int nstates
    • stateStation

      public int[] stateStation
    • stateClass

      public int[] stateClass
    • statePhase

      public int[] statePhase
    • stationNames

      public List<String> stationNames
    • classNames

      public List<String> classNames
    • schedNames

      public List<String> schedNames
    • sched

      public SchedStrategy[] sched
    • S

      public double[] S
    • W

      public Matrix W
    • Alambda

      public double[] Alambda
    • isSource

      public boolean[] isSource
    • smoothing

      public String smoothing
    • pstar

      public double[] pstar
    • keep

      public int[] keep
    • nevents

      public int nevents
    • eventFrom

      public int[] eventFrom
    • eventTo

      public int[] eventTo
    • coeff

      public double[] coeff
    • eventVar

      public int[] eventVar
    • factorType

      public String[] factorType
    • factorStation

      public int[] factorStation
    • factorClass

      public int[] factorClass
    • factorC0

      public double[] factorC0
    • factorOthers

      public int[][] factorOthers
    • dpsw

      public double[][] dpsw
    • fcfsPhaseW

      public double[] fcfsPhaseW
    • alpha

      public double alpha
    • x0

      public double[] x0
  • Constructor Details

    • SymODEs

      public SymODEs()