m278inshcm | R Documentation |
Get normative values of thermal conductivity of pipe insulation materials affirmed by Minenergo Method 278 as a function of temperature of heat carrier (water).
m278inshcm(temperature = 110, material = "aerocrete")
temperature |
temperature of heat carrier (water) inside the pipe, [°C].
Type: |
material |
designation of insulation material as it stated in |
Thermal conductivity of insulation materials at given
set of temperatures, [W/m/°C], [W/m/K].
Type: assert_double
.
Other Minenergo:
m278hlair()
,
m278hlcha()
,
m278hlund()
,
m278insdata
,
m278soildata
,
m325beta()
,
m325nhl()
,
m325nhldata
,
m325nxdata
library(pipenostics)
# Averaged thermal conductivity of pipe insulation at 110 °C
print(m278insdata)
mean(m278inshcm(110, m278insdata[["material"]]))
# [1] 0.09033974 # [\emph{W/m/°C}]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.