|
[Sponsors] |
parallelization of serial Fluent UDF for surface reaction |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 8, 2010, 15:15 |
parallelization of serial Fluent UDF for surface reaction
|
#1 |
New Member
paaresh
Join Date: Mar 2009
Posts: 19
Rep Power: 17 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compiling UDF in Fluent 12 | jsm | FLUENT | 1 | July 22, 2009 08:40 |
Parallel Fluent +UDF | Jack Martinez | FLUENT | 0 | June 28, 2007 12:19 |
case files UDF volumetric reaction rate | Marie-Anne | Main CFD Forum | 2 | February 24, 2006 10:43 |
UDF of Zimont model in fluent | Z | Main CFD Forum | 0 | February 17, 2005 04:07 |
chemical reaction - decompostition | La S. Hyuck | CFX | 1 | May 23, 2001 01:07 |