- fluent中挂UDF的问题? 2个回答
往fluent上挂UDF,出现了这个问题。找了好久了。有哪位大神知道为什么嘛?感激不尽啊 Copied f:\major-learning\project--yeyayougang/F:\major-Learning\Project--yeyayougang\yeyayougang3.c to libudf\src user_nt.udf file is outdated. So, recreat
- fluent17.0的udf和visual studio 2015的环境变量问题? 4个回答
请问各位大神,在fluent17.0中编译udf,下面是build和load出现的问题: Opening library "C:\Users\Administrator\Desktop\HXT2D\sanbufen\libudf"... Error: The UDF library you are trying to load (libudf) is not compiled for 2d on
- Fluent编写UDF出现一些问题? 1个回答
我需要编写的是一个温度随时间变化的边界条件。温度随时间变化的公式如图片所示。下面是我自己编写的udf: #include "udf.h" #define K1 6.2831852/8760 #define K2 2.6/438000 DEFINE_PROFILE(boundary_temperature,t,i) { real x[ND_ND]; /* this will hold the pos
做过直升机旋翼的UDF编程,可否详细叙述一下你的需求