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
04ba402b
Commit
04ba402b
authored
4 years ago
by
MARSOLLIER Felix
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Removal of this test since replaced by the test "LiquidNode""
This reverts commit
a68c47b7
.
parent
ac410fd9
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/BaseClasses/LiquidNode_simulated.mo
+10
-0
10 additions, 0 deletions
FluidDynamics/BaseClasses/LiquidNode_simulated.mo
FluidDynamics/BaseClasses/package.order
+1
-0
1 addition, 0 deletions
FluidDynamics/BaseClasses/package.order
with
11 additions
and
0 deletions
FluidDynamics/BaseClasses/LiquidNode_simulated.mo
0 → 100644
+
10
−
0
View file @
04ba402b
within TAeZoSysPro_testsuite.FluidDynamics.BaseClasses;
model LiquidNode_simulated
parameter Modelica.SIunits.Temperature T = 273.15 + 90;
parameter Modelica.SIunits.Pressure p = 101325;
Modelica.Fluid.Interfaces.FluidPort_b port_liquidNode(redeclare package Medium = Modelica.Media.Water.WaterIF97_ph) annotation(
Placement(visible = true, transformation(origin = {2, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0), iconTransformation(origin = {2, 0}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
equation
port_liquidNode.h_outflow = Modelica.Media.Water.WaterIF97_pT.specificEnthalpy_pT(p = p, T = T);
end LiquidNode_simulated;
This diff is collapsed.
Click to expand it.
FluidDynamics/BaseClasses/package.order
+
1
−
0
View file @
04ba402b
...
...
@@ -6,3 +6,4 @@ test_GasNode_two_phases
test_Interface_liq_gas
test_LiquidNode
test_FreeAeraulicConvection
LiquidNode_simulated
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