-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathGAP_CONDUCTANCE.html
6 lines (5 loc) · 3.46 KB
/
GAP_CONDUCTANCE.html
1
2
3
4
5
6
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *GAP CONDUCTANCE </H2> <P> Keyword type: model definition, surface interaction <P> This option allows for the definition of the conductance across a contact pair. The conductance is the ratio of the heat flow across the contact location and the temperature difference between the corresponding slave and master surface (unit: [energy]/([time]*[area]*[temperature])). The gap conductance is a property of the nonlinear contact spring elements generated during contact. This means that heat flow will only take place at those slave nodes, at which a contact spring element was generated. Whether or not a contact spring element is generated depends on the pressure-overclosure relationship on the *SURFACE BEHAVIOR card. <P> <UL> <LI>for node-to-face contact: <UL> <LI>if the pressure-overclosure relationship is linear or tabular a contact spring element is generated if the gap clearance does not exceed <!-- MATH $c_0 \sqrt{A}$ --> <SPAN CLASS="MATH"><B><IMG WIDTH="43" HEIGHT="37" ALIGN="MIDDLE" BORDER="0" SRC="img2399.png" ALT="$ c_0 \sqrt{A}$"></B></SPAN>, where A is the representative area at the slave node, or <SPAN CLASS="MATH"><B><IMG WIDTH="43" HEIGHT="18" ALIGN="BOTTOM" BORDER="0" SRC="img924.png" ALT="$ 10^{-10}$"></B></SPAN> if this area is zero (can happen for 2-dimensional elements). Default for <SPAN CLASS="MATH"><B><IMG WIDTH="18" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" SRC="img909.png" ALT="$ c_0$"></B></SPAN> is <SPAN CLASS="MATH"><B><IMG WIDTH="37" HEIGHT="18" ALIGN="BOTTOM" BORDER="0" SRC="img925.png" ALT="$ 10^{-3}$"></B></SPAN>, its value can be changed for a linear pressure-overclosure relationship. </LI> <LI>if the pressure-overclosure relationship is exponential a contact spring area is generated if the gap clearance does not exceed <SPAN CLASS="MATH"><B><IMG WIDTH="18" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" SRC="img909.png" ALT="$ c_0$"></B></SPAN> (cf. *SURFACE BEHAVIOR). </LI> </UL> </LI> <LI>for face-to-face contact: <UL> <LI>if the pressure-overclosure relationship is tied a contact spring element is generated no matter the size of the clearance </LI> <LI>else a contact spring element is generated if the clearance is non-positive. </LI> </UL> </LI> </UL> <P> The conductance coefficient can be defined as a function of the contact pressure and the mean temperature of slave and master surface. Alternatively, the conductance can be coded by the user in the user subroutine gapcon.f, cf Section 8.4.11. In the latter case the option USER must be used on the *GAP CONDUCTANCE card. <P><P> <BR> <P> First line: <UL> <LI>*GAP CONDUCTANCE </LI> <LI>Enter the parameter USER if appropriate </LI> </UL> <P> Following sets of lines define the conductance coefficients in the absence of the USER parameter: First line in the first set: <UL> <LI>Conductance. </LI> <LI>Contact pressure. </LI> <LI>Temperature. </LI> </UL> Use as many lines in the first set as needed to define the conductance versus pressure curve for this temperature. <P> Use as many sets as needed to define complete temperature dependence. <P> <P><P> <BR> <P> <PRE>
Example:
*GAP CONDUCTANCE
100.,,273.
</PRE> <P> defines a conductance coefficient with value <SPAN CLASS="MATH"><B><IMG WIDTH="32" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" SRC="img2400.png" ALT="$ 100.$"></B></SPAN> for all contact pressures and all temperatures. <P> <P><P> <BR> Example files: . <P> </body></html>