Skip to content

Pressure difference across CycleCloser for CO2 loop #377

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

You must be logged in to vote

Hmm, I was a bit too quick here...

It does not really make sense, that CoolProp does not offer pressure below that value, we have often used models, where CO2 is in a mixture with the other ambient air components or combustion products. There the partial pressure would be much lower than that value.

TESPy reads value boundaries for pressure and temperature from CoolProp in order to make sure, no fluid properties are accessed outside of CoolProp's ranges as that would raise errors. You can circumvent that issue for now by adding the following lines:

...
from tespy.tools.fluid_properties import Memorise
...
nw = Network(fluids=[fluid], p_unit="bar", T_unit="K", m_unit="g / s")
Memorise.valu…

Replies: 1 comment 3 replies

Comment options

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

Answer selected by fwitte
@mvernacc
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
Converted from issue

This discussion was converted from issue #376 on January 08, 2023 08:59.