REPEATING STELLAR JETS
Task Group: VISUALIZATION
Members:
- Peter Dickson
- Anadi Srivastava
- John Martin
Objectives:
- Visualization of simulation results
- 2D images of fluid variables (Pressure, Density, Velocity)
- 3D images of axisymmetric jet
- Produce final images for dissemination of results
- Data Analysis
- Extract relavant information from data to answer scientific questions
- Create synthetic observations (eg, SII images) to compare with observations
An example HDF data set of a supersonic jet is available
in /ncsu/py228_info/jet/sample.hdf.
A fortran program to plot the hdf data is available in the py228 account
on Wonka. To compile the program, pltjet.f, type:
f77 -o pltjet pltjet.f -lmongo -lX11 -ldf
Note in the code that the declared array sizes must match the array size
of the HDF file. The output can be directed to an X window or a printer.
The program also outputs an hdf file (scratch.hdf) of the variable being plotted.