|
[Sponsors] |
July 28, 2011, 03:23 |
Batch Run with Initial values file
|
#1 |
New Member
KrishnaMohan.Siddu
Join Date: Mar 2009
Location: Pune
Posts: 8
Rep Power: 17 |
Hi Everyone,
I want to give batch run in Ansys-CFX on Linux based system. generally i am following the below syntax for defining the batch run ... #!/bin/bash #script to run CFX in batch mode # #Change to calculation directory cd /home/ #start CFX on 4 processors with method MPICH and initial values cfx5solve -def <filename1>.def -part 4 -start-method "MPICH Local Parallel" cfx5solve -def <filename2>.def -part 4 -start-method "MPICH Local Parallel" but if i want to define initial values file also 4r giving the run then how to define the CFXbatch.SH file . (i want the syntax for that) Thanks in Advance |
|
July 28, 2011, 03:35 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
This is covered in the documentation, or simply cfx5solve -help on the command line.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Forces in OF15 | richard | OpenFOAM Running, Solving & CFD | 180 | July 9, 2018 11:54 |
Extrusion with OpenFoam problem No. Iterations 0 | Lord Kelvin | OpenFOAM Running, Solving & CFD | 8 | March 28, 2016 12:08 |
pisoFoam compiling error with OF 1.7.1 on MAC OSX | Greg Givogue | OpenFOAM Programming & Development | 3 | March 4, 2011 18:18 |
Negative value of k causing simulation to stop | velan | OpenFOAM Running, Solving & CFD | 1 | October 17, 2008 06:36 |
Unknown error | sivakumar | OpenFOAM Pre-Processing | 9 | September 9, 2008 13:53 |