|
[Sponsors] |
January 22, 2008, 16:51 |
use case.inp file..
|
#1 |
Guest
Posts: n/a
|
hi...
is there any command to use only case.inp (including case.vrt, case.cel, case.bnd) file to solve problem. i need study parametric so i want change only values in input file.. how can i do.?? i dont want open every time prostar and write prob file. so i need this.. can anyone help me? thanks already.. |
|
January 22, 2008, 17:05 |
Re: use case.inp file..
|
#2 |
Guest
Posts: n/a
|
You will need to run prostar as you will need to generate a new geometry file if you change the cell and vertex information. In addition it is theoretically possible to hand edit a problem file but not recommended.
Prostar, certainly on unix, has a batch mode using the X driver. A shell script similar to below should achieve your aim of running prostar without having to have manual input. #!/bin/csh $STARDIR/bin/prostar -b > output.list << EndofCommands x casename y y vread casename.vrt cread casename.cel ifile casename.inp geom prob save,, quit,nosa EndofCommands |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing gambit file without change of case file?? | Asghari | FLUENT | 2 | August 28, 2006 14:48 |
Retrieving (*.msh file) from case file | ashish | FLUENT | 4 | April 19, 2006 15:29 |
What case file for what UDF? | Alex | FLUENT | 1 | March 20, 2006 05:33 |
Fluent case file........ | Matt | FLUENT | 3 | October 10, 2005 15:01 |
Case file import | chapelle | FLUENT | 1 | July 12, 2005 05:50 |