polishing

This commit is contained in:
Sharan Roongta 2021-04-15 12:07:33 +02:00
parent 34dc4fda13
commit d83c746a17
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)