FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Modules | Functions/Subroutines | Variables
mechanismTypeModule.f90 File Reference

Mechanism data container. More...

Data Types

type  mechanismtypemodule::mechanismtype
 Data type containing all components of the mechanism model. More...
 
interface  mechanismtypemodule::writeobject
 Standard routine for writing an object to file. More...
 

Modules

module  mechanismtypemodule
 Module with mechanism data containers.
 

Functions/Subroutines

subroutine mechanismtypemodule::writemechanismtype (mech, io, complexity)
 Standard routine for writing an object to io. More...
 
subroutine mechanismtypemodule::nullifymechanism (mech)
 Initializes the MechanismType object. More...
 
subroutine mechanismtypemodule::deallocatemechanism (mech)
 Deallocates the MechanismType object. More...
 
subroutine mechanismtypemodule::readmechanism (infp, mech, tIncEngineId, weight, err)
 Initializes the mechanism with data from the solver input file. More...
 

Variables

integer, save mechanismtypemodule::mdmpfuncid = 0
 Base ID of modal damping function. More...
 

Detailed Description

Mechanism data container.