ansys / ansys/pyfluent-visualization

Particle Tracks for DPM & LICs

Open
#556 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
53
Forks
7
Avg merge
4h 58m
Merged PRs (30d)
1

Description

### 📝 Description of the feature

#Particle Tracks - Very Important because includes all DPM simulations
#Case uses: Drug Delivery (i.e. Inhaler), Fuel Injections.
_dpm = Particle_Tracks(solver=self.solver)
_dpm.field = 'particle-resid-time'
_dpm.surfaces_list = ...

graphics_window = GraphicsWindow()
graphics_window.add_graphics(_dpm)
graphics_window.show()

#LICs
# Important because help visualize recirculation zones clearer
_lic = LICs(solver=self.solver)
_lic.field = 'velocity-magnitude'
_lic.surfaces_list = ...

graphics_window = GraphicsWindow()
graphics_window.add_graphics(_lic)
graphics_window.show()

### 💡 Steps for implementing the feature

_No response_

### 🔗 Useful links and references

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.