PO.FRAC.Proppant.Vs.StokesField.SI


Description

Stokes settling velocity using specific gravity (field units), [m/min] (SI units).

Formula

=LAMBDA(dp, SG_p, SG_f, Ul, LET( dp_in, PO.UnitConverter(dp, "cm", "in"), result_ftmin, PO.FRAC.Proppant.Vs.StokesField(dp_in, SG_p, SG_f, Ul), PO.UnitConverter(result_ftmin, "ft/min", "m/min")))

Parameters

Parameter Unit Description
dp cm Particle diameter, [cm]
SG_p - Proppant specific gravity (relative to water)
SG_f - Fluid specific gravity (relative to water)
Ul - Fluid viscosity, [cP]

Examples

Invocation Expected
=PO.FRAC.Proppant.Vs.StokesField.SI(1.27, 2.65, 1.0, 2) 11.001375

Need a custom LAMBDA? Suggest a New Lambda