Skip to content

Commit

Permalink
description of new chemical kinetics
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMatejak committed Sep 13, 2015
1 parent c365742 commit 7bc2e71
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified Chemical/Resources/Documentation/Chemical.docx
Binary file not shown.
Binary file modified Chemical/Resources/Documentation/Chemical.pdf
Binary file not shown.
17 changes: 8 additions & 9 deletions Chemical/package.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within ;
package Chemical "Library of Electro-Chemical models"
package Chemical "Library of Electro-Chemical models (version 1.1.0)"
package UsersGuide "User's Guide"
extends Modelica.Icons.Information;

Expand Down Expand Up @@ -77,7 +77,6 @@ package Chemical "Library of Electro-Chemical models"
</html>"));
end Connectors;


package ReleaseNotes "Release notes"
extends Modelica.Icons.ReleaseNotes;

Expand All @@ -104,7 +103,8 @@ package Chemical "Library of Electro-Chemical models"
<li>Sensor of dissociation constant of chemical reaction for hypothetical pure substances&rsquo; scheme </li>
<li>New Examples </li>
<li>New icon for electron transfer</li>
<li>New icon for chemical buffer </li>
<li>New icon for chemical buffer</li>
<li>New chemical kinetics with speed turnover</li>
</ul>
</html>"));
end Version_1_1;
Expand All @@ -114,7 +114,6 @@ package Chemical "Library of Electro-Chemical models"

end ReleaseNotes;


class Contact "Contact"
extends Modelica.Icons.Contact;

Expand Down Expand Up @@ -2344,7 +2343,7 @@ https://github.com/xogeny/impact/blob/master/resources/docs/modelica2015/paper/i
fillColor={158,66,200},
fillPattern=FillPattern.Solid,
lineThickness=1),
Text(extent = {{-160,110},{40,50}}, lineColor={172,72,218}, textString = "%name")}),
Text(extent= {{-160,110},{40,50}}, lineColor={172,72,218}, textString= "%name")}),
Documentation(info="<html>
<p>Chemical port with internal definition of the substance inside the component. </p>
</html>",
Expand Down Expand Up @@ -2375,7 +2374,7 @@ https://github.com/xogeny/impact/blob/master/resources/docs/modelica2015/paper/i
lineThickness=1,
fillColor={255,255,255},
fillPattern=FillPattern.Solid),
Text(extent = {{-160,110},{40,50}}, lineColor={172,72,218}, textString = "%name")}),
Text(extent= {{-160,110},{40,50}}, lineColor={172,72,218}, textString= "%name")}),
Documentation(info="<html>
<p>Chemical port with external definition of the substance outside the component.</p>
</html>",
Expand Down Expand Up @@ -3134,7 +3133,7 @@ https://github.com/xogeny/impact/blob/master/resources/docs/modelica2015/paper/i
fillColor={127,127,0},
fillPattern=FillPattern.Solid)}),
Diagram(graphics={
Text(extent={{-160,110},{40,50}}, lineColor={127,127,0}, textString = "%name",
Text(extent={{-160,110},{40,50}}, lineColor={127,127,0}, textString= "%name",
fillColor={127,127,0},
fillPattern=FillPattern.Solid),
Rectangle(
Expand Down Expand Up @@ -3711,8 +3710,8 @@ Modelica source.
preferredView="info",
version="1.1.0",
versionBuild=1,
versionDate="2015-09-05",
dateModified = "2015-09-05 17:14:41Z",
versionDate="2015-09-15",
dateModified = "2015-09-15 17:14:41Z",
conversion(
from(version="1.1.0alpha", script="modelica://Chemical/Resources/Scripts/Dymola/ConvertChemical_from_1.0_to_1.1.mos"),
from(version="1.0.0", script="modelica://Chemical/Resources/Scripts/Dymola/ConvertChemical_from_1.0_to_1.1.mos")),
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

## Development and contribution
Release manager: [Marek Mateják] (https://github.com/MarekMatejak)

Contributor:
[Filip Ježek] (https://github.com/filip-jezek)
[Filip Ježek] (https://github.com/filip-jezek),
[tbeu] (https://github.com/tbeu)

0 comments on commit 7bc2e71

Please sign in to comment.