FEDEM Solver  R8.0
Source code of the dynamics solver
Modules | Functions/Subroutines
genericPartModule.f90 File Reference

Modules

module  genericpartmodule
 

Functions/Subroutines

subroutine, public genericpartmodule::readgenericpart (infp, sup, ierr)
 
subroutine genericpartmodule::estimaterigidstiffness (sup, mass, inertia, kt, kr)
 
real(dp) function getboundingboxsize (sup)
 
real(dp) function estimateballsize (totalMass)
 
subroutine genericpartmodule::assemblestiffness (sup, K, kt, kr, stiffness)
 
subroutine genericpartmodule::assemblemass (M, mass, inertia)
 
subroutine, public genericpartmodule::initiategenericparts (sups)
 
subroutine findcogvelacc (urd, urdd, triads)
 

Function/Subroutine Documentation

◆ estimateballsize()

real(dp) function estimaterigidstiffness::estimateballsize ( real(dp), intent(in)  totalMass)
private

◆ findcogvelacc()

subroutine initiategenericparts::findcogvelacc ( real(dp), dimension(:), intent(out)  urd,
real(dp), dimension(:), intent(out)  urdd,
type(triadptrtype), dimension(:), intent(in)  triads 
)

◆ getboundingboxsize()

real(dp) function estimaterigidstiffness::getboundingboxsize ( type(supeltype), intent(in)  sup)