- 【UDF编译调试工具】VcUdfStudio--在Visual Studio中一体化编辑编译调试UDF 2017-11-04
- 利用Visual Studio集成环境进行Fluent UDF编写,编译,调试的一体化工具终于完成了,历时几年的构思到编程实现,完全实现了自动化。解决了UDF调试困难,无法查 ...
- (16756)次阅读|(3)个评论
- UDF中根据组分名称获取组分序号的两种方法 2013-04-17
- 方法一: #include "udf.h" DEFINE_ON_DEMAND(species_list) { int i = -1; char *spe_name; Domain *d=NULL; Material *mix_mat=NULL; d=Get_Domain(1); mi ...
- (2348)次阅读|(0)个评论
- UDF求欧拉模型中颗粒撞击壁面的角度 2013-04-17
- #include "udf.h" #define WALL_ID 4 // the wall id to be computed collision angle #define PARTICLE_PHASE_ID 1 // the phase id of particle pha ...
- (1992)次阅读|(1)个评论
- UDF求DPM撞击壁面的角度 2013-04-17
- 使用DEFINE_DPM_BC宏来实现。记得hook。 #include "udf.h" DEFINE_DPM_BC(usr_bc_reflect,p,t,f,f_normal,dim) { &nbs ...
- (2168)次阅读|(1)个评论
- UDF检测能量方程是否打开 2013-04-17
- #include "udf.h" DEFINE_ON_DEMAND(test_temp_field) { Domain *domain; Thread *c_thread; domain=Get_Domain(1); thread_loop_c(c_thread, domain) /*loops o ...
- (1817)次阅读|(2)个评论
- UDF获取气体分压力或摩尔分数 2013-04-17
- You can use the following equation pi=C_P(c,t)*gas_molar_fraction where, pi is the partial pressure, C_P(c,t) gets the mixed gas pressure. gas_molar_ ...
- (2619)次阅读|(0)个评论
查看更多