Package jline.solvers.fluid
Class FluidODEsExporter.SymODEs
java.lang.Object
jline.solvers.fluid.FluidODEsExporter.SymODEs
- Enclosing class:
FluidODEsExporter
Structural description of the exported ODE system. State variable,
station and class indices are 0-based; they are rendered 1-based.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]doubledouble[]double[][]int[]int[]int[]double[]int[]int[][]int[]String[]double[]boolean[]int[]intintdouble[]double[]int[]int[]int[]double[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
form
-
method
-
nstates
public int nstates -
stateStation
public int[] stateStation -
stateClass
public int[] stateClass -
statePhase
public int[] statePhase -
stationNames
-
classNames
-
schedNames
-
sched
-
S
public double[] S -
W
-
Alambda
public double[] Alambda -
isSource
public boolean[] isSource -
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
-
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()
-