|
[Sponsors] |
Sutherland model calculate the thermal diffusion coefficient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 5, 2017, 09:07 |
Sutherland model calculate the thermal diffusion coefficient
|
#1 |
New Member
Join Date: Jan 2016
Posts: 15
Rep Power: 10 |
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. |
|
March 9, 2017, 00:49 |
Reply Multi componant mixture
|
#2 |
Member
Zhiheng Wang
Join Date: Mar 2016
Posts: 72
Rep Power: 10 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Thermal diffusion coefficient(about Soret effect) | sasenbb | FLUENT | 5 | December 22, 2020 23:04 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 07:28 |
Info: Short Course On Thermal Design of Electronic Equipment | Arnold Free | Main CFD Forum | 0 | August 10, 1999 11:18 |