I would like to have a OpenModelica model like the following:
On the left side there is a "Real Input Connector" called u and on the right side there is a "Real Output Connector" called y. The Porpose of the model is just to take a value (u) multiply it with 2 and give back the output (y).
Now my questions: How do I set a value to the input variabe u?
Is the input connector the right block to do this?