|
[Sponsors] |
February 13, 2006, 13:14 |
Dynamic Mesh UDF Parallelization
|
#1 |
Guest
Posts: n/a
|
Hello to all Fluent Users,
I'm trying to run a simulation that includes a dynamic mesh in a linux cluster using nmpi. The UDF is very simple: #include "udf.h" DEFINE_CG_MOTION(udfvelocity, dt, vel, omega, time, dtime) { NV_S (vel, =, 0.0); NV_S (omega, =, 0.0); vel[0]= 0.6*time; } I compiled all the 3d, 3d_host and 3d_node in a shared folder but when setting it up and run on the cluster there is a problem of "incorrect cg_motion". I was wondering if any of you know how to parallelize this serial UDF or give me more information on how to do dynamic mesh on cluster. That would be brilliant. Thank you very much in advance. Sy. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Dynamic mesh UDF problem | Peter | FLUENT | 2 | November 12, 2007 03:10 |
writing a dynamic mesh udf | ALPER ALBAYRAQ | FLUENT | 0 | October 24, 2005 09:41 |
Problem related with UDF for dynamic mesh | Ryan | FLUENT | 6 | April 29, 2004 10:29 |
UDF problem for dynamic mesh??? | lyf | FLUENT | 1 | April 19, 2004 07:43 |