| 查看: 1210 | 回复: 2 | ||
[求助]
fluent udf 中一个语句不懂 求指点 已有1人参与
|
|
今天看了fluent udf的一个例子:DEFINE_PROFILE(scalarMixedBC, thread, nv) { /* constants must be specified correctly for the mixed BC */ real hC, PHI1_inf; /* ==================== */ face_t f; real A[ND_ND], dG[ND_ND], dr0[ND_ND], es[ND_ND], dr, A_by_es; real Af; real beta0, gamma; real temp1, temp2; Thread *t0=thread->t0; hC=20.0; PHI1_inf=550.0; begin_f_loop(f, thread) { /* identify the cell thread adjacent to the face thread f */ cell_t c0 = F_C0(f, thread); BOUNDARY_FACE_GEOMETRY(f, thread, A, dr, es, A_by_es, dr0); Af=NV_MAG(A); gamma=C_UDSI_DIFF(c0, t0, phi1); if (NULLP(T_STORAGE_R_NV(t0, SV_UDSI_G(phi1)))) beta0=0; /* if gradient is not allocated and stored yet, bypass the following macro (it happens when case/data files are being read */ else BOUNDARY_SECONDARY_GRADIENT_SOURCE(beta0, SV_UDSI_G(phi1),dG, es, A_by_es, gamma); /* temporary variables used in the profile expression */ temp1=gamma*A_by_es/dr; temp2=hC*Af; F_PROFILE(f, thread, nv) = (temp1*C_UDSI(c0, t0, phi1)- beta0 + temp2*PHI1_inf)/(temp2 + temp1); } end_f_loop(f, thread) } Thread *t0=thread->t0; 这一行是啥意思 真是搞不懂,希望哪位大神能指点一下。 |
» 猜你喜欢
如何从铁电相到顺电相。
已经有1人回复
各位大佬,求一份最新Wien2k版本作为学习用途
已经有0人回复
物理学I论文润色/翻译怎么收费?
已经有261人回复
南科大活性流体和软物质课题组诚招2027级博士、硕士研究生和博后
已经有42人回复
瑞典林雪平大学博士后招聘|PEC Water Splitting 方向
已经有24人回复
PRB投稿,Acknowledgment sent to author状态十天了
已经有3人回复
PVA溶解
已经有1人回复
基金申请
已经有44人回复
CSC与新西兰维多利亚大学PhD奖学金项目
已经有0人回复
新西兰Robinson研究所 招聘CSC公派访问人员
已经有0人回复
帮我的英语口语老师找学生
已经有0人回复
poptiger
银虫 (小有名气)
- 应助: 4 (幼儿园)
- 金币: 571.9
- 散金: 21
- 帖子: 121
- 在线: 18.8小时
- 虫号: 793516
- 注册: 2009-06-13
- 性别: GG
- 专业: 机械工程

2楼2016-11-10 10:45:40
3楼2016-12-02 08:34:20










回复此楼