How to run SCIRun at the CVRTI
How to start
- set up the following environment variables
scipath=/u/quan/SCIRun
export LD_LIBRARYN32_PATH=${scipath}/lib:/usr/local/lib32:${LD_LIBRARYN32_PATH}
export LD_LIBRARY_PATH=${scipath}/lib:/usr/local/lib:${LD_LIBRARY_PATH}
export TCL_LIBRARY=${scipath}/tcl/tcl/library
export TK_LIBRARY=${scipath}/tcl/tk/library
export PATH=${PATH}:${scipath}/convert
- run SCIRun program
sh>/u/quan/SCIRun/sr
How to convert files
- CVRTItoVFUG: generates scalar and vector field unstructured grids,
ie. .pts, .tetra, .pot, .grad -> .sfug, .vfug
(same base name)
- CVRTItoSFUG: generates scalar field unstructured grids,
ie. .pts, .tetra, .pot -> .sfug
(same base name)
- CVRTItoSurf: generate a surface object,
ie. .pts, .fac, .pot -> .surf
(same base name)
How to use SCIRun
how to render color shaded surface
how to use isosurface to visualize a scalar field
how to use cutting plane to visualize a scalar field
how to display mesh nodes of a scalar field
how to use streamline to visualize a vector field
Streamline UI: tube size = 0.1, step size = 0.01
Last Updated Fri Jun 23 09:40:22 MDT 2000 Quan Ni