Skip to content

Commit

Permalink
New design - old connectors and their components will be obsolete
Browse files Browse the repository at this point in the history
Example - CarbonDioxideInBlood
  • Loading branch information
MarekMatejak committed Jul 26, 2024
1 parent ca0d337 commit 8f1395e
Show file tree
Hide file tree
Showing 12 changed files with 9,502 additions and 3,884 deletions.
4 changes: 2 additions & 2 deletions Chemical/Boundaries.mo
Original file line number Diff line number Diff line change
Expand Up @@ -1495,9 +1495,9 @@ Test package for the Boundaries package of ThermofluidStream.
xref = -log10(a)*(bufferValue/solution.n);

//solution flows
streamEnthalpy = actualStream(molarEnthalpy);
streamEnthalpy = molarEnthalpy;

solution.dH =streamEnthalpy*n_flow - der(molarEnthalpy)*nFreeBuffer;
solution.dH =h_in*n_flow_in + h_out*n_flow_out - der(molarEnthalpy)*nFreeBuffer;
solution.i = Modelica.Constants.F * z * n_flow - Modelica.Constants.F*der(z)*nFreeBuffer;
solution.dV = molarVolume * n_flow - der(molarVolume)*nFreeBuffer;

Expand Down
916 changes: 0 additions & 916 deletions Chemical/Components.mo

This file was deleted.

2 changes: 1 addition & 1 deletion Chemical/DropOfCommons.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within Chemical;
within Chemical;
model DropOfCommons "Model for global parameters"

parameter Chemical.Utilities.Units.Inertance L=1e-8 "Inertance of the molar flow through electro-chemical process" annotation (Dialog(tab="Advanced"));
Expand Down
2,909 changes: 1,447 additions & 1,462 deletions Chemical/Examples.mo

Large diffs are not rendered by default.

Loading

0 comments on commit 8f1395e

Please sign in to comment.