Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TAeZoSysPro_testsuite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TAeZoSysPro
TAeZoSysPro_testsuite
Commits
6914f56d
Commit
6914f56d
authored
4 years ago
by
MARSOLLIER Felix
Browse files
Options
Downloads
Patches
Plain Diff
Addition of the test of the BurstMembrane module
parent
9014ccde
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
FluidDynamics/Components/Buildings/package.order
+1
-0
1 addition, 0 deletions
FluidDynamics/Components/Buildings/package.order
FluidDynamics/Components/Buildings/test_BurstMembrane.mo
+23
-0
23 additions, 0 deletions
FluidDynamics/Components/Buildings/test_BurstMembrane.mo
with
24 additions
and
0 deletions
FluidDynamics/Components/Buildings/package.order
+
1
−
0
View file @
6914f56d
...
...
@@ -2,3 +2,4 @@ test_HalfWall
test_Wall
test_InertMass
test_WallLeak
test_BurstMembrane
This diff is collapsed.
Click to expand it.
FluidDynamics/Components/Buildings/test_BurstMembrane.mo
0 → 100644
+
23
−
0
View file @
6914f56d
within TAeZoSysPro_testsuite.FluidDynamics.Components.Buildings;
model test_BurstMembrane
TAeZoSysPro.FluidDynamics.Sources.Atmosphere atmosphere(use_p_in = true) annotation(
Placement(visible = true, transformation(origin = {-40, 0}, extent = {{-20, -20}, {20, 20}}, rotation = 0)));
TAeZoSysPro.FluidDynamics.Sources.Atmosphere atmosphere1(nPorts = 1) annotation(
Placement(visible = true, transformation(origin = {80, 0}, extent = {{20, -20}, {-20, 20}}, rotation = 0)));
TAeZoSysPro.FluidDynamics.Components.Pipes.StaticPipe staticPipe(A = 0.1) annotation(
Placement(visible = true, transformation(origin = {40, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
TAeZoSysPro.FluidDynamics.Components.Buildings.BurstMembrane burstMembrane(dp_burst(displayUnit = "Pa") = 100) annotation(
Placement(visible = true, transformation(origin = {0, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
Modelica.Blocks.Sources.Trapezoid pressure_profile(amplitude = 110, falling = 0.5, nperiod = 1, offset = 101325, period = 1.5, rising = 0.5, width = 0) annotation(
Placement(visible = true, transformation(origin = {-90, 12}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation
connect(staticPipe.port_b, atmosphere1.Fluidport[1]) annotation(
Line(points = {{50, 0}, {60, 0}, {60, 8}, {80, 8}, {80, 8}}, color = {0, 127, 255}));
connect(atmosphere.Fluidport[1], burstMembrane.port_a) annotation(
Line(points = {{-40, 8}, {-20, 8}, {-20, 0}, {-10, 0}, {-10, 0}}, color = {0, 127, 255}));
connect(burstMembrane.port_b, staticPipe.port_a) annotation(
Line(points = {{10, 0}, {30, 0}, {30, 0}, {30, 0}}, color = {0, 127, 255}));
connect(pressure_profile.y, atmosphere.p_in) annotation(
Line(points = {{-78, 12}, {-60, 12}, {-60, 12}, {-58, 12}}, color = {0, 0, 127}));
end test_BurstMembrane;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment