FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
m_fstr::fstr_solid_physic_val Type Reference

Data for STATIC ANSLYSIS (fstrSOLID) More...

Collaboration diagram for m_fstr::fstr_solid_physic_val:

Data Fields

real(kind=kreal), dimension(:), pointer stress => null()
 nodal stress More...
 
real(kind=kreal), dimension(:), pointer strain => null()
 nodal strain More...
 
real(kind=kreal), dimension(:), pointer mises => null()
 nodal MISES More...
 
real(kind=kreal), dimension(:), pointer pstress => null()
 nodal principal stress More...
 
real(kind=kreal), dimension(:), pointer pstrain => null()
 nodal principal strain More...
 
real(kind=kreal), dimension(:,:), pointer pstress_vect => null()
 nodal principal stress vector More...
 
real(kind=kreal), dimension(:,:), pointer pstrain_vect => null()
 nodal principal strain vector More...
 
real(kind=kreal), dimension(:), pointer estress => null()
 elemental stress More...
 
real(kind=kreal), dimension(:), pointer estrain => null()
 elemental strain More...
 
real(kind=kreal), dimension(:), pointer emises => null()
 elemental MISES More...
 
real(kind=kreal), dimension(:), pointer eplstrain => null()
 elemental plastic strain More...
 
real(kind=kreal), dimension(:), pointer epstress => null()
 elemental principal stress More...
 
real(kind=kreal), dimension(:), pointer epstrain => null()
 elemental principal strain More...
 
real(kind=kreal), dimension(:,:), pointer epstress_vect => null()
 elemental principal stress vector More...
 
real(kind=kreal), dimension(:,:), pointer epstrain_vect => null()
 elemental principal strain vector More...
 
real(kind=kreal), dimension(:), pointer enqm => null()
 elemental NQM More...
 
type(fstr_solid_physic_val), dimension(:), pointer layer => null()
 Laminated Shell's layer (1,2,3,4,5,...) More...
 
type(fstr_solid_physic_val), pointer plus => null()
 for SHELL PLUS More...
 
type(fstr_solid_physic_val), pointer minus => null()
 for SHELL MINUS More...
 

Detailed Description

Data for STATIC ANSLYSIS (fstrSOLID)

Definition at line 211 of file m_fstr.f90.

Field Documentation

◆ emises

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::emises => null()

elemental MISES

Definition at line 223 of file m_fstr.f90.

◆ enqm

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::enqm => null()

elemental NQM

Definition at line 230 of file m_fstr.f90.

◆ eplstrain

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::eplstrain => null()

elemental plastic strain

Definition at line 224 of file m_fstr.f90.

◆ epstrain

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::epstrain => null()

elemental principal strain

Definition at line 227 of file m_fstr.f90.

◆ epstrain_vect

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_solid_physic_val::epstrain_vect => null()

elemental principal strain vector

Definition at line 229 of file m_fstr.f90.

◆ epstress

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::epstress => null()

elemental principal stress

Definition at line 226 of file m_fstr.f90.

◆ epstress_vect

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_solid_physic_val::epstress_vect => null()

elemental principal stress vector

Definition at line 228 of file m_fstr.f90.

◆ estrain

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::estrain => null()

elemental strain

Definition at line 222 of file m_fstr.f90.

◆ estress

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::estress => null()

elemental stress

Definition at line 221 of file m_fstr.f90.

◆ layer

type(fstr_solid_physic_val), dimension(:), pointer m_fstr::fstr_solid_physic_val::layer => null()

Laminated Shell's layer (1,2,3,4,5,...)

Definition at line 233 of file m_fstr.f90.

◆ minus

type(fstr_solid_physic_val), pointer m_fstr::fstr_solid_physic_val::minus => null()

for SHELL MINUS

Definition at line 235 of file m_fstr.f90.

◆ mises

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::mises => null()

nodal MISES

Definition at line 214 of file m_fstr.f90.

◆ plus

type(fstr_solid_physic_val), pointer m_fstr::fstr_solid_physic_val::plus => null()

for SHELL PLUS

Definition at line 234 of file m_fstr.f90.

◆ pstrain

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::pstrain => null()

nodal principal strain

Definition at line 217 of file m_fstr.f90.

◆ pstrain_vect

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_solid_physic_val::pstrain_vect => null()

nodal principal strain vector

Definition at line 219 of file m_fstr.f90.

◆ pstress

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::pstress => null()

nodal principal stress

Definition at line 216 of file m_fstr.f90.

◆ pstress_vect

real(kind=kreal), dimension(:,:), pointer m_fstr::fstr_solid_physic_val::pstress_vect => null()

nodal principal stress vector

Definition at line 218 of file m_fstr.f90.

◆ strain

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::strain => null()

nodal strain

Definition at line 213 of file m_fstr.f90.

◆ stress

real(kind=kreal), dimension(:), pointer m_fstr::fstr_solid_physic_val::stress => null()

nodal stress

Definition at line 212 of file m_fstr.f90.


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