Questions tagged [simulationx]

SimulationX is a commercial Modelica simulation tool.

7 questions
2
votes
2 answers

Comparison between different Modelica compilers/simulators

I am looking for a detailed comparison between different Modelica compilers or simulators, including Dymola, MapleSim, Wolfran System Modler, SimulationX, OpenModelic. The details should include compatibility of mainstream commercial libraries and…
Jack
  • 1,094
  • 6
  • 16
2
votes
1 answer

Copula and simulation of binary and continuous variables

I am trying to simulate variables knowing their marginal distribution and their correlation matrix. I know we can use packages like copula but I am not familiar on how to go about it. Can someone help #mean(w1)=0.6, sd(w1)=0.38; w1 is normally…
SimRock
  • 229
  • 3
  • 10
1
vote
0 answers

SimulationX - Records

this question is for SimulationX users: How can I link to any Record entry within a Model structure (.isx file)? Is it not possible to set a Record entry as source for a parameter field (real) in SimX? The Record Entry is filled with a vector…
Cornelius
  • 11
  • 1
1
vote
0 answers

Correct syntax for redeclaration of replaceable parameters for array components

I have developed a model which uses replaceable records quite extensively. The parameters are passed down to arrays of components. I tried two approaches to do this, but neither of them work in all my test environments SimulationX (SimX),…
jufo
  • 121
  • 3
1
vote
2 answers

On Veins, how to get some values from ini file?

On Veins applications (veins/src/modules/application/app_name.(cc, h), how to get values like *.car[*].appl.numVehicles from theini file? I can get values like sim-time-limit (see below) and anothers createad by me one, by I can't acess values on…
0
votes
0 answers

Temperature discrepancies in modelica fluid sources

My goal is to model a bidirectional fluid system in Modelica. I have everything up and running using modelica standard library components but I am always getting an error on the fluid temperature from the input value. I am trying to use a volume…
0
votes
2 answers

How to determine the maximum of a mixed time-continuous time-discrete signal in SimulationX?

There are questions how to determine the maximum of a mixed time-continuous and time-discrete signal x(t) over passed time with Modelica, i.e., y(t) = max{ x(s) with s in [startTime,t] }. This is an open issue in the Modelica bug tracker (see …
Tobias
  • 5,038
  • 1
  • 18
  • 39