CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Dynamic Mesh UDF Parallelization

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 13, 2006, 12:14
Default Dynamic Mesh UDF Parallelization
  #1
sy_aloy
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.
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Dynamic mesh UDF problem Peter FLUENT 2 November 12, 2007 02:10
writing a dynamic mesh udf ALPER ALBAYRAQ FLUENT 0 October 24, 2005 08:41
Problem related with UDF for dynamic mesh Ryan FLUENT 6 April 29, 2004 09:29
UDF problem for dynamic mesh??? lyf FLUENT 1 April 19, 2004 06:43


All times are GMT -4. The time now is 01:38.