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
- Non-Intersected faces found for matching interface periodic-walls
- Unburnt Hydrocarbons contour in ANSYS FORTE for sector mesh
- Fluent fails with Intel MPI protocol on 2 nodes
- Help: About the expression of turbulent viscosity in Realizable k-e model
- Cyclone (Stairmand) simulation using RSM
- error udf
- Mass Conservation Issue in Methane Pyrolysis Shock Tube Simulation
- Script Error
- Facing trouble regarding setting up boundary conditions for SOEC Modeling
- UDF, Fluent: Access count of iterations for “Steady Statistics”
Top Contributors
-
1416
-
599
-
591
-
565
-
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.