is_percolating¶
- Porosimetry.is_percolating(applied_pressure)¶
Returns a True or False value to indicate if a percolating cluster spans between the inlet and outlet pores that were specified at the given applied pressure.
- Parameters
applied_pressure (scalar, float) – The pressure at which percolation should be checked
- Returns
- Return type
A simple boolean True or False if percolation has occured or not.