Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMatejak committed Oct 9, 2023
1 parent 573c371 commit 3f539b1
Show file tree
Hide file tree
Showing 6 changed files with 297 additions and 414 deletions.
272 changes: 100 additions & 172 deletions Physiolibrary/Fluid.mo

Large diffs are not rendered by default.

405 changes: 175 additions & 230 deletions Physiolibrary/Organs.mo

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions Physiolibrary/UsersGuide.mo
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,19 @@ package UsersGuide "User's Guide"
end Connectors;

package ReleaseNotes "Release notes"
class Version_3_0_0alpha "Version 3.0-alpha (Nov. 26, 2020)"
class Version_3_0_0 "Version 3.0.0 (Oct. 10, 2023)"
extends Modelica.Icons.ReleaseNotes;
annotation (
Documentation(info = "<html>
Documentation(info="<html>
<ul>
<li>using Chemical 1.4 instead of Physiolibrary.Chemical and Physiolibrary.Osmotic</li>
<li>support of Modelica.Fluid and Modelica.Media concept instead of Physiolibrary.Hydraulic</li>
<li>obsolete previous Physiolibrary steady state concept</li>
<li> using Chemical 1.4 instead of Physiolibrary.Chemical and Physiolibrary.Osmotic</li>
<li> support of Modelica.Fluid and Modelica.Media concept instead of Physiolibrary.Hydraulic</li>
<li> model of Blood using blood plasma and red cells composition with Henderson-Hasselbalch;Hemoglobin-O2,CO2,H+,CO binding;Chloride shift;Osmosis</li>
<li> support of modeling of respiratory and cardiovascular blood gases transport</li>
<li> obsolete previous Physiolibrary steady state concept</li>
</ul>
</html>"));
end Version_3_0_0alpha;
end Version_3_0_0;

extends Modelica.Icons.ReleaseNotes;

Expand Down
4 changes: 2 additions & 2 deletions Physiolibrary/libraryinfo.mos
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LibraryInfoMenuCommand(
text = "Physiolibrary",
reference = "Physiolibrary",
isModel = true,
description = "Physiology Library 3.0",
description = "System biology, integrative physiology and pathophysiology (3.0)",
version = "3.0.0",
ModelicaVersion = ">=3.2",
ModelicaVersion = ">=4.0",
pos = 3753);
6 changes: 3 additions & 3 deletions Physiolibrary/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ package Physiolibrary "System biology, integrative physiology and pathophysiolog

annotation (
preferredView = "info",
version = "3.0.0-beta1",
versionDate = "2022-08-24",
dateModified = "2022-08-24 17:14:41Z",
version = "3.0.0",
versionDate = "2023-10-10",
dateModified = "2023-10-10 1:00:00Z",
uses(Modelica(version = "4.0.0"), Complex(version = "4.0.0"), Chemical(version = "1.4.0")),
conversion(
from(version = "BioChem-1.0.1", script = "modelica://Physiolibrary/Resources/Scripts/Dymola/ConvertBioChem_1.0.1_to_Physiolibrary_2.3.mos", to = "3.0.0"),
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,18 @@ Library contains also the icons for higher level (HumMod) subsystem implementati

## Current release

Download [Physiolibrary 2.3.1 (2015-09-15)](../../archive/v2.3.1.zip)
Download [Physiolibrary 3.0.0 (2023-10-09)](../../archive/v3.0.0.zip)

#### Release notes

* [Version v3.0.0 (2023-10-09)](../../archive/v3.0.0.zip)
* using Chemical 1.4 instead of Physiolibrary.Chemical and Physiolibrary.Osmotic
* support of Modelica.Fluid and Modelica.Media concept instead of Physiolibrary.Hydraulic
* model of Blood using blood plasma and red cells composition with Henderson-Hasselbalch;Hemoglobin-O2,CO2,H+,CO binding;Chloride shift;Osmosis
* support of modeling of respiratory and cardiovascular blood gases transport
* obsolete previous Physiolibrary steady state concept


* [Version v2.3.1 (2015-09-15)](../../archive/v2.3.1.zip)
* Change of license to [BSD](http://opensource.org/licenses/BSD-3-Clause):
* no additional restricions
Expand Down

0 comments on commit 3f539b1

Please sign in to comment.