Skip to content

Commit d7ee9c1

Browse files
committed
Check if the interface is VaporLiquidMassTransferInternalInterfaceConstantT
1 parent 34f0360 commit d7ee9c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Simulation.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ function interofdomain(inter,domain)
5555
return domain==inter.domain
5656
elseif hasfield(typeof(inter),:domain1)
5757
return domain==inter.domain1 || domain==inter.domain2
58+
elseif hasfield(typeof(inter),:domaingas)
59+
return domain==inter.domaingas || domain==inter.domainliq
5860
end
5961
end
6062

0 commit comments

Comments
 (0)