![]() |
FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Modules | |
module | fstr_ctrl_material |
This module manages read in of various material properties. | |
Functions/Subroutines | |
integer function | fstr_ctrl_material::fstr_ctrl_get_material (ctrl, matname) |
Read in !MATERIAL. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_usermaterial (ctrl, mattype, nlgeom, nstatus, matval) |
Read in !USER_MATERIAL. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_elasticity (ctrl, mattype, nlgeom, matval, dict) |
Read in !ELASTIC. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_hyperelastic (ctrl, mattype, nlgeom, matval) |
Read in !HYPERELASTIC. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_viscoelasticity (ctrl, mattype, nlgeom, dict) |
Read in !VISCOELASTIC. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_trs (ctrl, mattype, matval) |
Read in !TRS. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_plasticity (ctrl, mattype, nlgeom, matval, mattable, dict) |
Read in !PLASTIC. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_viscoplasticity (ctrl, mattype, nlgeom, dict) |
Read in !VISCOELASTIC. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_density (ctrl, matval) |
Read in !DENSITY. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_expansion_coeff (ctrl, matval, dict) |
Read in !EXPANSION_COEFF. | |
integer function | fstr_ctrl_material::fstr_ctrl_get_fluid (ctrl, mattype, nlgeom, matval, dict) |
Read in !FLUID. | |