Git Product home page Git Product logo

tespy_tutorial_usermeeting_2021's People

Contributors

fwitte avatar

Watchers

 avatar

tespy_tutorial_usermeeting_2021's Issues

Dummy source is missing 1 outgoing connections

Dear Dr. Witte,

I am doing self-learning for TESpy as running this tutorial on my machine. The issue that I found is following:

I ran these lines:

nw.del_conns(c1, c2)
c1 = Connection(cc, 'out1', cond, 'in1', label='1')
c2 = Connection(cond, 'out1', exp_valve, 'in1', label='2')
c3 = Connection(exp_valve, 'out1', evap, 'in1', label='3')
c4 = Connection(evap, 'out1', comp, 'in1', label='4')
c5 = Connection(comp, 'out1', cc, 'in1', label='5')

c1.set_attr(fluid={'R134a': 1})
c2.set_attr(x=0, T=75)

c4.set_attr(x=1, T=10)

cond.set_attr(pr=1)
evap.set_attr(pr=1)
comp.set_attr(eta_s=0.9)

nw.solve('design')

nw.print_results()

for df in nw.results.values():
    display(df)

I get an error as follows:

ERROR:root:Dummy source is missing 1 outgoing connections. Make sure all outlets are connected and all connections have been added to the network.

To the best of my understanding, I do not find any missing outgoing connections. Could you point out what went missing?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.