CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   transport properties for species when using OpenFoam (https://www.cfd-online.com/Forums/openfoam/207309-transport-properties-species-when-using-openfoam.html)

THUCT September 26, 2018 22:50

transport properties for species when using OpenFoam
 
Hello,guys:
I am working on some numerical simulation about combustion using openfoam. In the combustion/tutorials/reactingFoam/RAS/SandiaD_LTS/constant/thermo.compressibleGasGRI file, for each species there are two transport paremeters:
OH
{
specie
{
molWeight 17.00737;
}
thermodynamics
{
Tlow 200;
Thigh 3500;
Tcommon 1000;
highCpCoeffs ( 3.09288767 0.000548429716 1.26505228e-07 -8.79461556e-11 1.17412376e-14 3858.657 4.4766961 );
lowCpCoeffs ( 3.99201543 -0.00240131752 4.61793841e-06 -3.88113333e-09 1.3641147e-12 3615.08056 -0.103925458 );
}
transport
{
As 1.512e-06;
Ts 120;
}
elements
{
O 1;
H 1;
}
}
I am confused by the meanings of transport parameters As and Ts
Are these parameters used in the sutherland's law for calculation of viscosity. But the there parameters I got through Google should be 1.458E-06 and 110.4, which are different with that in the openfoam file.
Is there anyone could help me comprehend this issue?
Are they same or different?
Thanks very much!!

Yann October 2, 2018 06:23

Hello !

The "transport" sub-dictionary is indeed related to the transport model you choose to use, and the parameters will depend on the model.
The user guide sums it up pretty well here : https://cfd.direct/openfoam/user-gui...hermophysical/

As you can see, you were right about it: "As" is the Sutherland coefficient and "Ts" is the Sutherland temperature.

The formulation in OpenFOAM is similar to the one available on CFD-online wiki : https://www.cfd-online.com/Wiki/Sutherland%27s_law
Only the coefficients values are different. You can find here a table leading to the default values you've found in the file you're using (see this post for details and other sources)

I've never ran the tutorial you are using, nor reactingFoam, but it's up to you to choose the best coefficients for your case depending on the fluids you are using and the expected temperature range to calculate a correct viscosity.

I hope it helps!

THUCT October 2, 2018 10:25

The diffusivity for each species
 
Thank you for your reply!
If you used the combustion solvers in Openfoam, I have another question: why the solvers uses the effective viscosity rather than diffusive coefficient for the governing equations for every species in the diffusive term.
I have searched for some post in CFDONLINE, but it turned out that the assumption that the Le number in combustion is equal to 1 is used in Openfoam. But Le is the relationship between the mass diffusive and thermal diffusive lambda, so it's none of viscosity's business. Do you know why this makes sense in Openfoam.
Thank you again and look forward to your answer.
Best regard!

Mirza8 June 23, 2021 08:26

Hi Tao,

I also have the same question about effective diffusivity. Did you find out why in the solvers effective viscosity is used instead of diffusive coefficient? Other than the unity Lewis number, did they also assume Schmidt number (Sc=nu/D) equal to 1?

Best regards,
Morteza

zhangyan June 24, 2021 16:43

Quote:

Originally Posted by Mirza8 (Post 806683)
Hi Tao,

I also have the same question about effective diffusivity. Did you find out why in the solvers effective viscosity is used instead of diffusive coefficient? Other than the unity Lewis number, did they also assume Schmidt number (Sc=nu/D) equal to 1?

Best regards,
Morteza

Hi Morteza,
This is Yan.
Yes you are right. It is actually Sc=1 assumption.

Mirza8 June 25, 2021 04:00

Hi Yan,

Thank you very much for confirming that! ;)

jherb June 25, 2021 04:56

For recent developments see:


https://cfd.direct/openfoam/free-sof...or-the-future/


https://github.com/OpenFOAM/OpenFOAM...0a82f3752eb73e


https://github.com/OpenFOAM/OpenFOAM...2fe6c8998b8539


https://github.com/OpenFOAM/OpenFOAM...ca02849a6d0c35


All times are GMT -4. The time now is 05:15.