CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

HD Space for LES

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 13, 2001, 11:55
Default HD Space for LES
  #1
ANINDYA
Guest
 
Posts: n/a
I would like to know the approximate disk space required to run a 3-D LES problem. My dimensions are 100 X 100 X 50. Please let me know how I can determine the size of the Hard disk space required for running different dimensions. I believe that LES produces more output data than other turbulence models(1 and 2 equations).

Thanks a lot

Anindya
  Reply With Quote

Old   February 14, 2001, 03:25
Default Re: HD Space for LES
  #2
Jens Chr. Bennetsen
Guest
 
Posts: n/a
Hi,

Well well, The amount of disk space required to store data from LES is easy to determine.

Let say you want to store all time steps from a simulation for post-processing asssumning 8 byte data representation and NX, NY, NZ the dimensions, we get:

NX x NY` x NZ x 8 byte x No. of Time Step

In this way you are able to do post-processing of all point in your domain.

But your could also only store data for each time step at pre-choosen point that you are particular interested in. In this way you do not need large Disk drives for data. Also remenber, that I/O are costly in terms of cpu time !

Regards

Jens
  Reply With Quote

Old   February 15, 2001, 12:48
Default Re: HD Space for LES
  #3
Madhukar M. Rao
Guest
 
Posts: n/a
Hello,

You also need to consider multiple dependent variables: typically 3 velocity components + Pressure ?

"NX x NY` x NZ x 8 byte x No. of Time Step" x No. of variables.

If he is using Fortran unformatted files, then most Fortran compilers add record markers at the start and end of each record, adding a finite overhead.

If he is saving as text "ascii" files, then he is going to use more than 8 bytes per number, possibly double the space.

Cheers,

Madhu

  Reply With Quote

Old   February 16, 2001, 06:58
Default Re: HD Space for LES
  #4
andy
Guest
 
Posts: n/a
I think the implication of the previous two replies may be somewhat misleading. It is not normal to store:

100*100*50*100000*4*4 = 800 GBytes

of information for a modest LES run (assuming 100000 time steps, 4 variables (u,v,w,p) and single precision values).

LES runs are typically performed a bit more like experiments. You decide what you want beforehand and the LES run assembles it as it progresses. Typically for would assemble:

(i) Mean values everywhere

(ii) Mean Reynolds stresses everywhere

(iii) Possibly various sub-grid stresses if this is of interest.

(iv) p.d.f.s at a few interesting locations.

(v) Anything else that is normally obtained by exeriment.

(vi) Of course, time evolutions on a few planes to make the obligatory movies. Probably leaving out a few grid points and almost certainly skipping quite a few time steps.

If you miss something then you run the simulation again. It is rare to get everything right the first time particularly if you are new to LES.

  Reply With Quote

Old   February 16, 2001, 11:56
Default Re: HD Space for LES
  #5
Zhengtong Xie
Guest
 
Posts: n/a
It is not neccessary to store all of the time steps such as the first part steps.

It would be better the code has the "RESTART" ability. Then you could rerun the code from the former case's last step.
  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
RAM and Swap Space and HD space Anindya Siemens 2 May 25, 2016 21:40
Connect two pipes with different space stap CFDDmitry Main CFD Forum 0 May 19, 2011 07:24
Electric Field With Space Charge masspec OpenFOAM 2 June 11, 2010 11:23
How to model the NR eqns in a domain with empty space Vasilis Main CFD Forum 1 April 14, 2009 04:35
Fatal error error writing to tmp No space left on device maka OpenFOAM Installation 2 April 3, 2006 08:48


All times are GMT -4. The time now is 22:34.