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

Is possile to load transient files automatically ?

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 23, 2005, 10:37
Default Is possile to load transient files automatically ?
  #1
veera
Guest
 
Posts: n/a
Hi Everybody, I have transient results for 300 time steps. And I want to take results for each substep (Example: pressure at outlet for each time step). It is very difficult to load each file and take result.

So Is there any process to take the results automatically without loading files manually, As we take animation by loading the first and last time step.

Thanks Satish
  Reply With Quote

Old   December 25, 2005, 03:57
Default Re: Is possile to load transient files automatical
  #2
TB
Guest
 
Posts: n/a
If you are looking for quantitative result, write a loop using PERL language in command window and save result as text file. Refer to Post user manual for details.
  Reply With Quote

Old   December 26, 2005, 02:58
Default Re: Is possile to load transient files automatical
  #3
veera
Guest
 
Posts: n/a
Hi TB,

Thanks, I will try that.

Satish
  Reply With Quote

Old   December 26, 2005, 10:13
Default Re: Is possile to load transient files automatical
  #4
veera
Guest
 
Posts: n/a
Thanks TB,

I got it. But the results are getting printed in CFX window. I am copying from there at the end. Is there any possibility to save directly in stecifird file.

Thanks Satish
  Reply With Quote

Old   December 26, 2005, 15:25
Default Re: Is possile to load transient files automatical
  #5
TB
Guest
 
Posts: n/a
I'm not sure what variable you're trying to export but I normally use two different approaches to output the results: 1. Use command "print" to save the results in a text file 2. Use CFX supplied function: EXPORT (see user manual for details)
  Reply With Quote

Old   December 31, 2005, 04:31
Default Re: Is possile to load transient files automatical
  #6
Joe
Guest
 
Posts: n/a
Yes you can use perl-commands to write out values to a ASCII file. Use for instance:

!open (FIL, ">ascii.dat") or die $!;

!print FIL $value." \n";

!close(FIL);

Regards Joe
  Reply With Quote

Old   January 2, 2006, 02:40
Default Re: Is possile to load transient files automatical
  #7
veera
Guest
 
Posts: n/a
Thanks TB and Joe.

My problem got solved with your help.

Regards veera
  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
Create Case Files automatically? Christoph_84 OpenFOAM 1 September 23, 2010 10:27
critical error during installation of openfoam Fabio88 OpenFOAM Installation 21 June 2, 2010 04:01
Importing .sfe load files from CFX to Ansys ADPL Eyezac ANSYS 0 May 14, 2010 19:09
Load written xy plot then FLUENT close automatically khimkhim FLUENT 0 March 16, 2010 00:49
200 data files to post process (how?) Mark R FLUENT 1 August 9, 2001 14:35


All times are GMT -4. The time now is 10:32.