Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new systems with electrolyzers #4

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions models-design/model_library/fatal_production.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<mxfile host="65bd71144e">
<diagram id="UMGnIMTu0UVVWNjnFVsf" name="Page-1">
<mxGraphModel dx="2150" dy="3384" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="FatalProduction : Model" style="swimlane;fontStyle=0;childLayout=stackLayout;horizontal=1;startSize=30;horizontalStack=0;resizeParent=1;resizeParentMax=0;resizeLast=0;collapsible=1;marginBottom=0;whiteSpace=wrap;html=1;fillColor=#CCFFCC;fontColor=#000000;" vertex="1" parent="1">
<mxGeometry x="900" y="-1050" width="200" height="120" as="geometry"/>
</mxCell>
<mxCell id="3" value="p : Parameter" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="2">
<mxGeometry y="30" width="200" height="30" as="geometry"/>
</mxCell>
<mxCell id="4" value="flow_p : Flow" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="2">
<mxGeometry y="60" width="200" height="30" as="geometry"/>
</mxCell>
<mxCell id="5" value="flow_p.f = -p" style="text;strokeColor=none;fillColor=none;align=left;verticalAlign=middle;spacingLeft=4;spacingRight=4;overflow=hidden;points=[[0,0.5],[1,0.5]];portConstraint=eastwest;rotatable=0;whiteSpace=wrap;html=1;" vertex="1" parent="2">
<mxGeometry y="90" width="200" height="30" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
407 changes: 407 additions & 0 deletions models-design/systems/cogeneration.drawio

Large diffs are not rendered by default.

321 changes: 321 additions & 0 deletions models-design/systems/constrained_electrolyzer.drawio

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,009 changes: 1,009 additions & 0 deletions models-design/systems/electrolyzer_n_inputs.drawio
Juliette-Gerbaux marked this conversation as resolved.
Show resolved Hide resolved

Large diffs are not rendered by default.

1,103 changes: 1,103 additions & 0 deletions models-design/systems/electrolyzer_subject_to_renawable.drawio

Large diffs are not rendered by default.

410 changes: 410 additions & 0 deletions models-design/systems/hybrid_converter.drawio

Large diffs are not rendered by default.

Loading