Page 1 of 1

pls confirm the Units in cpincl.f90 of 2.1.4 ncs

Posted: Thu Mar 22, 2012 1:09 pm
by leosding
hi,

in the cpincl.f90 of 2.1.4 ncs, it reads,

! - Proprietes

! ICHCOR(CL) --> = ICH si la classe consideree appartient

! au charbon ICH (1, 2, ...)

! DIAM20(CL) --> Diametre initial (m)

! DIA2MN(CL) --> Diametre minimum (m)

! RHO20(CL) --> Masse volumique initiale (kg/m3)

! RHO2MN(CL) --> Masse volumique minimale (kg/m3)

! XMP0(CL) --> Masse initiale de la particule (m) <=====

! XMASH(CL) --> Masse de cendres de la particule (m) <=====



as marked "<=====",the units "m" should be "kg"? please confirm! thanks.

(the question from code-saturne.info forum)
Leo

Re: pls confirm the Units in cpincl.f90 of 2.1.4 ncs

Posted: Thu Mar 22, 2012 4:18 pm
by Yvan Fournier
Hello,

Yes, the marked units description is false, but everything is in SI units, so kg seems right (I am not a specialist of this part of the code, but the only possible answers are kg or kg/m3 here, so if the comment itself is correct, kg is the right answer).

Best regards,

Yvan