TAGGED: coupled-simulation, orientation-of-fibers, rocky-dem
-
-
January 13, 2025 at 11:11 pm
-
January 14, 2025 at 2:29 pmLucas Bertollo BaggioAnsys Employee
Hello,
It is possible to export any particle data from the Properties tab for each particle by using the PrePost Scripting. Check on its manual here.
For this case, it will be written as something like
project = app.GetProject()
study = project.GetStudy()
particles = study.GetParticles()
orientation_vector = particles.GetGridFunction('Orientation : Vector : X').GetArray(time_step=i)it will save the data for all particles as an array that you can export using python.Â
Â
best regards,
Lucas
Â
Â
Â
Â
-
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Ansys Innovation Space
Trending discussions
- How do I get my hands on Ansys Rocky DEM
- Non-Intersected faces found for matching interface periodic-walls
- Fluent fails with Intel MPI protocol on 2 nodes
- Unburnt Hydrocarbons contour in ANSYS FORTE for sector mesh
- Help: About the expression of turbulent viscosity in Realizable k-e model
- Cyclone (Stairmand) simulation using RSM
- Mass Conservation Issue in Methane Pyrolysis Shock Tube Simulation
- Facing trouble regarding setting up boundary conditions for SOEC Modeling
- Script Error
- convergence issue for transonic flow
Top Contributors
-
1727
-
624
-
599
-
591
-
366
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.