Thermal Contact Resistance - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Thermal Contact Resistance

Basic thermal contact resistance between two materials

 

Description

Equations
 
Fundamental equation is:

References

Variables

Connections

Parameters

See Also

Description

The Thermal Contact Resistance component models a heat transfer between two materials which have different thermal conductivities.
The following image illustrates an example of apparent contact area of two materials.

        

Because of the surface roughness of both materials, the actual contact area of two materials becomes spots of contact. The other areas are regarded as the void space filled by fluid such as air. The following image illustrates the mechanism of jointed surface in more detail.

        

Then heat flow of the contact of two materials is regarded as the following image. This component is based on this.

Using each option, you can control the apparent area size, area ratio, and the thickness of void space by real input signals.That makes it possible for you to change contact resistance value during simulation. For example, change by deformation of actual contact area size caused by joint pressure change.

Equations
 
Fundamental equation is:

Qflow=1RCAdt=hcAdT

 dT=T__aT__b

The equation for the areas is shown below:

 A=Ac +A__v

The equation for heat flow is as below:

 

Qflow=Q__solid+Q__fluid=dTL2`Material_a.k`Ac+L2`Material_b.k`Ac+dTLkfAv

References

[1] : J. P. Holman. "Heat Transfer Ninth Edition", McGraw-Hill Higher Education.

Variables

Symbol

Units

Description

Modelica ID

Qflow

W

Heat flow rate from port a to port b

Q_flow

dT

K

Temperature difference between port a and port b

dT

Rc

m2KW

Thermal contact resistance

Rc

hc

Wm2K

Coefficient of thermal contact conductance, which is the inverse of Rc

hc

A

m2

Apparent contact area

A

Ac

m2

Actual contact area 

Ac

Av

m2

Area of void space

Av

L

m

Thickness of the void space

L

Connections

Name

Condition

Description

Modelica ID

port_a

 

Thermal port a

port_a

port_b

 

Thermal port b

port_b

A_input

if use Apparent contact area input is
true.

Apparent contact area is defined by Real signal input.

A_input

Aratio_input

if use Area ratio input is
true.

Area ratio A__cA is defined by Real signal input.

Aratio_input

L_input

if use Void space thickness input is
true.

Thickness of the void space is defined by Real signal input.

L_input

Parameters

Symbol

Default

Units

Description

Modelica ID

Material_a

SolidPropertyData1

Solid material property data

Material_a

WmK

Material_a.k is the thermal conductivity of the material of port_a

Material_a.k

JkgK

Material_a.cp is the specific heat capacity of the material of port_a

Material_a.cp

kgm3

Material_a.rho is the density of the material of port_a

Material_a.rho

Material_b

SolidPropertyData1

Solid material property data

Material_b

WmK

Material_b.k is the thermal conductivity of the material of port_b

Material_b.k

JkgK

Material_b.cp is the specific heat capacity of the material of port_b

Material_b.cp

kgm3

Material_b.rho is the density of the material of port_b

Material_b.rho

k__fluid

0.0241

WmK

The thermal conductivity of the fluid which fills void space

kf

A

0.0001

m2

Apparent contact area between materials

A_const

A__cA

 0.01

Area ratio A__cA (between 0 and 1)

Aratio_const

L

 0.00005

m

Thickness of the void space

L_const

See Also

Heat Transfer Library Overview

Basic Overview