FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
fstr_ctrl_material.f90 File Reference

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. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_usermaterial (ctrl, mattype, nlgeom, nstatus, matval)
 Read in !USER_MATERIAL. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_elasticity (ctrl, mattype, nlgeom, matval, dict)
 Read in !ELASTIC. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_hyperelastic (ctrl, mattype, nlgeom, matval)
 Read in !HYPERELASTIC. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_viscoelasticity (ctrl, mattype, nlgeom, dict)
 Read in !VISCOELASTIC. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_trs (ctrl, mattype, matval)
 Read in !TRS. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_plasticity (ctrl, mattype, nlgeom, matval, mattable, dict)
 Read in !PLASTIC. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_viscoplasticity (ctrl, mattype, nlgeom, dict)
 Read in !CREEP. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_density (ctrl, matval)
 Read in !DENSITY. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_expansion_coeff (ctrl, matval, dict)
 Read in !EXPANSION_COEFF. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_fluid (ctrl, mattype, nlgeom, matval, dict)
 Read in !FLUID. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_spring_d (ctrl, mattype, nlgeom, matval_i, dict)
 Read in !SPRING_D. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_spring_a (ctrl, mattype, nlgeom, matval_i, dict)
 Read in !SPRING_A. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_dashpot_d (ctrl, mattype, nlgeom, matval_i, dict)
 Read in !DASHPOT_D. More...
 
integer function fstr_ctrl_material::fstr_ctrl_get_dashpot_a (ctrl, mattype, nlgeom, matval_i, dict)
 Read in !DASHPOT_A. More...