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

Run

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 4, 2013, 01:23
Exclamation Run
  #1
Member
 
Sa.Baraty
Join Date: Apr 2013
Location: Iran
Posts: 50
Rep Power: 13
sara22 is on a distinguished road
Hi All.
i want to run many mesh files.how i can adjust ansys fluent that automatically run all my case file subsequently?
please help me.
__________________
thanks
sara22 is offline   Reply With Quote

Old   July 4, 2013, 01:45
Default
  #2
Senior Member
 
Join Date: Aug 2011
Posts: 421
Blog Entries: 1
Rep Power: 21
blackmask will become famous soon enough
Suppose you have a case file named 'runa.cas', you can save the settings for this case with the text command
Code:
/file/write-settings "run.settings"
Then you could write a journal file, which looks like
Code:
/file/set-batch-options no yes no

/file/read-case "runb.msh"
/file/read-settings "run.settings"
/solve/initialize/initialize-flow
/solve/iterate 1000
/file/write-case-data "runb.gz"

/file/read-case "runc.msh"
/file/read-settings "run.settings"
/solve/initialize/initialize-flow
/solve/iterate 1000
/file/write-case-data "runc.gz"

...
Of course you could use an equivalent scheme script to do the loop.

I assume that your FLUENT version is new enough to accept the
Code:
/file/write-settings
text command.
blackmask is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Parallel run in fluent for multiphase flow apurv FLUENT 2 August 3, 2011 19:44
Batch Run with Initial values file krrishcfd CFX 1 July 28, 2011 02:35
First Parallel Run - need some help Gian Maria OpenFOAM 3 June 17, 2011 12:08
How to run and save tranisent case on Cray XD1 Leon FLUENT 0 October 3, 2006 21:59
Windows 64-bit, Distributed Parallel Run Issues... Erich CFX 3 March 28, 2006 16:36


All times are GMT -4. The time now is 05:56.