求fluentdpm模型的UDF或defineerosion的例子
一、求fluentdpm模型的UDF或defineerosion的例子
无能为力啊,我也在纠结

二、Fluent中DPM模型的UDF功能中的一旦使用P_POS()指针就给我提示undeclared variable 怎么办
多相流模型的DEFINE_DPM函数,应该采用compiled(编译型) UDF,不能使用interpreted(解释性)UDF,所以在导入到fluent中记得选择co下所示:
Define——User-Defined——functions——com
三、Fluent中DPM模型的UDF功能中的一旦使用P_POS()指针就给我提示undeclared variable 怎么办
多相流模型的DEFINE_DPM_BODY_FORCE宏函数,应该采用compiled(编译型) UDF,不能使用interpreted(解释性)UDF,所以在导入到fluent中记得选择compiled,如下所示:
Define——User-Defined——functions——compiled