added error message for non-positive taylor factor
This commit is contained in:
parent
1420b773f0
commit
cb82ebedef
|
@ -748,6 +748,8 @@ END FUNCTION
|
||||||
msg='Negative self diffusion energy'
|
msg='Negative self diffusion energy'
|
||||||
case (224)
|
case (224)
|
||||||
msg='Negative diffusion constant'
|
msg='Negative diffusion constant'
|
||||||
|
case (240)
|
||||||
|
msg='Non-positive Taylor factor.'
|
||||||
case (300)
|
case (300)
|
||||||
msg='This material can only be used with elements with three direct stress components.'
|
msg='This material can only be used with elements with three direct stress components.'
|
||||||
case (500)
|
case (500)
|
||||||
|
|
Loading…
Reference in New Issue