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

How to divide the transient Solution file

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 18, 2005, 06:26
Default How to divide the transient Solution file
  #1
Narmin B Hushmandi
Guest
 
Posts: n/a
Hello Everyone,

I am doing transient simulations and the number of my cells are about 400'000, always after 68 iterations the calculations are stopped and the error message is that the size of the file is exceeded, is there any possiblity to divide the transient solution file and save it in different files while running the analysis or is it possible to increase the allowable size of the transient solution file?

Thanks
  Reply With Quote

Old   January 18, 2005, 10:03
Default Re: How to divide the transient Solution file
  #2
pavan
Guest
 
Posts: n/a
No matter how many cells you have in your model, the simulation must work.becos i am working with more than yours but my model is still working for 60000 iterations.It may be something wrong with your parameters.Please check it once again the total perameters.
  Reply With Quote

Old   January 18, 2005, 10:49
Default Re: How to divide the transient Solution file
  #3
Brian
Guest
 
Posts: n/a
How fast that file grows depends absolutely on what you choose to save in it and how often. Even a small mesh will give you a very big file very quickly if you save every variable every iteration.

In most cases, files are not allowed to get bigger than 2GB - I am pretty sure that you are hitting this limit. Reduce the number of variables saved, if possible, and most definitely the frequency, and you should be fine.
  Reply With Quote

Old   January 19, 2005, 01:50
Default Re: How to divide the transient Solution file
  #4
Anton Lyaskin
Guest
 
Posts: n/a
I can't figure out now the way you can automate it, but doing by hand you can run simulation for say 60 timesteps, rename your case.pstt file to case1.pstt, make a standart restart for another 60 timesteps, rename to case2.pstt and etc. For postprocessing you can load all those files specifying their names in the list (it's pretty straightforward when you come to this stage).

  Reply With Quote

Old   January 19, 2005, 09:00
Default Re: How to divide the transient Solution file
  #5
Jörn Beilke
Guest
 
Posts: n/a
it should be possible to use the posdat.f for this purpose. It might work like this:


if level eq 1
if ITER modulo number_of_steps == 0
system (mv .....)
}
}


You somehow have to dynamically create the name of the file to prevent overwriting.
  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
PLOT3D ASCII solution file to MATLAB data file Sandeep Rana Main CFD Forum 4 June 11, 2010 10:48
Transient solution Amir Jourak CFX 0 July 9, 2007 17:27
TRANSIENT SOLUTION CONVERGE MARK Main CFD Forum 3 November 2, 2006 11:08
Transient Run solution diverges Narmin Siemens 1 February 15, 2005 06:31
Transient solution Elyyan FLUENT 2 December 2, 2003 04:26


All times are GMT -4. The time now is 11:49.