FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a single strain gage. More...
Public Attributes | |
integer | lpu_fidf |
Device function file for writing. More... | |
integer | fathandle |
Handle to fatigue calculation data. More... | |
real(dp), dimension(3) | teps_nfromc |
Strain gage transformation. More... | |
real(dp) | epsgage |
Current gage strain (time-dependent) More... | |
real(dp) | siggage |
Current gage stress (time-dependent) More... | |
Data type representing a single strain gage.
real(dp) strainrosettemodule::straingagetype::epsgage |
Current gage strain (time-dependent)
integer strainrosettemodule::straingagetype::fathandle |
Handle to fatigue calculation data.
integer strainrosettemodule::straingagetype::lpu_fidf |
Device function file for writing.
real(dp) strainrosettemodule::straingagetype::siggage |
Current gage stress (time-dependent)
real(dp), dimension(3) strainrosettemodule::straingagetype::teps_nfromc |
Strain gage transformation.