diff --git a/Chemical/Resources/Documentation/Chemical.docx b/Chemical/Resources/Documentation/Chemical.docx index 1819d05..007076f 100644 Binary files a/Chemical/Resources/Documentation/Chemical.docx and b/Chemical/Resources/Documentation/Chemical.docx differ diff --git a/Chemical/Resources/Documentation/Chemical.pdf b/Chemical/Resources/Documentation/Chemical.pdf index 0311b15..755019a 100644 Binary files a/Chemical/Resources/Documentation/Chemical.pdf and b/Chemical/Resources/Documentation/Chemical.pdf differ diff --git a/Chemical/package.mo b/Chemical/package.mo index 0ca4b7d..fddb6a7 100644 --- a/Chemical/package.mo +++ b/Chemical/package.mo @@ -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; @@ -77,7 +77,6 @@ package Chemical "Library of Electro-Chemical models" ")); end Connectors; - package ReleaseNotes "Release notes" extends Modelica.Icons.ReleaseNotes; @@ -104,7 +103,8 @@ package Chemical "Library of Electro-Chemical models"
  • Sensor of dissociation constant of chemical reaction for hypothetical pure substances’ scheme
  • New Examples
  • New icon for electron transfer
  • -
  • New icon for chemical buffer
  • +
  • New icon for chemical buffer
  • +
  • New chemical kinetics with speed turnover
  • ")); end Version_1_1; @@ -114,7 +114,6 @@ package Chemical "Library of Electro-Chemical models" end ReleaseNotes; - class Contact "Contact" extends Modelica.Icons.Contact; @@ -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="

    Chemical port with internal definition of the substance inside the component.

    ", @@ -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="

    Chemical port with external definition of the substance outside the component.

    ", @@ -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( @@ -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")), diff --git a/README.md b/README.md index a5bd89b..2e7ed26 100644 --- a/README.md +++ b/README.md @@ -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)