CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Sutherland model calculate the thermal diffusion coefficient (https://www.cfd-online.com/Forums/openfoam-solving/184549-sutherland-model-calculate-thermal-diffusion-coefficient.html)

SH_Zhong March 5, 2017 08:07

Sutherland model calculate the thermal diffusion coefficient
 
Hello everyone;
I was confused about the formula in sutherland model to calculate the alpha (thermal diffusion coefficient).

template<class Thermo>
inline Foam::scalar Foam::sutherlandTransport<Thermo>::mu
(
const scalar p,
const scalar T
) const
{
return As_*::sqrt(T)/(1.0 + Ts_/T);
}


template<class Thermo>
inline Foam::scalar Foam::sutherlandTransport<Thermo>::kappa
(
const scalar p, const scalar T
) const
{
scalar Cv_ = this->Cv(p, T);
return mu(p, T)*Cv_*(1.32 + 1.77*this->R()/Cv_);
}


template<class Thermo>
inline Foam::scalar Foam::sutherlandTransport<Thermo>::alphah
(
const scalar p,
const scalar T
) const
{

return kappa(p, T)/this->Cpv(p, T);
}

Does anybody know mu(p, T)*Cv_*(1.32 + 1.77*this->R()/Cv_) where this formula comes from. Any paper can I refer to?

Thanks a lot in advance.

Zhiheng Wang March 8, 2017 23:49

Reply Multi componant mixture
 
Check this links/post

Regards
https://www.cfd-online.com/Forums/op...efficient.html
https://www.cfd-online.com/Forums/op...hin-class.html
https://www.cfd-online.com/Forums/op...tml#post639780
https://www.cfd-online.com/Forums/op...t-mixture.html


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