CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Enthalpy settings - downdraught evaporative cooling

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 22, 2019, 15:00
Default Enthalpy settings - downdraught evaporative cooling
  #1
New Member
 
Olivier Dambron
Join Date: Mar 2017
Posts: 22
Rep Power: 9
olivierdambron is on a distinguished road
Hello Everyone,

Context:
I'm exploring a case of evaporative cooling in the courtyard of a building. On a hot day without any wind, I trying to test the airflow in the courtyard with a mist system at the top. Assuming that in dry conditions the evaporative cooling effect of water injected in the air could make the air temperature drop down10 C, the cooled air would induce a downdraught that would refresh the spaces.

Simulation :
I'm simulating using buoyantSimpleFoam + fvDom radiation + fvOptions (scalarSemiImplicitSource with injectionRateSuSp) + topoSet:
- topoSet to an arbitrary region at the top of the couryard that corresponds to a simplified injection of mist
- topoSet to set a 2m high box from the ground that simplifies all the internal gains (people, lighting, equipments)
- fvOptions to approximate the drop in temperature and the internal heat gains respectively from, that mist region and that internal gains box as sensibleEnthalpy or sensibleInternalEnergy
- fvDom to account for the surface temperatures

Problem:
I am really struggling to set the fvOptions correctly with the correct units and values of either enthalpy or internal energy (sensible or absolute). So far my reasoning remains at:
- for mist/sprinklers: I look at the Mollier Chart for a drop of 10 C when the dry air is at 30C, the enthalpy needed is 80 kj/kg, so I set "h (-80000 0);"
- for internal gains/heat: I have 72 W/m2 in a height of 2m so I set : 36 W/m3.


Questions:

1) Could clarify if I should use sensible or absolute, enthalpy or internalenergy ?
2) Considering my simplifications how can I set the values correctly?
3) Would you suggest that I change my simplifications for this case?


Thanks so much,
OLivier


scalarSemiImplicitSourceCoeffs
{
cellSet sprinklersP;
selectionMode cellSet;
volumeMode specific;
injectionRateSuSp
{
h (-80000 0);
}
}

heat
{
type scalarSemiImplicitSource;
active true;
scalarSemiImplicitSourceCoeffs
{
cellZone cellZone2;
selectionMode cellZone;
volumeMode specific;
injectionRateSuSp
{
h (36 0);
}
}
}
olivierdambron is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
evaporative cooling simulation akky112 FLUENT 3 January 5, 2017 16:11
How to simulate the evaporative cooling in the room shuimo STAR-CCM+ 1 December 16, 2016 06:49
Evaporative pads two-phase cooling Vishnu_1991 Fluent Multiphase 0 July 21, 2014 12:44
Modeling of evaporative cooling pad on ANSYS Fluent Vishnu_1991 Fluent Multiphase 0 June 5, 2014 15:17
evaporative cooling system Athanasios FLUENT 0 February 10, 2006 09:14


All times are GMT -4. The time now is 12:51.