CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens

use case.inp file..

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 22, 2008, 15:51
Default use case.inp file..
  #1
NM
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..

  Reply With Quote

Old   January 22, 2008, 16:05
Default Re: use case.inp file..
  #2
James
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

  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing gambit file without change of case file?? Asghari FLUENT 2 August 28, 2006 13:48
Retrieving (*.msh file) from case file ashish FLUENT 4 April 19, 2006 14:29
What case file for what UDF? Alex FLUENT 1 March 20, 2006 04:33
Fluent case file........ Matt FLUENT 3 October 10, 2005 14:01
Case file import chapelle FLUENT 1 July 12, 2005 04:50


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