Zeta clarification #532
-
So, I´ve been wondering what exactly are the implications of the zeta value being negative, even when pressure gradients from inlet to outlet is considered to be 0. Would it be an issues with the set parameters? How much does it affect the solution? And, most of all, what is the actual meaning of the zeta value, in practical sense? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
the zeta value is supposed to be used in pressure loss calculation when no dimensions are available (see https://tespy.readthedocs.io/en/main/api/components.html#tespy.components.component.Component.zeta_func). Basically, the pressure delta is calculated based on flow velocity and density of the fluid. The parameter is very low (or slightly negative) with pressure change near to zero (which is the case in your calculations). The error which is prompted has no meaning in this case, and you can avoid the prompt by specifying e.g. best |
Beta Was this translation helpful? Give feedback.
Hi @rafaelmarqferreira,
the zeta value is supposed to be used in pressure loss calculation when no dimensions are available (see https://tespy.readthedocs.io/en/main/api/components.html#tespy.components.component.Component.zeta_func). Basically, the pressure delta is calculated based on flow velocity and density of the fluid. The parameter is very low (or slightly negative) with pressure change near to zero (which is the case in your calculations). The error which is prompted has no meaning in this case, and you can avoid the prompt by specifying e.g.
component.zeta.min_val = -1
(for every instance of heat exchanger you are using). The printout of the prompt is actually wrong, the minimum…