To calculate the DPM concentration in a specific region in your Fluent simulation, here’s a straightforward approach:
Understand DPM Concentration: In Fluent, DPM concentration represents the mass of particles per unit volume (kg/m³) in a given cell. It’s calculated as an Eulerian field based on each cell's particles (or parcels).
Define the Specific Region: First, identify the region of interest. You can create a surface, volume, or iso-surface in Fluent that corresponds to your area. For example: Go to Results > Surface > Create and define a surface (e.g., a plane, iso-surface, or zone) that bounds your region. If it’s a 3D volume, you might need to create a custom region using a cell zone or by extracting a sub-volume.
Access DPM Concentration Data:Fluent automatically computes the DPM concentration for each cell during the simulation. You can access this variable under Results > Graphics > Contours or Plots. Select Discrete Phase Model > DPM Concentration from the variable list to visualize it across your domain.
Calculate the Concentration in the Region: To get a single value for your specific area, use Fluent’s reporting tools: Go to Results > Reports > Volume Integrals (if your region is a volume) or Surface Integrals (if it’s a surface). For a volume: Select your defined region (cell zone), choose Volume-Weighted Average, and pick DPM Concentration. This will give you the average concentration in kg/m³ across the region. For a surface: Select your surface, choose Area-Weighted Average, and pick DPM Concentration. Alternatively, you can export the DPM concentration data for all cells in your region to a file for further analysis: Go to Results > Reports > Summaries, select DPM Concentration, and export the data for your specific surface or volume.
Manual Calculation (if needed): If you need more control, you can calculate DPM concentration manually using the formula Fluent uses: DPM Concentration = (Average particle mass in cell × Particle residence time × Total particle flow rate) / (Mass of a single particle × Cell volume). To apply this: Export particle data (via Results > Particle Tracks > Write) and cell volume data for your region. Use a post-processing tool (e.g., Excel, MATLAB) to compute and average each cell in your region's concentration.
Verify Your Setup: Ensure your simulation settings (e.g., injection type, particle tracking, and coupling) align with your goals. For instance, enabling “Scale Flow Rate by Area” for surface injections can affect concentration distribution.