Skip to content

Changes from v0.6.3 to v0.7.0 - Air Claude Cycle #447

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

You must be logged in to vote

Okay, got it. You should not be using a Separator. That component is intended to be used if you want to separate different fluids (not the same fluid in different phases).

On top of that, I recommend you go step by step and start with the "easy" equations (specified pressure and enthalpy values). Add one element after the other to the plant and check for convergence in between. Specification of kA or ttd_u work best, if you already have good starting values. The script below should produce the desired results:

from tespy.networks import Network
from tespy.connections import Connection

CC = Network(T_unit='K', p_unit='kPa', h_unit='kJ / kg')

# setting up components
from tespy.components i…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@fwitte
Comment options

@QErwinLi
Comment options

@fwitte
Comment options

Answer selected by QErwinLi
@QErwinLi
Comment options

@fwitte
Comment options

@QErwinLi
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