![]() |
FrontISTR
5.2.0
Large-scale structural analysis program with finit element method
|
Stucture to management all material relates data. More...
Data Fields | |
integer(kind=kint) | nlgeom_flag |
type of constitutive relation More... | |
integer(kind=kint) | mtype |
material type More... | |
integer(kind=kint) | nfstatus |
number of status variables More... | |
character(len=30) | name |
material name More... | |
real(kind=kreal), dimension(200) | variables |
material properties More... | |
type(tshellmat), dimension(:), pointer | shell_var |
material properties for shell More... | |
integer(kind=kint) | totallyr |
total layer of element More... | |
integer(kind=kint) | cdsys_id |
ID of material coordinate system. More... | |
integer(kind=kint) | n_table |
size of table More... | |
real(kind=kreal), dimension(:), pointer | table =>null() |
material properties in tables More... | |
type(dict_struct), pointer | dict |
material properties in dictionaried linked list More... | |
Stucture to management all material relates data.
Definition at line 144 of file material.f90.
integer(kind=kint) mmaterial::tmaterial::cdsys_id |
ID of material coordinate system.
Definition at line 152 of file material.f90.
type(dict_struct), pointer mmaterial::tmaterial::dict |
material properties in dictionaried linked list
Definition at line 155 of file material.f90.
integer(kind=kint) mmaterial::tmaterial::mtype |
material type
Definition at line 146 of file material.f90.
integer(kind=kint) mmaterial::tmaterial::n_table |
size of table
Definition at line 153 of file material.f90.
character(len=30) mmaterial::tmaterial::name |
material name
Definition at line 148 of file material.f90.
integer(kind=kint) mmaterial::tmaterial::nfstatus |
number of status variables
Definition at line 147 of file material.f90.
integer(kind=kint) mmaterial::tmaterial::nlgeom_flag |
type of constitutive relation
Definition at line 145 of file material.f90.
type(tshellmat), dimension(:), pointer mmaterial::tmaterial::shell_var |
material properties for shell
Definition at line 150 of file material.f90.
real(kind=kreal), dimension(:), pointer mmaterial::tmaterial::table =>null() |
material properties in tables
Definition at line 154 of file material.f90.
integer(kind=kint) mmaterial::tmaterial::totallyr |
total layer of element
Definition at line 151 of file material.f90.
real(kind=kreal), dimension(200) mmaterial::tmaterial::variables |
material properties
Definition at line 149 of file material.f90.