Difference between revisions of "Visualizing AWP-ODC Output"
From SCECpedia
Jump to navigationJump to search (Created page with "This page documents a procedure to visualize AWP-ODC velocity output, using remote Paraview. So far, this procedure has only been tested on Titan, but should work with other...") |
|||
Line 3: | Line 3: | ||
== Configure the simulation == | == Configure the simulation == | ||
+ | When running the AWP-ODC simulation, make sure it is configured to produce velocity output. | ||
+ | |||
+ | Take note of the following parameters: | ||
+ | *NX, NY, NZ (and NBGX, NEDX, NGBY, NEDY, NGBZ, NEDZ if specified) | ||
+ | *WRITE_STEP | ||
+ | *NSKPX, NSKPY, NSKPZ | ||
+ | *NTISKP | ||
+ | |||
+ | They'll be needed when producing the output. | ||
== Create a Paraview XDMF file == | == Create a Paraview XDMF file == |
Revision as of 18:01, 23 April 2018
This page documents a procedure to visualize AWP-ODC velocity output, using remote Paraview. So far, this procedure has only been tested on Titan, but should work with other systems.
Contents
Configure the simulation
When running the AWP-ODC simulation, make sure it is configured to produce velocity output.
Take note of the following parameters:
- NX, NY, NZ (and NBGX, NEDX, NGBY, NEDY, NGBZ, NEDZ if specified)
- WRITE_STEP
- NSKPX, NSKPY, NSKPZ
- NTISKP
They'll be needed when producing the output.