Changes between Version 48 and Version 49 of Shape/ExternalData
- Timestamp:
- 07/13/15 16:12:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Shape/ExternalData
v48 v49 64 64 1. 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. 65 65 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.66 2. 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. 67 67 68 68 3. 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.