|
[Sponsors] |
April 20, 2007, 09:20 |
queuing up .def files in the solver
|
#1 |
Guest
Posts: n/a
|
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... |
|
April 20, 2007, 17:03 |
Re: queuing up .def files in the solver
|
#2 |
Guest
Posts: n/a
|
Ruth
You can write a DOS batch file which sets off the CFX 11 simulations one after another. Regards James |
|
April 22, 2007, 19:38 |
Re: queuing up .def files in the solver
|
#3 |
Guest
Posts: n/a
|
Hi,
See the documentation - running the solver from the command line. Glenn Horrocks |
|
April 25, 2007, 04:42 |
Re: queuing up .def files in the solver
|
#4 |
Guest
Posts: n/a
|
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) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
different results between serial solver and parallel solver | wlt_1985 | FLUENT | 11 | October 12, 2018 09:23 |
OpenCL linear solver for OpenFoam 1.7 (alpha) will come out very soon | qinmaple | OpenFOAM Announcements from Other Sources | 4 | August 10, 2012 12:00 |
conjugateHeatFoam solver included in OF 1.6-ext | kamkari | OpenFOAM | 2 | April 4, 2011 01:04 |
Results saving in CFD | hawk | Main CFD Forum | 16 | July 21, 2005 21:51 |
Error during Solver | cfd guy | CFX | 4 | May 8, 2001 07:04 |