1 | <!DOCTYPE OMNotebook>
|
---|
2 | <Notebook>
|
---|
3 | <GroupCell closed="false">
|
---|
4 | <GraphCell style="Graph" closed="false">
|
---|
5 | <Input>model Test
|
---|
6 | Real x "densità fluido 跳ねるボール";
|
---|
7 | equation
|
---|
8 | der(x) = -1 * x;
|
---|
9 | end Test;</Input>
|
---|
10 | <Output>{Test}</Output>
|
---|
11 | </GraphCell>
|
---|
12 | <GraphCell style="Graph" closed="false">
|
---|
13 | <Input>writeFile("a.mo",list(Test))</Input>
|
---|
14 | <Output>true</Output>
|
---|
15 | </GraphCell>
|
---|
16 | <GraphCell style="Graph" closed="false">
|
---|
17 | <Input>simulate(Test)</Input>
|
---|
18 | <Output>record SimulationResult
|
---|
19 | resultFile = "/tmp/OpenModelica/Test_res.mat",
|
---|
20 | simulationOptions = "startTime = 0.0, stopTime = 1.0, numberOfIntervals = 500, tolerance = 0.000001, method = 'dassl', fileNamePrefix = 'Test', storeInTemp = false, noClean = false, options = '', outputFormat = 'mat', variableFilter = '.*', measureTime = false, cflags = ''",
|
---|
21 | messages = "",
|
---|
22 | timeFrontend = 0.009006059,
|
---|
23 | timeBackend = 0.0073957350000000005,
|
---|
24 | timeSimCode = 0.004460148000000001,
|
---|
25 | timeTemplates = 0.0013231800000000002,
|
---|
26 | timeCompile = 0.21075357,
|
---|
27 | timeSimulation = 0.00325389,
|
---|
28 | timeTotal = 0.23626497600000002
|
---|
29 | end SimulationResult;</Output>
|
---|
30 | </GraphCell>
|
---|
31 | </GroupCell>
|
---|
32 | </Notebook>
|
---|