Ticket #1599: testJInit.mos

File testJInit.mos, 127 bytes (added by Peter Junglas, 13 years ago)
Line 
1loadModel(Modelica);
2loadFile("testJInit.mo");
3simulate(testJInit,startTime=0.0,stopTime=2.0);
4plot({inertia1.w, inertia2.w});