FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
 
real(kind=kreal), dimension(:), pointer strain => null()
 nodal strain
 
real(kind=kreal), dimension(:), pointer mises => null()
 nodal MISES
 
real(kind=kreal), dimension(:), pointer pstress => null()
 nodal principal stress
 
real(kind=kreal), dimension(:), pointer pstrain => null()
 nodal principal strain
 
real(kind=kreal), dimension(:,:), pointer pstress_vect => null()
 nodal principal stress vector
 
real(kind=kreal), dimension(:,:), pointer pstrain_vect => null()
 nodal principal strain vector
 
real(kind=kreal), dimension(:), pointer estress => null()
 elemental stress
 
real(kind=kreal), dimension(:), pointer estrain => null()
 elemental strain
 
real(kind=kreal), dimension(:), pointer emises => null()
 elemental MISES
 
real(kind=kreal), dimension(:), pointer epstress => null()
 elemental principal stress
 
real(kind=kreal), dimension(:), pointer epstrain => null()
 elemental principal strain
 
real(kind=kreal), dimension(:,:), pointer epstress_vect => null()
 elemental principal stress vector
 
real(kind=kreal), dimension(:,:), pointer epstrain_vect => null()
 elemental principal strain vector
 
real(kind=kreal), dimension(:), pointer enqm => null()
 elemental NQM
 
type(fstr_solid_physic_val), dimension(:), pointer layer => null()
 Laminated Shell's layer (1,2,3,4,5,...)
 
type(fstr_solid_physic_val), pointer plus => null()
 for SHELL PLUS
 
type(fstr_solid_physic_val), pointer minus => null()
 for SHELL MINUS
 

Detailed Description

Data for STATIC ANSLYSIS (fstrSOLID)

Definition at line 193 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 205 of file m_fstr.f90.

◆ enqm

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

elemental NQM

Definition at line 211 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 208 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 210 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 207 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 209 of file m_fstr.f90.

◆ estrain

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

elemental strain

Definition at line 204 of file m_fstr.f90.

◆ estress

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

elemental stress

Definition at line 203 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 214 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 216 of file m_fstr.f90.

◆ mises

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

nodal MISES

Definition at line 196 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 215 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 199 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 201 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 198 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 200 of file m_fstr.f90.

◆ strain

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

nodal strain

Definition at line 195 of file m_fstr.f90.

◆ stress

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

nodal stress

Definition at line 194 of file m_fstr.f90.


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