Chinaunix首页 | 论坛 | 博客
  • 博客访问: 274815
  • 博文数量: 47
  • 博客积分: 1455
  • 博客等级: 上尉
  • 技术积分: 385
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-26 08:59
文章分类

全部博文(47)

文章存档

2012年(1)

2011年(1)

2009年(23)

2008年(22)

我的朋友

分类: 系统运维

2008-04-26 09:03:48

DEFINE_ADJUST(name,domain); general purpose UDF called every iteration

DEFINE_INIT(name,domain); UDF used to initialize field variables

DEFINE_ON_DEMAND(name); defines an execute-on-demand function

DEFINE_RW_FILE(name,fp); customize reads/writes to case/data files     

DEFINE_PROFILE(name,thread,index); defines boundary profiles

DEFINE_SOURCE(name,cell,thread,dS,index); defines source terms

DEFINE_HEAT_FLUX(name,face,thread,c0,t0,cid,cir); defines heat flux

DEFINE_PROPERTY(name,cell,thread); defines material properties

DEFINE_DIFFUSIVITY(name,cell,thread,index); defines UDS and species 

diffusivities

 

DEFINE_UDS_FLUX(name,face,thread,index); defines UDS flux terms

DEFINE_UDS_UNSTEADY(name,cell,thread,index,apu,su); defines UDS transient terms

    

DEFINE_SR_RATE(name,face,thread,r,mw,yi,rr); defines surface reaction rates

    

DEFINE_VR_RATE(name,cell,thread,r,mw,yi,rr,rr_t); defines vol. reaction rates

    

DEFINE_SCAT_PHASE_FUNC(name,cell,face); defines scattering phase function for DOM

    

DEFINE_DELTAT(name,domain); defines variable time step size for unsteady problems

    

DEFINE_TURBULENT_VISCOSITY(name,cell,thread); defines procedure for calculating turbulent viscosity

    

DEFINE_TURB_PREMIX_SOURCE(name,cell,thread,turbflamespeed,source); defines turb. flame speed

   

DEFINE_NOX_RATE(name,cell,thread,nox); defines NOx production and destructionrates

阅读(2617) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~