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

Functions/Subroutines

subroutine, public readgenericpart (infp, sup, ierr)
 
subroutine estimaterigidstiffness (sup, mass, inertia, kt, kr)
 
subroutine assemblestiffness (sup, K, kt, kr, stiffness)
 
subroutine assemblemass (M, mass, inertia)
 
subroutine, public initiategenericparts (sups)
 

Function/Subroutine Documentation

◆ assemblemass()

subroutine genericpartmodule::assemblemass ( real(dp), dimension(:,:), intent(out)  M,
real(dp), intent(in)  mass,
real(dp), dimension(:), intent(in)  inertia 
)

◆ assemblestiffness()

subroutine genericpartmodule::assemblestiffness ( type(supeltype), intent(in)  sup,
real(dp), dimension(:,:), intent(out)  K,
real(dp), intent(in)  kt,
real(dp), intent(in)  kr,
real(dp), dimension(:,:), intent(in)  stiffness 
)

◆ estimaterigidstiffness()

subroutine genericpartmodule::estimaterigidstiffness ( type(supeltype), intent(in)  sup,
real(dp), intent(in)  mass,
real(dp), dimension(:), intent(in)  inertia,
real(dp), intent(out)  kt,
real(dp), intent(out)  kr 
)

◆ initiategenericparts()

subroutine, public genericpartmodule::initiategenericparts ( type(supeltype), dimension(:), intent(inout)  sups)

◆ readgenericpart()

subroutine, public genericpartmodule::readgenericpart ( integer, intent(in)  infp,
type(supeltype), intent(inout)  sup,
integer, intent(out)  ierr 
)