Skip to content

Struggle with heat pump values #488

Answered by fwitte
gregorlein asked this question in Q&A
Discussion options

You must be logged in to vote

@gregorlein,

thanks for reaching out. There is three things in your setup:

  1. The Condenser class has inbuilt x=0 at hot side outlet (out1), therefore you cannot specify x=0 there.
  2. You fix flow and temperature change on both sides of the system (source and sink side). That cannot work, remove one specification.
  3. Instead of those specifications pressure information is missing on source and sink side, add one value respectively, e.g.:
from tespy.components import Condenser, Valve, Compressor, HeatExchanger, CycleCloser, Source, Sink
from tespy.connections import Connection
from tespy.networks import Network


cd = Condenser('Condenser')
va = Valve('Expnsion Valve')
cp = Compressor('Compressor')

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@gregorlein
Comment options

@gregorlein
Comment options

@fwitte
Comment options

@gregorlein
Comment options

Answer selected by gregorlein
Comment options

You must be logged in to vote
2 replies
@gregorlein
Comment options

@fwitte
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants