Skip to content

Commit 3ca1276

Browse files
Update components.jl
1 parent 8b77df5 commit 3ca1276

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Hydraulic/IsothermalCompressible/components.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,12 @@ See also [`FixedVolume`](@ref), [`DynamicVolume`](@ref)
493493
minimum_area)
494494
end
495495

496+
eqs = [
497+
# connectors
498+
port.p ~ p
499+
port.dm ~ dm
500+
flange.v * direction ~ dx
501+
flange.f * direction ~ -f
496502
# differentials
497503
D(x) ~ dx
498504
D(m) ~ dm

0 commit comments

Comments
 (0)