forgotten during removal of vacancy/porosity/hydrogen
This commit is contained in:
parent
12587be595
commit
a80b57c96b
|
@ -377,8 +377,8 @@ subroutine numerics_init
|
||||||
case ('bbarstabilisation')
|
case ('bbarstabilisation')
|
||||||
BBarStabilisation = IO_intValue(line,chunkPos,2_pInt) > 0_pInt
|
BBarStabilisation = IO_intValue(line,chunkPos,2_pInt) > 0_pInt
|
||||||
#else
|
#else
|
||||||
case ('integrationorder','structorder','thermalorder', 'damageorder','vacancyfluxorder', &
|
case ('integrationorder','structorder','thermalorder', 'damageorder', &
|
||||||
'porosityorder','hydrogenfluxorder','bbarstabilisation')
|
'bbarstabilisation')
|
||||||
call IO_warning(40_pInt,ext_msg=tag)
|
call IO_warning(40_pInt,ext_msg=tag)
|
||||||
#endif
|
#endif
|
||||||
case default ! found unknown keyword
|
case default ! found unknown keyword
|
||||||
|
|
|
@ -106,7 +106,7 @@ end subroutine source_thermal_dissipation_init
|
||||||
|
|
||||||
|
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
!> @brief returns local vacancy generation rate
|
!> @brief returns dissipation rate
|
||||||
!--------------------------------------------------------------------------------------------------
|
!--------------------------------------------------------------------------------------------------
|
||||||
subroutine source_thermal_dissipation_getRateAndItsTangent(TDot, dTDOT_dT, Tstar, Lp, phase)
|
subroutine source_thermal_dissipation_getRateAndItsTangent(TDot, dTDOT_dT, Tstar, Lp, phase)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue