How to parameterize a Modelica Block Connector
I’d like to parameterize the min and max attributes of a block connector.
Clarification of variableFilter in .OpenModelica.Scripting.simulate
I need a clarification about using variableFilter. I only need like 3 variables from my simulation. I want modelica to only output those variables as a csv file. I know the default is .* which outputs all the variables. I only need to select 3, so I was thinking of using variableFilter = x[.*]
. I am a little confused about the syntax, but would it be variableFilter = x[.* line1.C, cableTemp.T, commercialCable.l]
? Thank you for the help.
Compatibility of TRANSFORM library with OpenModelica
I wanted to know if TRANSFORM library is now compatible with OpenModelica ? And if yes, the degree of compatibility with OpenModelica. I’m running the test on this config:
How to obtain partial derivatives of a CombiTable2D in Modelica?
I’m using a CombiTable2D to describe a variable z as a function of two variables, x and y:
Speed of interpolation of a four-dimensional array in OpenModelica
During modeling, I encountered a task where I needed to obtain a value dependent on three variables. Creating a polynomial of sufficient accuracy turned out to be impossible. Therefore, I decided to create a four-dimensional array and obtain values from it through linear interpolation, as I did previously in the Wolfram Mathematica environment.
OpenModelica incompatible assignment error
why do we get this compilation error and what does this error mean?
Derivative of a flow variable [Openmodelica fluid library]
I am trying to make some openmodelica models which have similar workings as the modelica fluid library, as in it uses ports with a flow variable and several components working further on a TwoPort component. To simplify my question, I’ll try using the modelica fluid library as an example.
Automating OpenModelica Simulations using OpenModelica Script
I am trying to automate my openModelica simulations. My three goals are as follows: