![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides interface for elastic or hyperelastic calculation. More...
Functions/Subroutines | |
subroutine | uelasticmatrix (matl, strain, D) |
This subroutine calculates constitutive relation. More... | |
subroutine | uelasticupdate (matl, strain, stress) |
This subroutine calculate updated strain and stress. More... | |
This module provides interface for elastic or hyperelastic calculation.
subroutine muelastic::uelasticmatrix | ( | real(kind=kreal), dimension(:), intent(in) | matl, |
real(kind=kreal), dimension(6), intent(in) | strain, | ||
real(kind=kreal), dimension(6,6), intent(out) | D | ||
) |
This subroutine calculates constitutive relation.
[in] | matl | material properties |
[in] | strain | Green-Lagrangen strain |
[out] | d | constitutive matrix |
Definition at line 13 of file uelastic.f90.
subroutine muelastic::uelasticupdate | ( | real(kind=kreal), dimension(:), intent(in) | matl, |
real(kind=kreal), dimension(6), intent(in) | strain, | ||
real(kind=kreal), dimension(6), intent(out) | stress | ||
) |
This subroutine calculate updated strain and stress.
[in] | matl | material properties |
Definition at line 41 of file uelastic.f90.