/FRICTION
Block Format Keyword Specific contact friction between groups of parts or two parts. This friction definition overwrites the friction model defined in the contact interface for the defined set of interfaces.
This friction model is compatible with contact interfaces: TYPE7, TYPE11, TYPE19, TYPE24 and TYPE25.
Format
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) | 
|---|---|---|---|---|---|---|---|---|---|
| /FRICTION/fric_ID/unit_ID | |||||||||
| friction_title | |||||||||
| Ifric | Ifiltr | Xfreq | Iform | ||||||
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) | 
|---|---|---|---|---|---|---|---|---|---|
| C1 | C2 | C3 | C4 | C5 | |||||
| C0 | Fric | VISF | |||||||
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) | 
|---|---|---|---|---|---|---|---|---|---|
| grpart_ID1 | grpart_ID2 | part_ID1 | part_ID2 | Idir | |||||
| C1 | C2 | C3 | C4 | C5 | |||||
| C6 | Fric | VISF | |||||||
| (1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) | 
|---|---|---|---|---|---|---|---|---|---|
| C1 | C2 | C3 | C4 | C5 | |||||
| C6 | Fric | VISF | |||||||
Definition
| Field | Contents | SI Unit Example | 
|---|---|---|
| fric_ID | Friction
                                    identifier. (Integer, maximum 10 digits)  | 
                            |
| unit_ID | Unit Identifier. (Integer, maximum 10 digits)  | 
                            |
| friction_title | Friction model
                                    title. (Character, maximum 100 characters)  | 
                            |
| Ifric | Friction formulation flag.
                                    1
 (Integer)  | 
                            |
| Ifiltr | Friction filtering flag.
                                    5
                                
 (Integer)  | 
                            |
| Xfreq | Filtering
                                    coefficient. This coefficient should have a value between 0 and 1. Default = 1.0 (Real)  | 
                            |
| Iform | Friction penalty
                                formulation type. 6
 (Integer)  | 
                            |
| C1 | Friction law
                                    coefficient. (Real)  | 
                            |
| C2 | Friction law
                                    coefficient. (Real)  | 
                            |
| C3 | Friction law
                                    coefficient. (Real)  | 
                            |
| C4 | Friction law
                                    coefficient. (Real)  | 
                            |
| C5 | Friction law
                                    coefficient. (Real)  | 
                            |
| C6 | Friction law
                                    coefficient. (Real)  | 
                            |
| Fric | Coulomb
                                    friction. (Real)  | 
                            |
| VISF | Critical damping
                                coefficient on interface friction. 4 Default = 1.0 (Real)  | 
                            |
| grpart_ID1 | Part group identifier.
                                    /GRPART for the first
                                set. (Integer)  | 
                            |
| grpart_ID2 | Part group identifier
                                    /GRPART for the second
                                set. (Integer)  | 
                            |
| part_ID1 | Part identifier
                                    1. Ignored if grpart_ID1 is defined. (Integer)  | 
                            |
| part_ID2 | Part identifier
                                    2. Ignored if grpart_ID2 is defined. (Integer)  | 
                            |
| Idir | Orthotropic friction flag
                                for a couple of parts.
 (Integer)  | 
                            
Example
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/FRICTION/999
test no 1
#    Ifric    Ifiltr               Xfreq     Iform
         0         0                   0         2
# default friction for rest parts which not specifically defined below
#                 C1                  C2                  C3                  C4                  C5
                   0                   0                   0                   0                   0
#                 C6                Fric                VisF
                   0                  .2                   0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#friction between part group ID 111 and ID 222
#GRpartID1 GRpartID2  PartID_1  PartID_2                Idir
       111       222         0         0	               0   
#                 C1                  C2                  C3                  C4                  C5
                   0                   0                   0                   0                   0
#                 C6                Fric                VisF
                   0                  .1                   0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#friction between part ID 1 and ID 3	
#GRpartID1 GRpartID2  PartID_1  PartID_2                Idir
         0         0         1         3	               0
#                 C1                  C2                  C3                  C4                  C5
                   0                   0                   0                   0                   0
#                 C6                Fric                VisF
                   0                  .2                   0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|	
#friction between part ID 1 and ID 4; orthotropic direction considered	
#GRpartID1 GRpartID2  PartID_1  PartID_2                Idir
         0         0         1         4                   1 
#                 C1                  C2                  C3                  C4                  C5
                   0                   0                   0                   0                   0
#                 C6                Fric                VisF
                   0                  .4                   0
#                 C1                  C2                  C3                  C4                  C5
                   0                   0                   0                   0                   0
#                 C6                Fric                VisF
                   0                  .2                   0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#friction between part ID 1 and ID 5	
#GRpartID1 GRpartID2  PartID_1  PartID_2                Idir
         0         0         1         5	               0
#                 C1                  C2                  C3                  C4                  C5
                   0                   0                   0                   0                   0
#                 C6                Fric                VisF
                   0                  .3                   0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/INTER/TYPE7/2
New INTER 2
#  Slav_id   Mast_id      Istf      Ithe      Igap                Ibag      Idel     Icurv      Iadm
         9        10         0         0         2                   0         1         0         0
#          Fscalegap             Gap_max             Fpenmax
                   0                   0                 0.8
