neqsim
neqsim copied to clipboard
add a process solver for arrays of input data
Is your feature request related to a problem? Please describe. Solving multiple point in a single call would speed up process calculations.
Describe the solution you'd like Enter arrays of input data as input to a solver.
// // setProcessSystem(ProcessSystem inputProcess) // // outProcessArray[] // // setInputParameters(Set paramSet){
unitOperationName = "thermo"; inputSignalName = ""; unit = "C" data = [array of data]
}
run(){
for(int i in paramSet) getProcess.getUnit("").setTemperature() } // //