.Buildings.HeatTransfer.Data.Solids

Information

Package with records for solid materials. The material is characterized by its thermal conductivity, mass density and specific heat capacity.

These material records automatically compute the spatial grid that is used to compute transient heat conduction. In building materials, the thermal diffusivity of adjacent layer materials can differ by an order of magnitude. If the spatial grid generation were not to account for the material properties, then the time rate of change of the different temperature nodes would be significantly different from each other. Therefore, records in the packages Buildings.HeatTransfer.Data.Solids and Buildings.HeatTransfer.Data.SolidsPCM generate the spatial grid so that under the assumption of equal heat transfer, each node temperature has a similar time rate of change.

The computation is as follows:

From dimensionless analysis, one can obtain a characteristic time, called the Fourier number, as

Fo = α t ⁄ L2

where α denotes the thermal diffusivity, t denotes time and L denotes the characteristic length. We like to generate the spatial grid so that the ratio t ⁄ Fo is equal to an arbitrary constant Π, which we define as

Π = ( t ⁄ Fo )1/2

and hence

Π = L ⁄ √ α.

Now, let x denote the thickness of the material layer. Then, we compute the time constant of the material layer as

Πx = x ⁄ √ α,

and we compute the estimated number of elements N' ∈ ℝ for the material layer as

N' = Nref Πx ⁄ Πref

where Πref ∈ ℕ is a user-specified number of elements for a reference material, which is equal to the parameter nStaRef, and defined as a concrete construction with thickness Lref = 0.20 meter and thermal diffusivity αref = 3.64E-7 m2/s. Hence, Πref = Lref/ √ αref = 331.4 √s.

Next, we define the number of elements for the material layer as

Nx = ⌈ N' ⌉

where the notation ⌈ ⋅ ⌉ is defined, for s ∈ ℝ, as

⌈ s ⌉ = min{ k ∈ ℤ | k ≥ s }.

Finally, we divide the material layer in compartments of length Δ = x ⁄ Nx.

Contents

NameDescription
GenericThermal properties of solids with heat storage
BrickBrick (k=0.89)
ConcreteConcrete (k=1.4)
InsulationBoardInsulation board (k=0.03)
GlassGlass
GypsumBoardGypsum board (k=0.58)
PlywoodPlywood (k=0.12)
SteelSteel (k=50.2)

Revisions


Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos