Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I have a problem with a solve block constructed in MC15. As long as I use a single input variable A the sheet works fine. However if I want to calculate the values for a changing chamber length it does not work. I assume it is something simple but I do not "see" it at this moment. Any help would be appreciated.
Solved! Go to Solution.
The solve block can't work vectorized because the answer changes with area. Turn the solve block into a function
The solve block can't work vectorized because the answer changes with area. Turn the solve block into a function
Fred, thanks a million!