CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Siemens (https://www.cfd-online.com/Forums/siemens/)
-   -   use case.inp file.. (https://www.cfd-online.com/Forums/siemens/56429-use-case-inp-file.html)

NM January 22, 2008 15:51

use case.inp file..
 
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..


James January 22, 2008 16:05

Re: use case.inp file..
 
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



All times are GMT -4. The time now is 18:50.