opcsim 0.5.0
  • API
  • Tutorial
  • Gallery
  • Site
      • Installation
      • Contributing
      • API reference
      • Tutorial
      • Example gallery
  • Page
      • opcsim.utils.rho_eff

opcsim.utils.rho_eff¶

opcsim.utils.rho_eff(rho, weights=None, diams=None)¶

Calculate the effective density of a particle by calculating the wet and dry percentages and taking the weighted sum. Alternatively, an array of diameters can be passed which will be used to calculate the volumetric weights.

Parameters
rho: ndarray of floats

An array of particle densities.

weights: ndarray of floats

An array of volumetric weight percentages.

diams: ndarray of floats

An array of diameters for each species.

Returns
rho_eff: float

The weighted density of the wet particle.

Back to top

Source

© Copyright 2016-2020, David H Hagan and Jesse H Kroll.
Created using Sphinx 3.0.3.