|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
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... | |
Initialization of friction objects from the solver input file.
| 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.
| [in] | joints | Array of all joints in the model |
| [in] | cElems | Array of all contact elements in the model |
| [out] | frictions | Array of pointers to all friction objects |
| [out] | err | Error flag |

| 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.
| [in] | infp | File unit number for the solver input file |
| [out] | frictionData | Array of all friction parameter objects |
| [out] | err | Error flag |

