Qusetion 发表于 2007-6-15 14:23

几个udf语句的含义,在帮助的什么地方有相关介绍?

{
Alloc_Storage_Vars(pDomain,SV_VOF_RG,SV_VOF_G,SV_NULL);
Scalar_Reconstruction(pDomain, SV_VOF,-1,SV_VOF_RG,NULL);
Scalar_Derivatives(pDomain,SV_VOF,-1,SV_VOF_G,SV_VOF_RG,
Vof_Deriv_Accumulate);
}
      
{
Alloc_Storage_Vars(domain, SV_T_RG, SV_T_G,SV_NULL);
T_derivatives(domain);
Free_Storage_Vars(domain, SV_T_RG, SV_NULL);
}

cora 发表于 2007-6-18 10:58

http://university.fluent.com/forum/viewtopic.php?t=105&sid=6f27ec301ca4a3c7de84a3ea270be722

自己看回复吧

Qusetion 发表于 2007-6-23 08:33

原帖由 cora 于 2007-6-18 10:58 发表 http://www.chinavib.com/forum/images/common/back.gif
http://university.fluent.com/forum/viewtopic.php?t=105&sid=6f27ec301ca4a3c7de84a3ea270be722

自己看回复吧

谢谢,我仔细看看
页: [1]
查看完整版本: 几个udf语句的含义,在帮助的什么地方有相关介绍?