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

parallelization of serial Fluent UDF for surface reaction

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 8, 2010, 14:15
Default parallelization of serial Fluent UDF for surface reaction
  #1
New Member
 
paaresh
Join Date: Mar 2009
Posts: 19
Rep Power: 17
sri31049 is on a distinguished road
Hi all,

I have serial UDF for surface reaction, but i need to parallelize. Can any one suggest what changes i need to do.
Surface reaction is applied only to the specified wall. Here we do not need any averaging etc. How can i change the serial job.

I am using following command in serial .jou file for parallelize. Is this ok..?
/parallel/partition/method/cartesian-axes 4

command file includes(.cmd) for submitting the job in Cluster:

#! /bin/bash
#PBS -o logfile.log
#PBS -e errorfile.err
#PBS -l cput=740:00:00
#PBS -l select=2:ncpus=8
tpdir=`echo $PBS_JOBID | cut -f 1 -d .`
tempdir=$HOME/scratch/job$tpdir
mkdir -p $tempdir
cd $tempdir
cp -R $PBS_O_WORKDIR/* .
luent 2ddp -g -t8 -psmpi -i name.jou
mv ../job$tpdir $PBS_O_WORKDIR/.

Any suggestions.
Thanks in Advance
sri31049 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Compiling UDF in Fluent 12 jsm FLUENT 1 July 22, 2009 07:40
Parallel Fluent +UDF Jack Martinez FLUENT 0 June 28, 2007 11:19
case files UDF volumetric reaction rate Marie-Anne Main CFD Forum 2 February 24, 2006 09:43
UDF of Zimont model in fluent Z Main CFD Forum 0 February 17, 2005 03:07
chemical reaction - decompostition La S. Hyuck CFX 1 May 23, 2001 00:07


All times are GMT -4. The time now is 08:34.