Skip to main content
1-Visitor
September 14, 2016
Solved

Parametrized Solve Block

  • September 14, 2016
  • 5 replies
  • 2073 views

question.jpgHi All,

I want to use a parametrized solve block in a programing loop. The problem is that the solve block gives two output with two units, pressure and tempreature; so I cannot assign it to a function.

I appreciate any hints.

Thanks in advance.

Best answer by RichardJ

You have to define two functions:

5 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
September 14, 2016

You have to define two functions:

24-Ruby IV
September 14, 2016

One partial solution

23-Emerald I
September 14, 2016

Divide by the unit (you can use "UnitsOf()" to stay consistent in the solve block, then two separate functions after to access the correct unit values.

npouladi1-VisitorAuthor
1-Visitor
October 7, 2016

Thank you so much for the great help

12-Amethyst
October 7, 2016

Hi Navid.

Nice work.

Can you explain please what is To=5C?

Thanks in advance.

Alvaro.