Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TAeZoSysPro
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
Commits
2725c606
Commit
2725c606
authored
2 years ago
by
Felix MARSOLLIER
Browse files
Options
Downloads
Patches
Plain Diff
Removal temporary variable P_latent_bis
parent
38581fce
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FluidDynamics/Components/MassExchangers/AnalyticWetExchanger.mo
+1
-2
1 addition, 2 deletions
...ynamics/Components/MassExchangers/AnalyticWetExchanger.mo
with
1 addition
and
2 deletions
FluidDynamics/Components/MassExchangers/AnalyticWetExchanger.mo
+
1
−
2
View file @
2725c606
...
...
@@ -66,7 +66,7 @@ model AnalyticWetExchanger
SI.MassFlowRate m_flow_eq "Mass flow rate of the fictive fluid";
SI.Power Q_flow_wet, Q_flow_dry, Q_flow_wet_2, Q_flow_dry_2;
SI.Power P_sensible "Sensible exchanged power";
SI.Power P_latent
, P_latent_bis
"Latent exchanged power";
SI.Power P_latent "Latent exchanged power";
// Imported modules
Modelica.Fluid.Interfaces.FluidPort_a port_in_A(redeclare package Medium = MediumA) annotation (
...
...
@@ -162,7 +162,6 @@ equation
Q_flow_wet = TAeZoSysPro.FluidDynamics.Utilities.regStep(x = S_wet - 1e-2, x_small = 1e-2, y1 = Q_flow_wet_2, y2 = 0.0);
P_sensible = m_flowA * cpA * (TA_out - TA_in) ;
P_latent = m_flowA * stateA_in.X[MediumA.Air] * (wA_out_2-wA_in) * Ll ;
P_latent_bis = m_flowA * (hA_sat_in - hA_out_2);
Pex = Q_flow_dry + Q_flow_wet;
QcB * (TB_out - TB_in) + Pex = 0.0;
// ports handover
...
...
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