PO.RP.Rod.Wft.SI
Description
Calculates rod weight per foot for a given diameter, [kg/m] (SI units).
Formula
=LAMBDA(d, LET(
d_in, PO.UnitConverter(d, "cm", "in"),
result_lbft, PO.RP.Rod.Wft(d_in),
PO.UnitConverter(result_lbft, "lb/ft", "kg/m")))Parameters
| Parameter | Unit | Description |
|---|---|---|
d |
cm | Rod diameter, [cm] |
Examples
| Invocation | Expected |
|---|---|
=PO.RP.Rod.Wft.SI(6.35) |
24.807806 |