Changes between Version 48 and Version 49 of Shape/ExternalData


Ignore:
Timestamp:
07/13/15 16:12:00 (9 years ago)
Author:
madams
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Shape/ExternalData

    v48 v49  
    64641. Make sure your simulation is in ASCII form. Hopefully you will find this [https://astrobear.pas.rochester.edu/trac/wiki/chombo2ascii guide] on how to convert HDF5 to ASCII helpful.
    6565
    66 2. ('''Currently Subjected to Testing''') The basic format you will want for your ASCII file is a series of 7 columns minimum. They will be of the form: {{{px,py,pz,vx,vy,vz,n}}}, the Cartesian coordinates of position, velocity and the density.
     662. The basic format you will want for your ASCII file is a series of 7 columns minimum. They will be of the form: {{{px,py,pz,vx,vy,vz,n}}}, the Cartesian coordinates of position, velocity and the density.
    6767
    68683. Import the data into Excel. Take the averages of all of the columns. You can open the file in terminal and scroll to the bottom to determine how many lines there are. You will use these values later to ''center'' your data.