CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   queuing up .def files in the solver (https://www.cfd-online.com/Forums/cfx/23884-queuing-up-def-files-solver.html)

Ruth Cattell April 20, 2007 08:20

queuing up .def files in the solver
 
Hi,

Does anyone know if it is possible to queue up def files in the solver so they run one after another with no outside influence required? (version 11)

All help gratefully recieved...

James Date April 20, 2007 16:03

Re: queuing up .def files in the solver
 
Ruth

You can write a DOS batch file which sets off the CFX 11 simulations one after another.

Regards

James

Glenn Horrocks April 22, 2007 18:38

Re: queuing up .def files in the solver
 
Hi,

See the documentation - running the solver from the command line.

Glenn Horrocks

Pankaj April 25, 2007 03:42

Re: queuing up .def files in the solver
 
Edit following contents with notepad,save it as a .bat file in your working directory,prescribe full path of cfx5solve file i.e from your Ansys root directory.

Contents are as follows, cfx5solve -def newrun1.def -ini lastrun.res: cfx5solve -def newrun2.def -ini lastrun.res:

where, newrun1.def= definition file name lastrun.res= initial guess file (if you do not have, you can just write: cfx5solve -def newrun1.def). You can write as many lines as many runs you want to run in sequence. Then run the batch file from dos prompt. (Refer help doc for further queries)



All times are GMT -4. The time now is 07:00.