PO.FRAC.Leakoff.Velocity.SI


Description

Carter leakoff velocity at given time, [m/min] (SI units).

Formula

=LAMBDA(C, t, LET( C_ft, PO.UnitConverter(C, "m", "ft"), result_ftmin, PO.FRAC.Leakoff.Velocity(C_ft, t), PO.UnitConverter(result_ftmin, "ft/min", "m/min")))

Parameters

Parameter Unit Description
C m/sqrt(min) Total leakoff coefficient, [m/sqrt(min)]
t - Time since fracture opened, [min]

Examples

Invocation Expected
=PO.FRAC.Leakoff.Velocity.SI(0.001, 10) 0.000316227766

Need a custom LAMBDA? Suggest a New Lambda