Skip to main content
13-Aquamarine
December 13, 2017
Solved

Difficulty in repeating a calculation in a solve block

  • December 13, 2017
  • 1 reply
  • 1076 views

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.

Best answer by Fred_Kohlhepp

The solve block can't work vectorized because the answer changes with area.  Turn the solve block into a function

1 reply

23-Emerald I
December 13, 2017

The solve block can't work vectorized because the answer changes with area.  Turn the solve block into a function

FDS13-AquamarineAuthor
13-Aquamarine
December 13, 2017

Fred, thanks a million!