Package with materials for borehole fillings
Package with material definitions for borehole fillings.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
| Name | Description |
|---|---|
| Generic filling material | |
| Bentonite (k=1.15) | |
| Concrete (k=3.1) |
Buildings.HeatTransfer.Data.BoreholeFillings.GenericGeneric filling material
| Type | Name | Default | Description |
|---|---|---|---|
| ThermalConductivity | k | Thermal conductivity [W/(m.K)] | |
| SpecificHeatCapacity | c | Specific heat capacity [J/(kg.K)] | |
| Density | d | Mass density [kg/m3] | |
| Boolean | steadyState | (c == 0 or d == 0) | Flag, if true, then material is computed using steady-state heat conduction |
Buildings.HeatTransfer.Data.BoreholeFillings.BentoniteBentonite (k=1.15)
| Type | Name | Default | Description |
|---|---|---|---|
| ThermalConductivity | k | 1.15 | Thermal conductivity [W/(m.K)] |
| SpecificHeatCapacity | c | 800 | Specific heat capacity [J/(kg.K)] |
| Density | d | 1600 | Mass density [kg/m3] |
| Boolean | steadyState | (c == 0 or d == 0) | Flag, if true, then material is computed using steady-state heat conduction |
Buildings.HeatTransfer.Data.BoreholeFillings.ConcreteConcrete (k=3.1)
| Type | Name | Default | Description |
|---|---|---|---|
| ThermalConductivity | k | 3.1 | Thermal conductivity [W/(m.K)] |
| SpecificHeatCapacity | c | 840 | Specific heat capacity [J/(kg.K)] |
| Density | d | 2000 | Mass density [kg/m3] |
| Boolean | steadyState | (c == 0 or d == 0) | Flag, if true, then material is computed using steady-state heat conduction |