Skip to content

Generating an animation of Hole Etching Simulation from VTP File #91

Closed Answered by tobre1
jais001 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi there!

ViennaPS doesn’t provide built-in visualization tools, so I again recommend using ParaView for this purpose. ParaView also offers a Python package that allows you to script visualizations in Python.

To create an animation for the SF6O2 hole etching example, you can follow these steps:

  1. Set Up Your Model: Configure your model with the desired parameters and create a viennaps::Process object. Set the process duration to the desired time steps for generating output files.
  2. Run the Process and Save Outputs: Use a loop to run the process step-by-step, saving the surface mesh after each step with the saveSurfaceMesh function. Append an index to each filename so that ParaView can automa…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tobre1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants