User Portlet User Portlet

Discussions
Save the model to a .mo file and attach it to to a reply here.
SystemModeler 4.0 does not have complete support for Media and Fluid, that's why those are not included. However, if you anyway want to get your thermal process simulation package working it may be possible if you instead of including all of...
Yeah, that's kind of part of the same bug. WSMSetValues actually updates the model with the new value, so the WSM kernel sees the change from the start of the translation process. When you change a parameter in Simulation Center, the model has...
This issue has been resolved and will be fixed in the next release (4.0.1).
WSMInputFunctions takes rules where the targets are functions. If you have measured current data you can create a function with e.g. the Interpolation function in Mathematica. Also, make sure that you name the input u in your model, the error message...
Hi, the Bungee jump example has a spring damper that is always attached, so it's not like jumping on a trampoline made out of spider web, where as long as you are in the air, there is no effect on the web. If you use this model instead, the body wont...
The problem is in the For loop over the parameter values. If you evaluate  WSMParameterValues -> {For[i = 1, i init2[[i]]  ] }In a separate cell you'll see that it comes out as WSMParameterValues -> {Null} Instead change...