I'm working on particle synthesis and for that I need to calculate Number Mean Diamteer, I require steps to calculate and visualize the Number Mean Diameter using the Discrete method in PBM ANSYS Fluent? Any leads or turial available? Thanks.
To calculate and visualize the Number Mean Diameter (NMD) using the Discrete Method in Population Balance Model (PBM) within ANSYS Fluent, follow these steps:
1. Overview of Number Mean Diameter (NMD)
The Number Mean Diameter, Dn, is defined as:
Dn=∑i(nidi)/∑i(ni)Dn=∑i(nidi)/∑i(ni)
Where:
ni: Number of particles in each size class (discretized size range).
di: Diameter corresponding to the size class iii.
In Fluent's PBM, the size distribution is described discretely, so you can compute Dn from the particle size classes and their respective populations.
2. Steps in ANSYS Fluent
Step 1: Enable Population Balance Model (PBM)
Go to Models > Population Balance Model in ANSYS Fluent.
Enable the Discrete Method.
Define the size ranges and size bins under the PBM tab. Ensure the size bins cover the expected size range of particles in your system.
Step 2: Post-Processing Variables
Run your simulation.
Access the Post-Processing tab and enable population balance results. Fluent provides outputs for:Number of particles in each bin. Size ranges corresponding to bins.
Export this data for further calculations or visualization:Use Reports > Custom Field Functions to create custom expressions for NMD. The custom field function for NMD will be: Dn=sum(ni⋅di)/sum(ni) where nin and di are derived directly from Fluent's size-bin data.
Step 3: Visualization in Fluent
Use Contours or XY Plots to visualize number distribution or derived metrics.
Plot a size distribution histogram by bin using Fluent's in-built tools or export the data for external visualization.
3. Using External Tools for Better Visualization
Export data:From Fluent, export the size bin populations (ni) and size ranges (di) to a CSV file.
Calculate NMD:In Python, MATLAB, or Excel, compute Dn using: Dn=∑i(nidi)/∑i(ni)Dn=∑i(nidi)/∑i(ni)
Plot the distribution:Create histograms or line plots to visualize the size distribution.
4. Tutorials and Resources
Tutorials Available
ANSYS Fluent tutorials (built-in):Look for "Population Balance Model" or "Particle Size Distribution Analysis." These are often available within the Fluent Documentation and Tutorial Guides.
External Resources
ANSYS Customer Portal: Search for PBM and NMD-focused examples.
YouTube Channels: Many experts provide walkthroughs of PBM in Fluent.
Papers and case studies on PBM modeling in Fluent.