许可优化
许可优化
产品
产品
解决方案
解决方案
服务支持
服务支持
关于
关于
软件库
当前位置:服务支持 >  软件文章 >  FLUENT udf

FLUENT udf

阅读数 3
点赞 0
article_banner

FLUENT udf

#include"udf.h"

#define k_np 36/***thermal conductivity for nanoparticle AL2O3***/

#define FI 0.02/***VOLUME FRACTION***/

DEFINE_PROPERTY(nanofluid_Conductivity,c,t)

{

 real k_f; /*****thermal conductivity for fluid(water)****/

 real k_nf; /****thermal conductivity for nanofluid****/

 real tempe = C_T(c,t); /****temperature****/

k_f=-0.000008*(tempe*tempe)+((0.0062*tempe)-0.5388);

k_f=(((k_np+(2*k_f)-(2*(k_f-k_np))*FI)/(k_np+(2*k_f)+(k_f-k_np)*FI)))*k_f;

return k_nf;

}

DEFINE_PROPERTY(nanofluid_viscosity,c,t)

{

real U_f; /*dynamic viscosity for fluid*/

real U_nf; /*dynamic viscosity for nanofluid*/

real tempe1 = C_T(c,t); /*temperature*/

U_f=2.414*0.00001*pow(10,(247.8/(tempe1-140)));

U_nf=U_f/(pow((1-FI),2.5));

return U_nf;

}

DEFINE_SPECIFIC_HEAT(nanofluid_specificheat,T,Tref,h,yi)

{

real cp,rho_w,rho;

rho_w=(-3.570*(pow(10,-3))*(pow(T,2))+(1.88*T+753.2));

rho=(FI*3970)+((1-FI)*rho_w);

cp=((FI*3970*765)+((1-FI)*rho_w*4200))/rho; /*specific heat of nanoparticles*/

*h=cp * (T-Tref);

return cp;

}

DEFINE_PROPERTY(nanofluid_density,c,t)

{

real tempe,rho_w,rho;

tempe=C_T(c,t);

rho_w=(-3.570*(pow(10,-3))*(pow(tempe,2))+(1.88*tempe+753.2));

rho=(FI*3970)+((1-FI)*rho_w);

return rho;

}


免责声明:本文系网络转载或改编,未找到原创作者,版权归原作者所有。如涉及版权,请联系删

相关文章
技术文档
QR Code
微信扫一扫,欢迎咨询~
customer

online

联系我们
武汉格发信息技术有限公司
湖北省武汉市经开区科技园西路6号103孵化器
电话:155-2731-8020 座机:027-59821821
邮件:tanzw@gofarlic.com
Copyright © 2023 Gofarsoft Co.,Ltd. 保留所有权利
遇到许可问题?该如何解决!?
评估许可证实际采购量? 
不清楚软件许可证使用数据? 
收到软件厂商律师函!?  
想要少购买点许可证,节省费用? 
收到软件厂商侵权通告!?  
有正版license,但许可证不够用,需要新购? 
联系方式 board-phone 155-2731-8020
close1
预留信息,一起解决您的问题
* 姓名:
* 手机:

* 公司名称:

姓名不为空

姓名不为空

姓名不为空
手机不正确

手机不正确

手机不正确
公司不为空

公司不为空

公司不为空