Page 1 of 1

COOLING TOWER PLUME

Posted: Thu Apr 17, 2014 10:19 am
by reda
Hello,

I am working on the new humid atmospheric module in Code Saturne , I would like to specify a humid release with ustsma with the variables : water content, liquid potential temperature and the droplets numbers.

What are the scalars containing these variables ?

Thank you for your response.
regards,

Re: COOLING TOWER PLUME

Posted: Thu Apr 17, 2014 10:44 am
by Jacques Fontaine
Hello,

I suggest you to read the user documentation of Code_Saturne 3.0 especially from page 134 (atmospheric module).

Regards,

Re: COOLING TOWER PLUME

Posted: Fri Apr 18, 2014 8:52 am
by reda
Hello,

There is a short documentation on this module, there is a reference of a thesis ( Bouzereau 2004).
There is no mention of the scalars to use.

Regards,

Re: COOLING TOWER PLUME

Posted: Fri Apr 18, 2014 11:46 am
by Jacques Fontaine
For the humid atmosphere, the additional variables are : "LiqPotTemp", "TotWater" and
"NbDrop"
from doc.

You mean these variables ?

Re: COOLING TOWER PLUME

Posted: Fri Apr 18, 2014 12:54 pm
by reda
yes.

I would like to add the relatives scalars in the ustsma routine.

regards,

Re: COOLING TOWER PLUME

Posted: Tue Apr 22, 2014 8:34 am
by reda
yes.

I would like to add the relatives scalars in the ustsma routine.

regards,

Re: COOLING TOWER PLUME

Posted: Mon Apr 28, 2014 9:55 am
by Jacques Fontaine
Hello,

Yes (grep cmd help me)

iscalt, itotwt and intdrp are the pointer in rtp to "LiqPotTemp", "TotWater" and "NbDrop" variables.

Re: COOLING TOWER PLUME

Posted: Mon Apr 28, 2014 12:48 pm
by reda
Thank you