FEDEM Solver
R8.0
Source code of the dynamics solver
|
Data type representing a strain rosette. More...
Public Attributes | |
real(rk), dimension(:,:), pointer | bcart |
Strain-displacement matrix. More... | |
type(straingagetype), dimension(:), pointer | gages |
Data for all gages. More... | |
integer | fathandle |
Handle to fatigue calculation data. More... | |
real(dp) | gatevalue |
Gate value [MPa] for PVX and rainflow analysis. More... | |
real(dp), dimension(4) | sncurve |
Parameters defining the S-N curve to use. More... | |
real(dp) | alphagages |
Angle between the gages. More... | |
real(dp) | zpos |
Position along the local Z-axis. More... | |
real(dp), dimension(3, 3) | cmat |
Constitutive matrix. More... | |
real(dp), dimension(3) | epscinit |
Initial Cartesian strains. More... | |
real(dp), dimension(3) | sigmac0 |
Initial residual stresses. More... | |
logical | zeroinit |
Make gage strains of the first time step zero? More... | |
real(dp), dimension(3) | epsc |
Cartesian strains. More... | |
real(dp), dimension(3) | epsp |
Principal strain (max, min, signed abs max) More... | |
real(dp) | gammamax |
Maximum shear strain. More... | |
real(dp) | epsvm |
von Mises strain More... | |
real(dp), dimension(3) | sigmac |
Cartesian stresses. More... | |
real(dp), dimension(3) | sigmap |
Principal stresses (max, min, signed abs max) More... | |
real(dp) | taumax |
Maximum shear stress. More... | |
real(dp) | sigmavm |
von Mises stress More... | |
real(dp) | alpha1 |
Angle of max principle strain/stress. More... | |
real(dp) | alphagamma |
Angle of max shear. More... | |
Data type representing a strain rosette.
real(dp) strainrosettemodule::strainrosettetype::alpha1 |
Angle of max principle strain/stress.
real(dp) strainrosettemodule::strainrosettetype::alphagages |
Angle between the gages.
real(dp) strainrosettemodule::strainrosettetype::alphagamma |
Angle of max shear.
real(rk), dimension(:,:), pointer strainrosettemodule::strainrosettetype::bcart |
Strain-displacement matrix.
real(dp), dimension(3,3) strainrosettemodule::strainrosettetype::cmat |
Constitutive matrix.
real(dp), dimension(3) strainrosettemodule::strainrosettetype::epsc |
Cartesian strains.
real(dp), dimension(3) strainrosettemodule::strainrosettetype::epscinit |
Initial Cartesian strains.
real(dp), dimension(3) strainrosettemodule::strainrosettetype::epsp |
Principal strain (max, min, signed abs max)
real(dp) strainrosettemodule::strainrosettetype::epsvm |
von Mises strain
integer strainrosettemodule::strainrosettetype::fathandle |
Handle to fatigue calculation data.
type(straingagetype), dimension(:), pointer strainrosettemodule::strainrosettetype::gages |
Data for all gages.
real(dp) strainrosettemodule::strainrosettetype::gammamax |
Maximum shear strain.
real(dp) strainrosettemodule::strainrosettetype::gatevalue |
Gate value [MPa] for PVX and rainflow analysis.
real(dp), dimension(3) strainrosettemodule::strainrosettetype::sigmac |
Cartesian stresses.
real(dp), dimension(3) strainrosettemodule::strainrosettetype::sigmac0 |
Initial residual stresses.
real(dp), dimension(3) strainrosettemodule::strainrosettetype::sigmap |
Principal stresses (max, min, signed abs max)
real(dp) strainrosettemodule::strainrosettetype::sigmavm |
von Mises stress
real(dp), dimension(4) strainrosettemodule::strainrosettetype::sncurve |
Parameters defining the S-N curve to use.
real(dp) strainrosettemodule::strainrosettetype::taumax |
Maximum shear stress.
logical strainrosettemodule::strainrosettetype::zeroinit |
Make gage strains of the first time step zero?
real(dp) strainrosettemodule::strainrosettetype::zpos |
Position along the local Z-axis.