FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
initiatefrictiontypemodule Module Reference

Initialization of friction objects from the solver input file. More...

Functions/Subroutines

subroutine initiatefrictiondata (infp, frictionData, err)
 Initializes friction parameter sets with data from the input file. More...
 
subroutine initfrictionptrarray (joints, cElems, frictions, err)
 Creates an array of pointers to all frictions. More...
 

Detailed Description

Initialization of friction objects from the solver input file.

Function/Subroutine Documentation

◆ initfrictionptrarray()

subroutine initiatefrictiontypemodule::initfrictionptrarray ( type(masterslavejointtype), dimension(:), intent(in), target  joints,
type(contactelementtype), dimension(:), intent(in), target  cElems,
type(frictionptrtype), dimension(:), pointer  frictions,
integer, intent(out)  err 
)

Creates an array of pointers to all frictions.

Parameters
[in]jointsArray of all joints in the model
[in]cElemsArray of all contact elements in the model
[out]frictionsArray of pointers to all friction objects
[out]errError flag
Author
Bjorn Haugen
Date
Sep 2000
Here is the caller graph for this function:

◆ initiatefrictiondata()

subroutine initiatefrictiontypemodule::initiatefrictiondata ( integer, intent(in)  infp,
type(frictionparametertype), dimension(:), pointer  frictionData,
integer, intent(out)  err 
)

Initializes friction parameter sets with data from the input file.

Parameters
[in]infpFile unit number for the solver input file
[out]frictionDataArray of all friction parameter objects
[out]errError flag
Author
Bjorn Haugen
Date
Sep 1998
Here is the call graph for this function:
Here is the caller graph for this function: