neqsim icon indicating copy to clipboard operation
neqsim copied to clipboard

add a process solver for arrays of input data

Open EvenSol opened this issue 2 years ago • 1 comments

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.

EvenSol avatar Jan 26 '23 22:01 EvenSol

// // 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() } // //

EvenSol avatar Jan 26 '23 22:01 EvenSol