![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This subroutine read in used-defined material properties tangent. More...
Functions/Subroutines | |
integer(kind=kint) function, public | uelastoplasticnumstatus (matl) |
This function returns the number of real state variables. More... | |
subroutine, public | uelastoplasticmatrix (matl, stress, istat, fstat, plstrain, D, temp, hdflag) |
This subroutine calculates elastoplastic constitutive relation. More... | |
subroutine, public | ubackwardeuler (matl, stress, plstrain, istat, fstat, temp, hdflag) |
This subroutine does backward-Euler return calculation. More... | |
This subroutine read in used-defined material properties tangent.
subroutine, public muyield::ubackwardeuler | ( | real(kind=kreal), dimension(:), intent(in) | matl, |
real(kind=kreal), dimension(6), intent(inout) | stress, | ||
real(kind=kreal), intent(in) | plstrain, | ||
integer(kind=kint), intent(inout) | istat, | ||
real(kind=kreal), dimension(:), intent(inout) | fstat, | ||
real(kind=kreal), intent(in) | temp, | ||
integer(kind=kint), intent(in) | hdflag | ||
) |
This subroutine does backward-Euler return calculation.
[in] | matl | material properties |
[in,out] | stress | trial->real stress |
[in] | plstrain | plastic strain at the beginning of current substep |
[in,out] | istat | integer state variable |
[in,out] | fstat | real state variables |
[in] | temp | temperature |
Definition at line 45 of file uyield.f90.
subroutine, public muyield::uelastoplasticmatrix | ( | real(kind=kreal), dimension(:), intent(in) | matl, |
real(kind=kreal), dimension(6), intent(in) | stress, | ||
integer(kind=kint), intent(in) | istat, | ||
real(kind=kreal), dimension(:), intent(in) | fstat, | ||
real(kind=kreal), intent(in) | plstrain, | ||
real(kind=kreal), dimension(:,:), intent(out) | D, | ||
real(kind=kreal), intent(in) | temp, | ||
integer(kind=kint), intent(in) | hdflag | ||
) |
This subroutine calculates elastoplastic constitutive relation.
[in] | matl | material properties |
[in] | istat | integer state variable |
[in] | fstat | real state variables |
[in] | plstrain | plastic strain at the beginning of current substep |
[out] | d | strain-stress relation |
Definition at line 32 of file uyield.f90.
integer(kind=kint) function, public muyield::uelastoplasticnumstatus | ( | real(kind=kreal), dimension(:), intent(in) | matl | ) |
This function returns the number of real state variables.
[in] | matl | material properties |
Definition at line 25 of file uyield.f90.