Skip to content
Discussion options

You must be logged in to vote

Hi @WinniEsz,

thank you for reaching out. There are two issues in your code:

  1. The mixture of water and ethanol is not supported by tespy in the way you want it. To use such a mixture there are two options:

    • Use the incompressible mixtures of CoolProp fluid={"INCOMP::MEA[0.3]|mass": 1}
    • Use the CoolProp mixture back-end for full featured mixtures fluid={"Water[0.7]&Ethanol[0.3]|mass": 1}. This is only required if you need flash calculations, and is very slow compared to the imcompressible variant.
  2. You are trying to use a Condenser component for a fluid which is in supercritical state. The Condenser imposes liquid saturated state at the hot side outlet, which is impossible for a supercri…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WinniEsz
Comment options

Answer selected by WinniEsz
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