-
@alvin 简单来说就是MP-PIC不用算碰撞了嘛,L方法跟踪颗粒,E方法计算颗粒力。cfdem 耦合我觉得主要还是LIGGGHTS 的DEM计算占主要的,比DPMFoam的确有更完备的DEM理论,比如增加了对非球形颗粒的支持(但是效率又低了许多)。
在我看来现在DPMFoam目前还有个问题是只能算常温(cfdem也一样),不支持传热,化学反应等。我是必须要涉及化学反应的,所以最后放弃了。 -
@minzhang BTW,推荐两个论文,希望对你有帮助
"Towar constitutive models for momentum, species, and energy transport in gas- particle flow"
''Reflections on mathematical models and simulation of gas‐particle flows"
论文:http://dc.engconfintl.org/cfb10/2/
PPT https://www.princeton.edu/cbe/people/faculty/sundaresan/group/presentations/Sundaresan_CFB10.pdf -
@hurricane007 您目前采用什么求解器算呢?cfdem?还是自己开发
-
@alvin 最近半年没在做CFD了,后面应该还会用,不过还不清楚用啥,得和老板聊,不过E-E方法可能性比较大
-
@hurricane007 谢谢谢谢!您是做什么领域的?
-
@hurricane007 了解了,你们做哪个方向
-
-
老师您好,我想请教一个问题,我按照CFD Online 上关于 coalCollidingChemistryFoam的讨论,在OpenFOAM5.0 的coalChemistryFoam中添加碰撞模型,但是编译之后出现了下面这样的错误,是不是CFD Online上的方法不适用于OpenFOAM5.0?还是有其他需要修改的地方?
wmakeLnInclude: linking include files to ./lnInclude could not open file surfaceWriter.H for source file coalParcel/makeCoalParcelSubmodelsAdd.C due to No such file or directory could not open file makeParcelHeatTransferModels.H for source file coalParcel/makeCoalParcelSubmodelsAdd.C due to Too many open files could not open file makeReactingMultiphaseParcelCompositionModels.H for source file coalParcel/makeCoalParcelSubmodelsAdd.C due to Too many open files could not open file makeReactingParcelPhaseChangeModels.H for source file coalParcel/makeCoalParcelSubmodelsAdd.C due to Too many open files could not open file makeReactingMultiphaseParcelDevolatilisationModels.H for source file coalParcel/makeCoalParcelSubmodelsAdd.C due to Too many open files could not open file makeReactingMultiphaseParcelSurfaceReactionModels.H for source file coalParcel/makeCoalParcelSubmodelsAdd.C due to Too many open files In file included from /public/software/apps/openfoam/OpenFOAM-5.0/src/lagrangian/intermediate/lnInclude/FacePostProcessing.H:182:0, from /public/software/apps/openfoam/OpenFOAM-5.0/src/lagrangian/intermediate/lnInclude/makeParcelCloudFunctionObjects.H:31, from coalParcel/makeCoalParcelSubmodelsAdd.C:27: /public/software/apps/openfoam/OpenFOAM-5.0/src/lagrangian/intermediate/lnInclude/FacePostProcessing.C:29:27: fatal error: surfaceWriter.H: No such file or directory #include "surfaceWriter.H" ^ compilation terminated. make: *** [Make/linux64GccDPInt32Opt/coalParcel/makeCoalParcelSubmodelsAdd.o] Error 1
-
老师您好,请问可以推荐一下关于DPM的比较基础,控制方程讲的比较多的论文吗?
-
@熊咔咔 我大概回答一下,如果不对期待大家指出
OpenFOAM里面是把particle打包在parcel里面了的,但是如果 1 particle/parcel 就和particle没有本质区别。
parcel是一个打包的概念,把多个性质差不多的颗粒打包成一个来追踪,减少计算量,其直径是等效直径,比如 n particles/parcel, 直径是 (nd)^(1/3),但是particle force 是 nF。正常来讲最大n particles/ parcel 的这个n应该是小于最小cluster包含颗粒数量。如果原先用1particle/parcel 计算需要的时间是T,用parcel 的 n particles/parcel,假设总颗粒数量是 N,那么追踪的parcel数量减少到N/n,需要的时间可以粗略估计为是 T*(n/N)^0.5 -
@hurricane007 我大致明白了,parcel是为了简化计算的而设置的,particles是指实际颗粒?
-
@hurricane007 我试了试fluent,好像particle track并不是指实际颗粒额,感觉用streams track更合适点。。。
-
@熊咔咔 是 parcel track啊
78/103