add some descriptions and correct wrong uppercase
This commit is contained in:
parent
176ce8106e
commit
786127af10
|
@ -106,7 +106,7 @@ module function plastic_isotropic_init() result(myPlasticity)
|
||||||
prm%c_2 = pl%get_asFloat('c_2', defaultVal=0.0_pReal)
|
prm%c_2 = pl%get_asFloat('c_2', defaultVal=0.0_pReal)
|
||||||
prm%a = pl%get_asFloat('a')
|
prm%a = pl%get_asFloat('a')
|
||||||
|
|
||||||
prm%dilatation = pl%get_AsBool('dilatation',defaultVal = .false.)
|
prm%dilatation = pl%get_asBool('dilatation',defaultVal = .false.)
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
! sanity checks
|
! sanity checks
|
||||||
|
|
|
@ -85,7 +85,8 @@ module function plastic_phenopowerlaw_init() result(myPlasticity)
|
||||||
sizeState, sizeDotState, &
|
sizeState, sizeDotState, &
|
||||||
startIndex, endIndex
|
startIndex, endIndex
|
||||||
integer, dimension(:), allocatable :: &
|
integer, dimension(:), allocatable :: &
|
||||||
N_sl, N_tw
|
N_sl, & !< number of slip-systems for a given slip family
|
||||||
|
N_tw !< number of twin-systems for a given twin family
|
||||||
real(pReal), dimension(:), allocatable :: &
|
real(pReal), dimension(:), allocatable :: &
|
||||||
xi_0_sl, & !< initial critical shear stress for slip
|
xi_0_sl, & !< initial critical shear stress for slip
|
||||||
xi_0_tw, & !< initial critical shear stress for twin
|
xi_0_tw, & !< initial critical shear stress for twin
|
||||||
|
|
Loading…
Reference in New Issue