[FLASH-USERS] column density

Scott Feister sfeister at gmail.com
Thu Sep 22 15:05:06 EDT 2016


Hi Muhammad,

This search of the VisIt user's forum archives might be relevant. It looks
like you can "hack" a column density plot from VisIt's "X-ray" function:


*https://elist.ornl.gov/pipermail/visit-users/2011-August/010527.html
<https://elist.ornl.gov/pipermail/visit-users/2011-August/010527.html>https://elist.ornl.gov/mailman/mmsearch/visit-users?config=visit-users.htsearch&restrict=&exclude=&method=and&format=short&sort=score&words=column+density
<https://elist.ornl.gov/mailman/mmsearch/visit-users?config=visit-users.htsearch&restrict=&exclude=&method=and&format=short&sort=score&words=column+density>*

If you are a fan of python, the open-source "yt" module (
http://yt-project.org) is good at making non-interactive projection plots
from FLASH HDF5 outputs. (In the Anaconda python distribution, download
this package via "conda install yt"). For example, this script would take
3D FLASH data and make a 2D colormap plot, where density is integrated
along the x dimension:


*import yt*
*ds = yt.load("my_hdf5_plt_cnt_0000")*
*p = yt.ProjectionPlot(ds, 'x', 'density')*


*p.save()*
Best,

Scott




Scott Feister, Ph.D.
Postdoctoral Researcher, Flash Center for Computational Science
University of Chicago, Department of Astronomy and Astrophysics

On Wed, Sep 21, 2016 at 7:40 AM, <akashi at ph.technion.ac.il> wrote:

>
>
> Hi All
>
> I need to draw a column density plot using ViSiT. The data is 3D cartesian.
> Any help?
>
> Muhammad
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://flash.rochester.edu/pipermail/flash-users/attachments/20160922/42713b91/attachment.htm>


More information about the flash-users mailing list