<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Contact: Orthotropic Friction - Different Friction for Different Directions in Simulation Mechanical Forums (Read-Only)</title>
    <link>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491213#M10037</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The quick answer is no, friction coefficient is the same in all directions.&lt;/P&gt;
&lt;P&gt;What is it that you're trying to model?&amp;nbsp; Perhaps it can be done in another way.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2016 12:29:08 GMT</pubDate>
    <dc:creator>marwan_azzam</dc:creator>
    <dc:date>2016-08-10T12:29:08Z</dc:date>
    <item>
      <title>Contact: Orthotropic Friction - Different Friction for Different Directions</title>
      <link>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6488888#M10035</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if there is a way with Autodesk Simulation 2017 to simulate different friction coeficients for each direction.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know that ANSYS has this functionality as it is shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if there isn`t the functionality, do you think I could simulate this somehow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually though about using in one of the part's material an Orthotropic material in which the Young Modulus would be near 0 for the direction I want the friction to be neglected - but still the surface gets reaction forces in that direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------&lt;/P&gt;&lt;DIV class="titlepage"&gt;&lt;DIV&gt;&lt;DIV&gt;4.16.2.&amp;nbsp;Orthotropic Friction&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The orthotropic friction model uses two different coefficients of friction in two principal directions (see &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_thry/thy_el174.html#conta174frict" target="_blank"&gt;&lt;I&gt;Frictional Model&lt;/I&gt;&lt;/A&gt; in the &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_thry/ansys.theory.html" target="_blank"&gt;&lt;EM&gt;Mechanical APDL Theory Reference&lt;/EM&gt;&lt;/A&gt; for details). It is applicable only to 3-D contact and is available for current-technology contact elements.&lt;/P&gt;&lt;P&gt;Issue the &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_cmd/Hlp_C_TB.html" target="_blank"&gt;&lt;SPAN&gt;&lt;STRONG&gt;TB&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;,FRIC command with &lt;EM&gt;TBOPT&lt;/EM&gt; = ORTHO &lt;SPAN&gt;or EORTHO&lt;/SPAN&gt; to define orthotropic friction, and specify the coefficients of friction, MU1 and MU2, on the &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_cmd/Hlp_C_TBDATA.html" target="_blank"&gt;&lt;SPAN&gt;&lt;STRONG&gt;TBDATA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt; command.&lt;/P&gt;&lt;P&gt;To define a coefficient of friction that is dependent on temperature, time, normal pressure, sliding distance, or sliding relative velocity, use the &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_cmd/Hlp_C_TBFIELD.html" target="_blank"&gt;&lt;SPAN&gt;&lt;STRONG&gt;TBFIELD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt; command. Suitable combinations of up to two fields can be used to define dependency, for example, sliding relative velocity and normal pressure as shown below:&lt;/P&gt;&lt;PRE&gt;TB,FRIC,1,,,ORTHO   ! Activate orthotropic friction model
TBFIELD,SLRV,10.0    ! Define first value of sliding relative velocity
TBFIELD,NPRE,200.0   ! Define first value of normal pressure
TBDATA,1,MU1,MU2     ! Define coefficients of friction
TBFIELD,NPRE,250.0   ! Define second value of normal pressure
TBDATA,1,MU1,MU2     ! Define coefficients of friction
TBFIELD,SLRV,20.0    ! Define second value of sliding relative velocity
TBFIELD,NPRE,150.0   ! Define first value of normal pressure
TBDATA,1,MU1,MU2     ! Define coefficients of friction
TBFIELD,NPRE,300.0   ! Define second value of normal pressure
TBDATA,1,MU1,MU2     ! Define coefficients of friction&lt;/PRE&gt;&lt;P&gt;See &lt;A title="Chapter&amp;nbsp;8:&amp;nbsp;Understanding Field Variables" href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_mat/elemfieldvarint.html" target="_blank"&gt;&lt;I&gt;Understanding Field Variables&lt;/I&gt;&lt;/A&gt; for more information on the interpolation scheme used for field-dependent material properties defined using &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_cmd/Hlp_C_TBFIELD.html" target="_blank"&gt;&lt;SPAN&gt;&lt;STRONG&gt;TBFIELD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The two options &lt;EM&gt;TBOPT&lt;/EM&gt; = ORTHO and EORTHO differ only when the frictional coefficients are defined as a function of sliding distance or sliding velocity. The difference occurs in the way the coefficients are interpolated. For &lt;EM&gt;TBOPT&lt;/EM&gt; = ORTHO, the friction coefficient in each direction is a function of sliding distance or velocity in that direction only. For &lt;EM&gt;TBOPT&lt;/EM&gt; = EORTHO, the friction coefficient in each direction depends upon the magnitude of total sliding or total velocity, thus causing sliding in one direction to affect the friction coefficients in both directions.&lt;/P&gt;&lt;P&gt;To define a coefficient of friction that is dependent on temperature only, use the &lt;A href="https://www.sharcnet.ca/Software/Ansys/17.0/en-us/help/ans_cmd/Hlp_C_TBTEMP.html" target="_blank"&gt;&lt;SPAN&gt;&lt;STRONG&gt;TBTEMP&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt; command as shown below:&lt;/P&gt;&lt;PRE&gt;TB,FRIC,1,2,,ORTHO	  ! Activate orthotropic friction model
TBTEMP,100.0         ! Define first temperature
TBDATA,1,MU1,MU2     ! Define coefficients of friction at temp 100.0
TBTEMP,200.0         ! Define second temperature
TBDATA,1,MU1,MU2     ! Define coefficients of friction at temp 200.0&lt;/PRE&gt;&lt;P&gt;Note that if the coefficient of friction is defined as a function of temperature, the program always uses the contact surface temperature as the primary variable (not the average temperature from the contact and target surfaces).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 19:30:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6488888#M10035</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T19:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Contact: Orthotropic Friction - Different Friction for Different Directions</title>
      <link>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491213#M10037</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The quick answer is no, friction coefficient is the same in all directions.&lt;/P&gt;
