-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathGAP_HEAT_GENERATION.html
6 lines (5 loc) · 4.57 KB
/
GAP_HEAT_GENERATION.html
1
2
3
4
5
6
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *GAP HEAT GENERATION </H2> <P> Keyword type: model definition, surface interaction and step <P> This keyword is used to take heat generation due to frictional contact into account. It can only be used for face-to-face penalty contact and is only activated in the presence of slip. The heat flowing into the slave surface amounts to: <P> <P></P> <DIV ALIGN="CENTER" CLASS="mathdisplay"><!-- MATH \begin{equation} W=f \eta ~ \boldsymbol{F} \cdot \boldsymbol{v}, \end{equation} --> <TABLE CLASS="equation" CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> <TR VALIGN="MIDDLE"> <TD NOWRAP ALIGN="CENTER"><SPAN CLASS="MATH"><IMG WIDTH="105" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img2401.png" ALT="$\displaystyle W=f \eta ~ \boldsymbol{F} \cdot \boldsymbol{v},$"></SPAN></TD> <TD NOWRAP CLASS="eqno" WIDTH="10" ALIGN="RIGHT"> (<SPAN CLASS="arabic">707</SPAN>)</TD></TR> </TABLE></DIV> <BR CLEAR="ALL"><P></P> <P> where f is the surface weighting factor, <SPAN CLASS="MATH"><B><IMG WIDTH="12" HEIGHT="29" ALIGN="MIDDLE" BORDER="0" SRC="img344.png" ALT="$ \eta$"></B></SPAN> the heat conversion factor, <!-- MATH $\boldsymbol{F}$ --> <SPAN CLASS="MATH"><B><IMG WIDTH="17" HEIGHT="15" ALIGN="BOTTOM" BORDER="0" SRC="img254.png" ALT="$ \boldsymbol{F}$"></B></SPAN> the tangential force and <!-- MATH $\boldsymbol{v}$ --> <SPAN CLASS="MATH"><B><IMG WIDTH="13" HEIGHT="13" ALIGN="BOTTOM" BORDER="0" SRC="img309.png" ALT="$ \boldsymbol{v}$"></B></SPAN> the differential velocity between master and slave surface. The heat flowing into the master surface correspondingly amounts to: <P> <P></P> <DIV ALIGN="CENTER" CLASS="mathdisplay"><!-- MATH \begin{equation} W=(1-f) \eta ~ \boldsymbol{F} \cdot \boldsymbol{v}. \end{equation} --> <TABLE CLASS="equation" CELLPADDING="0" WIDTH="100%" ALIGN="CENTER"> <TR VALIGN="MIDDLE"> <TD NOWRAP ALIGN="CENTER"><SPAN CLASS="MATH"><IMG WIDTH="144" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" SRC="img2402.png" ALT="$\displaystyle W=(1-f) \eta ~ \boldsymbol{F} \cdot \boldsymbol{v}.$"></SPAN></TD> <TD NOWRAP CLASS="eqno" WIDTH="10" ALIGN="RIGHT"> (<SPAN CLASS="arabic">708</SPAN>)</TD></TR> </TABLE></DIV> <BR CLEAR="ALL"><P></P> <P> The heat conversion factor specifies the amount of power converted into heat. The user specifies the heat conversion factor, the surface weighting factor and the differential tangential velocity (in size). If the latter is set to a number smaller than zero, the differential velocity is calculated internally from the velocity of the adjacent surfaces. The ability for the user to specify the differential velocity is useful in axisymmetric structures for which the differential velocity is oriented in circumferential direction (cf. example ring3.inp). <P> The *GAP HEAT GENERATION keyword must be placed underneath the *SURFACE INTERACTION card to which it belongs. Furthermore, it can only be used in *COUPLED and *UNCOUPLED TEMPERATURE-DISPLACEMENT calculations. It is only used in face-to-face penalty contact. <P> There is one optional parameter USER. In the presence of this parameter the gap heat generation data are obtained from user subroutine fricheat.f (cf. Section 8.4.12). This user subroutine must have been coded, compiled and linked by the user before calling CalculiX. <P> <P><P> <BR> <P> First line: <UL> <LI>*GAP HEAT GENERATION </LI> <LI>Enter USER, if appropriate. </LI> </UL> <P> The next line is only needed in the absence of USER: <UL> <LI>heat conversion factor <!-- MATH $\eta ~ (0 < \eta \le 1)$ --> <SPAN CLASS="MATH"><B><IMG WIDTH="97" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" SRC="img2403.png" ALT="$ \eta ~ (0 < \eta \le 1)$"></B></SPAN>. </LI> <LI>surface weighting factor <!-- MATH $f ~ (0 \le f \le 1)$ --> <SPAN CLASS="MATH"><B><IMG WIDTH="99" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" SRC="img2404.png" ALT="$ f ~ (0 \le f \le 1)$"></B></SPAN>. </LI> <LI>differential tangential velocity </LI> </UL> <P> <PRE>
Example:
*GAP HEAT GENERATION
0.7,0.3,2000.
</PRE> <P> defines a heat conversion factor of 0.7, a surface weighting factor of 0.3 (i.e. 30 <SPAN CLASS="MATH"><B><IMG WIDTH="17" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" SRC="img1486.png" ALT="$ \%$"></B></SPAN> of the heat goes into the slave surface, 70 <SPAN CLASS="MATH"><B><IMG WIDTH="17" HEIGHT="31" ALIGN="MIDDLE" BORDER="0" SRC="img1486.png" ALT="$ \%$"></B></SPAN> into the master surface) and a differential tangential velocity of 2000 [L]/[t], where [L] is the unit of length used by the user and [t] the unit of time. <P> <P><P> <BR> Example files: ring3. <P> </body></html>