ProductsAbaqus/Standard Specifying thermal conductance of a gasket elementThe thermal conductance between the top and bottom surfaces of a three-dimensional coupled temperature-displacement gasket element can be specified for gasket behavior defined by a material model or a gasket behavior model. Input File Usage Use the following options to define the thermal conductance with a material model: GASKET SECTION, ELSET=name, MATERIAL=name MATERIAL, NAME=name GAP CONDUCTANCE Use the following options to define the thermal conductance with a gasket behavior model: GASKET SECTION, ELSET=name, BEHAVIOR=name GASKET BEHAVIOR, NAME=name GAP CONDUCTANCE Modeling conductance between the top and bottom surfaces of a gasket elementThe conductive heat transfer between the top and bottom surfaces of a gasket element is assumed to be defined by where q is the heat flux per unit area crossing the gasket from point A on the top surface to point B on the bottom surface, and are the temperatures of the points on the surfaces, and k is the gap conductance. Point A is a node on the top surface; and point B is the corresponding node on the bottom surface. You can define k directly or, in Abaqus/Standard, in user subroutine GAPCON. Defining gap conductance directlyWhen defining k directly, define it as where
Defining gap conductance as a function of closureYou can create a table of data defining the dependence of k on the variables listed above. The default in Abaqus is to make k a function of the closure c. When k is a function of closure, c, the tabular data must start at zero closure and define k as c increases. At least two pairs of points must be given to define k as a function of the closure. The value of k drops to zero immediately after the last data point, so there is no heat conductance when the closure is greater than the value corresponding to the last data point. Input File Usage GAP CONDUCTANCE , c, Defining gap conductance as a function of contact pressureYou can define k as a function of the pressure, p. When k is a function of pressure in gasket elements, the tabular data must start at zero pressure and define k as p increases. The value of k remains constant for pressures outside of the interval defined by the data points. Input File Usage GAP CONDUCTANCE, PRESSURE , p, Gap conductance as a function of both closure and contact pressureIf both closure-dependent and pressure-dependent conductances are specified, the pressure-dependent curves are used to evaluate the conductance. Defining gap conductance to be a function of predefined field variablesIn addition to the dependencies mentioned previously, the gap conductance can be dependent on any number of predefined field variables, . To make the gap conductance depend on field variables, at least two data points are required for each field variable value. Input File Usage GAP CONDUCTANCE, DEPENDENCIES=n k, c, , , Defining the gap conductance using user subroutine GAPCONIn Abaqus/Standard k can be defined in user subroutine GAPCON. In this case there is greater flexibility in specifying the dependencies of k. It is no longer necessary to define k as a function of the average of the two surface's temperatures, mass flow rates, or field variables: The mass flow rates in user subroutine GAPCON are not used to model conductance in gasket elements, and the variables should be set to zero. Input File Usage GAP CONDUCTANCE, USER |