Run VTK visualization scripts on Deadline Cloud
The
vtk-latest
Your VTK script must accept the following command-line arguments:
--output: Output file path--width: Image width--height: Image height
The bundle includes a sample script
(sample/flow_simulation_visualization.py) that creates a 3D
airfoil geometry, generates a flow field, calculates pressure
distribution, and saves the output as an image with streamlines.
To run this bundle, your queue needs the vtk and
numpy conda packages available in the queue environment's
conda channels.
Submit the job with these parameters:
InputDir: Directory containing your VTK scriptInputScript: Filename of your scriptOutputDir: Where to save the visualizationOutputFilename: Name for the output fileExtraParams: Additional script parameters in the format--param1 value1 --param2 value2