Heat ports in component Buildings.Fluid.FixedResistances.BaseClasses.Pipe #3647
JordiGC-UPC
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
@JordiGC-UPC Did you look into the model |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
Concerning the component
Buildings.Fluid.FixedResistances.BaseClasses.Pipe
, in the Documentation Browser it is said that this model can be used for modeling the heat exchange between the pipe and the environment. However there is no heat port to do so in the uppermost layer of the model. For this reason I modify this particular model to inherite correctly the heat ports of each of the mixing volumes for each segment in which the pipe is discretized. I inserted the componentModelica.Fluid.Interfaces.HeatPorts_a
and made a connection of each of the heat ports of the mixing volumes with this component, within the code. In theequation
block, instead of using the current code:I use this:
So now I can use the heat port of the pipe to connect it to the ground.
Is this ok? Thanks for checking. If correct, I hope this might be useful to modify this component in future versions of the library.
p.s.: Sorry if I do not use proper programming terms.
Beta Was this translation helpful? Give feedback.
All reactions