Wolfram SystemModeler
Written by Alex Denham   
Wednesday, 30 May 2012

A large-scale system modeling environment has been released by Wolfram. SystemModeler is intended as a very general environment that handles modeling of a wide range of systems.

A large-scale system modeling environment has been released by Wolfram. SystemModeler is intended as a very general environment that handles modeling of systems with mechanical, electrical, thermal, chemical, biological, and other components, as well as combinations of different types of components.

On his blog Stephen Wolfram says that the problem with existing modeling environments is that they are limited to producing block diagrams that poorly represent key components, so the models that are created are limited to being used only for simulation, not engineering analysis or integrated computations.

 

systemmodeler1

 

The idea behind SystemModeler is that you can put together a high-fidelity model that can be used for everything from optimization and control design to custom visualization and interactivity. It can also be used together with Mathematica to give you a method for complete programmatic control of simulations. You can also use Wolfram Alpha to bring in real-world data for use with the model.

As in Wolfram’s Mathematica, everything in SystemModeler is represented in symbolic form. To create a model you put together a hierarchy of connected components that can be assembled interactively by dragging and dropping. SystemModeler comes with a library of standard components such as sensors, actuators, gears, resistors, joints, heaters, and so on. You can also make use of model libraries from component manufacturers because SystemModeler uses the standard Modelica language for system specifications.

sysmod2

 

Behind the scenes SystemModeler then interprets the symbolic system description and derives a collection of differential-algebraic and other equations and event specifications, which it then solves to produce a fully computable representation of the system. The representation mirrors what an actual physical version of the system would do, but allows instant visualization, simulation and analysis.

The blog post about SystemModeler has an example of SystemModeler in action showing a 2,685-equation dynamic model of an airplane being used to analyze the control loop for continuous descent landings.

wolframsm

More information and a trial version of the software are available on the SystemModeler website.

Related Articles

Wolfram Finance Platform Launched

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


Run WebAssembly Components Inside Node.js With Jco
28/03/2024

Jco 1.0 has been just announced by the Bytecode Alliance.It's a native JavaScript WebAssembly toolchain and runtime that runs Wasm components inside Node.js. Why is that useful?



Rust Twice As Productive As C++
03/04/2024

Google director of engineering, Lars Bergstrom, gave a talk at the recent Rust Nation UK conference and claimed that Rust was twice as productive as C++. Given how good Google is at C++, this is quite [ ... ]


More News

 

Last Updated ( Wednesday, 30 May 2012 )