FEDEM Solver  R8.0
Source code of the dynamics solver
Public Attributes | List of all members
strainrosettemodule::strainelementtype Type Reference

Data type representing a surface stress/strain recovery element. More...

Collaboration diagram for strainrosettemodule::strainelementtype:
Collaboration graph
[legend]

Public Attributes

type(idtypeid
 General identification data. More...
 
integer elmnumber
 Which element this strain rosette is defined on. More...
 
integer linknumber
 Which FE part this strain rosette is attached to. More...
 
integer lpuascii
 File for ASCII print. More...
 
integer, dimension(:), pointer globalnodes
 Nodes of strain-measuring element. More...
 
real(dp), dimension(3, 4) posingl
 Global rosette position matrix. More...
 
real(dp), dimension(:,:), pointer x0
 Nodal coordinates. More...
 
real(dp), dimension(:,:), pointer t0
 Initial element coordinate system. More...
 
real(rk), dimension(:,:), pointer disp
 Nodal deformational displacements. More...
 
real(rk), dimension(:,:), pointer vgii
 Nodal gravitational displacements. More...
 
real(dp), dimension(:), pointer ur
 Global displacements and rotations. More...
 
type(strainrosettetype), dimension(:), pointer data
 Surface strain rosettes. More...
 

Detailed Description

Data type representing a surface stress/strain recovery element.

Member Data Documentation

◆ data

type(strainrosettetype), dimension(:), pointer strainrosettemodule::strainelementtype::data

Surface strain rosettes.

◆ disp

real(rk), dimension(:,:), pointer strainrosettemodule::strainelementtype::disp

Nodal deformational displacements.

◆ elmnumber

integer strainrosettemodule::strainelementtype::elmnumber

Which element this strain rosette is defined on.

◆ globalnodes

integer, dimension(:), pointer strainrosettemodule::strainelementtype::globalnodes

Nodes of strain-measuring element.

◆ id

type(idtype) strainrosettemodule::strainelementtype::id

General identification data.

◆ linknumber

integer strainrosettemodule::strainelementtype::linknumber

Which FE part this strain rosette is attached to.

◆ lpuascii

integer strainrosettemodule::strainelementtype::lpuascii

File for ASCII print.

◆ posingl

real(dp), dimension(3,4) strainrosettemodule::strainelementtype::posingl

Global rosette position matrix.

◆ t0

real(dp), dimension(:,:), pointer strainrosettemodule::strainelementtype::t0

Initial element coordinate system.

◆ ur

real(dp), dimension(:), pointer strainrosettemodule::strainelementtype::ur

Global displacements and rotations.

◆ vgii

real(rk), dimension(:,:), pointer strainrosettemodule::strainelementtype::vgii

Nodal gravitational displacements.

◆ x0

real(dp), dimension(:,:), pointer strainrosettemodule::strainelementtype::x0

Nodal coordinates.


The documentation for this type was generated from the following file: