Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a process solver for arrays of input data #595

Open
EvenSol opened this issue Jan 26, 2023 · 1 comment
Open

add a process solver for arrays of input data #595

EvenSol opened this issue Jan 26, 2023 · 1 comment
Assignees
Milestone

Comments

@EvenSol
Copy link
Collaborator

EvenSol commented Jan 26, 2023

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 EvenSol self-assigned this Jan 26, 2023
@EvenSol
Copy link
Collaborator Author

EvenSol commented Jan 26, 2023

//
// 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 EvenSol added this to the v.3.0.0 milestone May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant