polishing
This commit is contained in:
parent
34dc4fda13
commit
d83c746a17
|
@ -35,7 +35,7 @@ module material
|
||||||
integer, dimension(:,:), allocatable, public, protected :: & ! (constituent,elem)
|
integer, dimension(:,:), allocatable, public, protected :: & ! (constituent,elem)
|
||||||
material_phaseAt, & !< phase ID of each element
|
material_phaseAt, & !< phase ID of each element
|
||||||
material_phaseID, & !< per (constituent,cell)
|
material_phaseID, & !< per (constituent,cell)
|
||||||
material_phaseEntry !< per (constituent,cell
|
material_phaseEntry !< per (constituent,cell)
|
||||||
integer, dimension(:,:,:), allocatable, public, protected :: & ! (constituent,IP,elem)
|
integer, dimension(:,:,:), allocatable, public, protected :: & ! (constituent,IP,elem)
|
||||||
material_phaseMemberAt !< position of the element within its phase instance
|
material_phaseMemberAt !< position of the element within its phase instance
|
||||||
|
|
||||||
|
|
|
@ -190,7 +190,7 @@ end function phase_thermal_collectDotState
|
||||||
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
!> @brief Damage viscosity.
|
!> @brief Thermal viscosity.
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module function phase_mu_T(co,ce) result(mu)
|
module function phase_mu_T(co,ce) result(mu)
|
||||||
|
|
||||||
|
@ -205,7 +205,7 @@ end function phase_mu_T
|
||||||
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
!> @brief Damage conductivity/diffusivity in reference configuration.
|
!> @brief Thermal conductivity/diffusivity in reference configuration.
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
module function phase_K_T(co,ce) result(K)
|
module function phase_K_T(co,ce) result(K)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue