Skip to content

Commit

Permalink
- update DrModelica
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Torabzadeh-Tari committed Dec 16, 2010
1 parent 3c56e88 commit f36a25b
Showing 1 changed file with 90 additions and 40 deletions.
130 changes: 90 additions & 40 deletions DiscreteHybrid/MultEvents.onb
@@ -1,19 +1,40 @@
<!DOCTYPE OMNotebook>
<Notebook>
<GroupCell closed="false" >
<GroupCell closed="false" >
<TextCell style="Title" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Arial; font-size:38pt; font-weight:600; color:#000000;">Multiple Events at the Same Point in Time and Event Iteration&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<GroupCell closed="false" >
<TextCell style="Section" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Times; font-size:18pt; font-weight:600; color:#000000;">MultipleEvents&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<TextCell style="Text" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Times New Roman; font-size:12pt; color:#000000;">Multiple events may actually occur at the same point in time. Two or more independent events may just happen to be fired at the same time instant, or additional events may be fired at the time instant as a consequence of handling one of the events at that time instant. In the example below different event handlers &lt;span style=" font-family:Courier New;">A, B, C &lt;/span>and &lt;span style=" font-family:Courier New;">D &lt;/span> occur in a special order according to the &lt;span style=" font-style:italic;">declaration order&lt;/span>.&lt;br />&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<InputCell style="Input" closed="false" >
<Input>model MultipleEvents
<GroupCell closed="false">
<GroupCell closed="false">
<TextCell style="Title">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table border="0" style="-qt-table-type: root; margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-family:'Arial'; font-size:38pt; font-weight:600; color:#000000;">Multiple Events at the Same Point in Time and Event Iteration&lt;/span>&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
</TextCell>
<GroupCell closed="false">
<TextCell style="Section">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table border="0" style="-qt-table-type: root; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-family:'Times'; font-size:18pt; font-weight:600; color:#000000;">MultipleEvents&lt;/span>&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
</TextCell>
<TextCell style="Text">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table border="0" style="-qt-table-type: root; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;">Multiple events may actually occur at the same point in time. Two or more independent events may just happen to be fired at the same time instant, or additional events may be fired at the time instant as a consequence of handling one of the events at that time instant. In the example below different event handlers &lt;/span>&lt;span style=" font-family:'Courier New'; font-size:12pt; color:#000000;">A, B, C &lt;/span>&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;">and &lt;/span>&lt;span style=" font-family:'Courier New'; font-size:12pt; color:#000000;">D &lt;/span>&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;"> occur in a special order according to the &lt;/span>&lt;span style=" font-family:'Times New Roman'; font-size:12pt; font-style:italic; color:#000000;">declaration order&lt;/span>&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;">.&lt;br />&lt;/span>&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
</TextCell>
<GraphCell AutoX="true" AutoY="true" style="Graph" MinorX="0.1" Antialiasing="false" MinorY="0.1" Title="Plot by OpenModelica" LogX="false" LogY="false" MajorX="1" MajorY="1" closed="false" YLabel="" Area="wEgAAAAAAADAMAAAAAAAAEBZAAAAAAAAQD4AAAAAAAA=" ShowGraph="false" Grid="true" XLabel="" Legend="false">
<Input>model MultipleEvents
discrete Integer x(start = 1);
Boolean signal(start = false);
algorithm
Expand All @@ -34,35 +55,64 @@ equation
signal = true;
end when;
end MultipleEvents;</Input>
<Output>Ok</Output>
</InputCell>
<GroupCell closed="false" >
<TextCell style="Subsection" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Times; font-size:14pt; font-weight:600; color:#000000;">Simulation of MultipleEvents&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<InputCell style="Input" closed="false" >
<Input>simulate( MultipleEvents, stopTime=5 ) /??Error - not yet implemented</Input>
<Output>record
<Output>Ok</Output>
</GraphCell>
<GroupCell closed="false">
<TextCell style="Subsection">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table border="0" style="-qt-table-type: root; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-family:'Times'; font-size:14pt; font-weight:600; color:#000000;">Simulation of MultipleEvents&lt;/span>&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
</TextCell>
<GraphCell AutoX="true" AutoY="true" style="Graph" MinorX="0.1" Antialiasing="false" MinorY="0.1" Title="Plot by OpenModelica" LogX="false" LogY="false" MajorX="1" MajorY="1" closed="false" YLabel="" Area="wEgAAAAAAADAMAAAAAAAAEBZAAAAAAAAQD4AAAAAAAA=" ShowGraph="false" Grid="true" XLabel="" Legend="false">
<Input>simulate( MultipleEvents, stopTime=5 ) //??Error - not yet implemented</Input>
<Output>record
resultFile = "Simulation failed.
"
end record</Output>
</InputCell>
<TextCell style="Output" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Courier New; font-size:11pt; color:#000000;">&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<TextCell style="Text" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Times New Roman; font-size:12pt; color:#000000;">Since the &lt;span style=" font-family:Courier New;">when&lt;/span>-statements in the algorithm section are sequential, &lt;span style=" font-family:Courier New;">pre(x)&lt;/span> will not be updated until reaching the end of the algorithm section.&lt;/p>&lt;/body>&lt;/html></Text>
</TextCell>
<InputCell style="Input" closed="true" >
<Input>plot( { x, signal } );</Input>
<Output>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Courier New; font-size:11pt; color:#000000;">&lt;/p>&lt;/body>&lt;/html></Output>
</InputCell>
<TextCell style="Text" >
<Text>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:Times New Roman; font-size:12pt; color:#000000;">&lt;span style=" color:#000000;">&lt;img src="file:///C:/OpenModelica1.4.3/bin/OMNoteboook_tempfiles/123.png" width="288" height="214" />&lt;/span>&lt;/p>&lt;/body>&lt;/html></Text>
<Image name="file:///C:/OpenModelica1.4.3/bin/OMNoteboook_tempfiles/123.png" >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</Image>
</TextCell>
</GraphCell>
<TextCell style="Output">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table style="-qt-table-type: root; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">&lt;/p>
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New'; font-size:11pt; color:#000000;">&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
</TextCell>
<TextCell style="Text">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table border="0" style="-qt-table-type: root; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;">Since the &lt;/span>&lt;span style=" font-family:'Courier New'; font-size:12pt; color:#000000;">when&lt;/span>&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;">-statements in the algorithm section are sequential, &lt;/span>&lt;span style=" font-family:'Courier New'; font-size:12pt; color:#000000;">pre(x)&lt;/span>&lt;span style=" font-family:'Times New Roman'; font-size:12pt; color:#000000;"> will not be updated until reaching the end of the algorithm section.&lt;/span>&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
</TextCell>
<GraphCell AutoX="true" AutoY="true" style="Graph" MinorX="0.1" Antialiasing="false" MinorY="0.1" Title="Plot by OpenModelica" LogX="false" LogY="false" MajorX="1" MajorY="1" closed="true" YLabel="" Area="wEgAAAAAAADAMAAAAAAAAEBZAAAAAAAAQD4AAAAAAAA=" ShowGraph="false" Grid="true" XLabel="" Legend="false">
<Input>plot( { x, signal } );</Input>
<Output></Output>
</GraphCell>
<TextCell style="Text">
<Text>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
&lt;table border="0" style="-qt-table-type: root; margin-top:5px; margin-bottom:5px; margin-left:5px; margin-right:5px;">
&lt;tr>
&lt;td style="border: none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;img src="file:///C:/OpenModelica1.6.0/tmp/OMNotebook_tempfiles/125.png" width="288" height="214" />&lt;/p>&lt;/td>&lt;/tr>&lt;/table>&lt;/body>&lt;/html></Text>
<Image name="file:///C:/OpenModelica1.6.0/tmp/OMNotebook_tempfiles/125.png">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</Image>
</TextCell>
</GroupCell>
</GroupCell>
</GroupCell>
</GroupCell>
</GroupCell>
</GroupCell>
</Notebook>

0 comments on commit f36a25b

Please sign in to comment.