-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
condensing cooling coil model #1109
Comments
Would that be a moving boundary model, with 3 segments, or a different approach? |
No, rather a simple model with average specific enthalpy between inlet and outlet and the e-NTU method. PR soon! |
#1113 contains a first version of the model Many things still need to happen, but the main issue right now is to choose a parameterization for the computation of
Depending on the choice, we may have to do (many) inverse computations of the normal equations to compute UA. If wrong parameters values are supplied, the resulting inverse computations may give infeasible results. From that point of view option 3) or 4) look most dummy-proof, however 1) and 2) are easier to use. @mwetter @icupeiro Any suggestions here? edit: I tried using |
@Mathadon the manufacturer information we are using provides absolute values of latent and sensible heat flow rate, so I'd stick to this |
@icupeiro indeed that makes sense. The question is also how to specify the 'nominal conditions'. For a dry coil this is just the nominal flow rate and temperature difference but for a wet coil the model also requires some indication of the model humidity. This can be provided either using:
Right now I'm using absolute humidity. The disadvantage is that this value is not that easy to know and it's hard to provide a good default value. Therefore it's perhaps better to use relative humidity, or allow both? |
@Mathadon standard EN 1397:2015 establishes test conditions of 19 degC air wet bulb temperature and 27degC of dry bulb temperature (therefore the 46.3% on humidity I think it was), so I would stick to the wet bulb temperature as the default parameter. Perhaps is also convenient to check if there are other test procedures (ASHRAE maybe?) and what is the humidity parameter they fix. |
@mwetter can you provide feedback on this before further implementing the model? |
I think using the absolute humidity is fine for the parameterization. I have not done yet a more thorough review. Donghun from our team will work this summer on cooling coil modeling. |
@mwetter I have fixed some issues. The unit tests now pass but the model is not yet ready. Open issues:
|
Since it is a "coil", and uses the heat transfer coefficients of a coil, we should not allow specifying condensation on the water side. |
I see, I did not realize the specific meaning. In that case it would make sense to add more generic heat exchanger models though? |
Yes, we could start with moving |
Open questions from my side for today's discussion:
|
Todo:
|
@mwetter can you check the parameterization of EP? Then we can try to be consistent. |
We are working on a cooling coil model that supports condensation, without using discretisations.
The text was updated successfully, but these errors were encountered: