![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides a function to fetch material properties from hecmw. More...
Functions/Subroutines | |
subroutine | fstr_get_prop (hecMESH, shell_var, isect, ee, pp, rho, alpha, thick, n_totlyr, alpha_over_mu, beam_radius, beam_angle1, beam_angle2, beam_angle3, beam_angle4, beam_angle5, beam_angle6) |
subroutine | fstr_get_prop_shell (hecMESH, shell_var, mid, n_subitem, ee, pp, rho, alpha, thick, alpha_over_mu, n_totlyr, shell_ortho, mpos) |
This module provides a function to fetch material properties from hecmw.
subroutine m_static_get_prop::fstr_get_prop | ( | type (hecmwst_local_mesh) | hecMESH, |
type (tshellmat), dimension(:), pointer | shell_var, | ||
integer(kind=kint) | isect, | ||
real(kind=kreal) | ee, | ||
real(kind=kreal) | pp, | ||
real(kind=kreal) | rho, | ||
real(kind=kreal) | alpha, | ||
real(kind=kreal) | thick, | ||
integer(kind=kint) | n_totlyr, | ||
real(kind=kreal) | alpha_over_mu, | ||
real(kind=kreal) | beam_radius, | ||
real(kind=kreal) | beam_angle1, | ||
real(kind=kreal) | beam_angle2, | ||
real(kind=kreal) | beam_angle3, | ||
real(kind=kreal) | beam_angle4, | ||
real(kind=kreal) | beam_angle5, | ||
real(kind=kreal) | beam_angle6 | ||
) |
beam_angle6 | <******************** shell analysis ******************** |
Definition at line 16 of file fstr_get_prop.f90.
subroutine m_static_get_prop::fstr_get_prop_shell | ( | type (hecmwst_local_mesh) | hecMESH, |
type (tshellmat), dimension(:), pointer | shell_var, | ||
integer(kind=kint) | mid, | ||
integer(kind=kint) | n_subitem, | ||
real(kind=kreal) | ee, | ||
real(kind=kreal) | pp, | ||
real(kind=kreal) | rho, | ||
real(kind=kreal) | alpha, | ||
real(kind=kreal) | thick, | ||
real(kind=kreal) | alpha_over_mu, | ||
integer(kind=kint) | n_totlyr, | ||
integer(kind=kint) | shell_ortho, | ||
integer(kind=kint) | mpos | ||
) |