2.7.2. Using the ParaView plugin
After connecting the client to the running pvserver process:
Verify the plugin – in ensure
dispatch_reader_pluginshows up as Loaded. Press Load Selected or Load New… if necessary.Open the run directory – choose and pick the run’s
params.nmlfile (or another directory insidedata/run).Select one or more snapshots – ParaView lists the available
*.scr/*.datfiles; pick the ones you want to visualise.Choose level range – use the reader properties (e.g.
Level Min/Level Max) to select the AMR levels to load.Optional derived fields – the
Expressionproperty accepts any valid Python expression referencing symbolic arrays such asB,B2,d, etc. Specifically, the 10-logarithm of the Alfven speed is:log10(B2/d)/2.Click Apply and wait for the data to be loaded. Larger level ranges take longer.
Start visualising – apply the filters you need (volume rendering, streamlines, etc.). A
ResampleToImageworkaround may be necessary for the current DISPATCH plugin.