有关组分扩散系数
-
你说的应该是质量扩散系数吧
-
质量扩散系数应该自行给定,比如从文献中找。
-
组分输运的问题可以参考这系列的博文,目前of在多组分输运方面功能十分有限,组分扩散系数采用了比较简单的形式(可参考reactingFoam):OpenFOAM求解器开发入门(五):多组分输运库(上)
-
@Wayne 我最近想把reactingFoam中的能量方程中加上质量扩散引起的焓输运项, Ji 是组分i 的扩散流量, hi 是每个组分的显焓,hi 在openfoam中可以得到吗?下面是reactingFoam的thermophsicalproperties中的代码:
thermoType { type hePsiThermo; mixture reactingMixture; transport sutherland; thermo janaf; energy sensibleEnthalpy; equationOfState perfectGas; specie specie; }
我在basicSpecieMixture.H文件中找到了计算单个组分的显焓的函数
//- Sensible enthalpy [J/kg] virtual scalar Hs ( const label speciei, const scalar p, const scalar T ) const = 0;
问题是const label speciei,是什么,我是要把组分的名字写上吗
-
@buxiangle2012 label是整形