#              Stmin               Stmax          %mesh_size               dtmin  Irem_gap   Irem_i2
                   1                   0                   0                   0         0         0
#              Stfac                Fric              Gapmin              Tstart               Tstop
                   0                 .35                 2.1                   0                   0
#      IBC                        Inacti                VisS                VisF              Bumult
       000                             6                   0                   0                   0
#    Ifric    Ifiltr               Xfreq     Iform   sens_ID   fct_IDf             AscaleF   fric_ID
         0         0                   0         2         0         0                   0         0
/GRNOD/PART/9
INTER_group_9_of_SURF
         4         5
/SURF/PART/10
INTER_group_10_of_PART
         1         
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/PROP/SH_ORTH/11
PROPERTY FOR PART ID 1
#   Ishell    Ismstr     Ish3n    Idrill
        24         0         0         1
#                 hm                  hf                  hr                  dm                  dn
                   0                   0                   0                  .1                  .1
#        N                         Thick              Ashear              Ithick     Iplas
         5                           1.0                   0                   1         1
#                 Vx                  Vy                  Vz                 Phi
                   1                   0                   1                  45
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
                
| Parts | Idir | Friction Coefficient | |
|---|---|---|---|
| All parts not listed | - | 0.2 | |
| /GRPART/111 - /GRPART/222 | 0: Isotropic | 0.1 | |
| part_ID1 - part_ID3 | 0: Isotropic | 0.2 | |
| part_ID1 - part_ID4 | 1: Orthotropic | Dir1 = 0.4 | Dir2 = 0.2 | 
| part_ID1 - part_ID5 | 0: Isotropic | 0.3 | |
In this example, the orthotripoc direction for friction between parts 1 and 4 is defined by the part 1 property /PROP/SH_ORTH/11 because part 1 is the main contact surface.
Comments
- The friction defined in /FRICTION overrides any friction defined in the contact interface.
 - Default values listed in the first section are used for any parts whose friction is not specifically defined in the repeating section using grpart_ID1, grpart_ID2, part_ID1, and part_ID2.
 - If friction between parts is defined more than one time in the model, the friction defined in the last position are used.
 - The friction value
                            
          
         is defined.
- Ifric = 0 (Coulomb friction):
(1)  - Ifric = 1 (Generalized Viscous Friction law):
(2) Where,- Pressure of the normal force on the main segment
 - Tangential velocity of the secondary node
 
 - Ifric = 2 (Modified Darmstad law):
(3) Where,- Pressure of the normal force on the main segment
 - Tangential velocity of the secondary node
 
 - Ifric = 3 (Renard law):
(4) (5) (6) Where,- First critical velocity must be different to 0 ( ).
 - First critical velocity must be less than the second critical velocity .
 - The static friction coefficient and the dynamic friction coefficient , must be less than the maximum friction ( and ).
 - The minimum friction coefficient must be less than the static friction coefficient and the dynamic friction coefficient ( and ).
 
 - Ifric = 4 (Exponential decay friction law)The frictional coefficient is assumed to be dependent on the relative velocity of the surfaces in contact according to:
(7)  
Table 2. Units of Friction Formulation Ifric Fric C1 C2 C3 C4 C5 C6 1 2 3 4  - Ifric = 0 (Coulomb friction):
 - Friction filteringIf Ifiltr ≠ 0, the tangential forces are smoothed using a filter:
(8) Where, coefficient is calculated from:- If Ifiltr = 1: , simple numerical filter
 - If Ifiltr = 2: , standard -3dB filter, with , and T = filtering period
 - If Ifiltr = 3: , standard -3dB filter, with Xfreq = cutting frequency
 
The filtering coefficient Xfreq should have a value between 0 and 1.
 - Friction penalty formulation Iform:
- If Iform = 1 (default) viscous formulation, the friction
                            forces are:
(9) While an adhesion force is computed as:(10)  - If Iform = 2, stiffness formulation, the friction forces
                                are:
(11) While an adhesion is computed as:(12) Where, is the contact tangential velocity.
Iform = 2 is recommended for implicit and low speed impact explicit analysis.
 
 - If Iform = 1 (default) viscous formulation, the friction
                            forces are:
 - Orthotropic friction for shell
                    elements, if Idir = 1.
- Two sets of friction coefficients must be defined after the line that contains Idir
 - The orthotropic directions are defined only on the main contact surface
 - The 2 ways to define the orthotropic friction direction
- Use the orthotropic direction from the shell element as defined
                                    in /PROP/TYPE9,
                                        /PROP/TYPE10,
                                        /PROP/TYPE11,
                                        /PROP/TYPE17,
                                        /PROP/TYPE51, or
                                        /PROP/PCOMPP.
Direction 1 from element.
Direction 2 is orthogonal to Direction 1 in the segment plane.
 - Use Direction 1 defined from the vector and angle defined in /FRIC_ORIENT.
 
 - Use the orthotropic direction from the shell element as defined
                                    in /PROP/TYPE9,
                                        /PROP/TYPE10,
                                        /PROP/TYPE11,
                                        /PROP/TYPE17,
                                        /PROP/TYPE51, or
                                        /PROP/PCOMPP.
 - Not supported for solid element, beam, truss or spring elements or edge to edge contact.