&lt;P&gt;What is it that you're trying to model?&amp;nbsp; Perhaps it can be done in another way.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:29:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491213#M10037</guid>
      <dc:creator>marwan_azzam</dc:creator>
      <dc:date>2016-08-10T12:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Contact: Orthotropic Friction - Different Friction for Different Directions</title>
      <link>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491225#M10038</link>
      <description>&lt;P&gt;Hi scudelari,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm curious what you are trying to model. Is the friction really different in the different directions, or is friction just an approximation of something mechanical?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps we will have some ideas after understanding what you are trying to model, but the only thought that comes to mind is to use the "results-based load curve" (see the page "Define Load Curves" in the documentation) and change the "friction force" based on the velocity (that is, direction of motion). Since this works with loads that you apply to the model, it requires that you know the magnitude of the friction force and assume that it is uniform over the surface area.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:32:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491225#M10038</guid>
      <dc:creator>John_Holtz</dc:creator>
      <dc:date>2016-08-10T12:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Contact: Orthotropic Friction - Different Friction for Different Directions</title>
      <link>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491260#M10039</link>
      <description>&lt;P&gt;Hello to you two!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I wanted to model is shown below. It is the idealization of the rotation around itself of a crawler crane. And I just want to prove the existence of horizontal pressure&amp;nbsp;on the ground due to the friction of the crane's track sliding on the ground.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Green part is the soil with large rigidity.&lt;/P&gt;&lt;P&gt;The tracks&amp;nbsp;are linked on the center with movement blocked (except vertically).&lt;/P&gt;&lt;P&gt;The vertical pressure is applied in a slope from 0 to 1 seconds.&lt;/P&gt;&lt;P&gt;The horizontal loads you see underneath are applied from 1 to 5 (they are 0 from 0s to 1s the beginning of the analysis).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2016-08-10 14_35_51-Autodesk Simulation Mechanical 2017 - [FEA Editor - [test1.fem]].png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/262059i78FE59FECCEDA586/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-08-10 14_35_51-Autodesk Simulation Mechanical 2017 - [FEA Editor - [test1.fem]].png" alt="2016-08-10 14_35_51-Autodesk Simulation Mechanical 2017 - [FEA Editor - [test1.fem]].png" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is contact setup between&amp;nbsp;the soil and the tracks, with friction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The thing is that,&amp;nbsp;in this case, the tracks will simply move on the ground (rotate around the sprockets) on the longitudinal sense. And I want them to move in this direction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But, since the horizontal loads are towards different directions, and since the center is locked in horizontal movement, the tracks will rotate.&amp;nbsp;And this is the effect I want to capture - the&amp;nbsp;friction loads existing in the ground due to the polar sliding of the tracks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your assistance!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2016 12:46:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/simulation-mechanical-forums/contact-orthotropic-friction-different-friction-for-different/m-p/6491260#M10039</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-10T12:46:10Z</dc:date>
    </item>
  </channel>
</rss>

