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 | Generic filling material |
Bentonite | Bentonite (k=1.15) |
Concrete | Concrete (k=3.1) |
Generic 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 < Modelica.Constants.eps ... | Flag, if true, then material is computed using steady-state heat conduction |
Bentonite (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 < Modelica.Constants.eps ... | Flag, if true, then material is computed using steady-state heat conduction |
Concrete (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 < Modelica.Constants.eps ... | Flag, if true, then material is computed using steady-state heat conduction |