PO.PVT.Rho.Wat.Stn.SI
Description
Returns water density at standard conditions, [kg/m3] (SI units).
Formula
=LAMBDA(par_unused, LET(
result, PO.PVT.Rho.Wat.Stn(),
PO.UnitConverter(result, "lb/ft3", "kg/m3")))Parameters
| Parameter | Unit | Description |
|---|---|---|
par_unused |
- | Ignored — pass any value (Excel LAMBDA requires at least one parameter) |
Examples
| Invocation | Expected |
|---|---|
=PO.PVT.Rho.Wat.Stn.SI(0) |
1000 |