shoji
Subscriber
Yes I tried it and the error didn't occur.nDo I have to meke a UDF for parallel mode ? nhttps://www.learncax.com/knowledge-base/blog/by-category/cfd/parallelization-of-udfs-in-ansys-fluent#:~:text=When%20you%20run%20a%20UDF,the%20'n'%20node%20processes.n nMy simplified UDF is bellow.nn#includeudf.hn#includedynamesh_tools.hn#includen#includenDEFINE_CG_MOTION(pitch_ccw, dt, vel, omega, time, dtime)n{ntomega[2] = -M_PI * 10000 / 1800;n}nnThanks.n