ParaView: Difference between revisions

From Fluids Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
Random notes:
Random notes:
* The lights are relative to the location of the camera not the grid. So when you move the camera, the lights move too.
* The lights are relative to the location of the camera not the grid. So when you move the camera, the lights move too.
* Paraview reads the x coordinates of the grid in the opposite order they're meant, so multiply either the x or y axes by -1 (to flip them). In addition, the z axis will often be scaled wrong.
* Paraview reads the x coordinates of netCDF files in the opposite order they're meant, so multiply either the x or y axes by -1 (to flip them). In addition, the z axis will often be scaled wrong.

Latest revision as of 15:10, 1 February 2019

ParaView is a parallel visualization software package. It is useful for rendering 3D images.

See Visualization for details on running ParaView on netcdf files of SPINS outputs.

See Paraview tutorial for a short tutorial, or Lab visualization tutorial for a shorter, more lab-centered tutorial.

See also VisIt.

Random notes:

  • The lights are relative to the location of the camera not the grid. So when you move the camera, the lights move too.
  • Paraview reads the x coordinates of netCDF files in the opposite order they're meant, so multiply either the x or y axes by -1 (to flip them). In addition, the z axis will often be scaled wrong.