Minenergo-278. Thermal conductivity terms of pipe insulation materials
Source:R/m278insdata.R
m278insdata.Rd
Data represent values of terms (intercept and factor) for calculating thermal conductivity of pipe insulation as a linear function of temperature of heat carrier (water).
Format
A data frame with 39 rows and 4 variables:
- id
Number of insulation material table 5.1 of Appendix 5.3 in Minenergo Method 278. Type:
assert_integerish
.- material
Designation of insulation material more or less similar to those in table 5.1 of Appendix 5.3 in Minenergo Method 278. Type:
assert_character
.- lambda
Value for intercept, [mW/m/°C]. Type:
assert_integer
.- k
Value for factor. Type:
assert_integer
.
Details
Those values are set for different insulation materials in Appendix 5.3 of Minenergo Method 278 as norms.
Usually the data is not used directly. Instead use function
m278inshcm
.
See also
Other Minenergo:
m278hlair()
,
m278hlcha()
,
m278hlund()
,
m278inshcm()
,
m278soildata
,
m325beta()
,
m325nhl()
,
m325nhldata
,
m325nvl()
,
m325nxdata
Examples
library(pipenostics)
head(m278insdata)
#> id material lambda k
#> 1 1 asbestic_sovelite 87 120
#> 2 2 asbestic_glassfiber 58 230
#> 3 3 asbestic_cloth 130 260
#> 4 4 asbestic_cord 120 310
#> 5 5 asbestic_cord_common 130 260
#> 6 6 asbestic_cord_lint 93 200