Taylor homogenization is now called isostrain, changed material.config accordingly.

corrected error message in case of unknown homogenization
This commit is contained in:
Franz Roters 2009-06-08 13:28:00 +00:00
parent 9d4521b7ec
commit db731a4be3
3 changed files with 4 additions and 4 deletions

View File

@ -790,7 +790,7 @@ END FUNCTION
case (200)
msg = 'Unknown constitution specified'
case (201)
msg = 'Unknown lattice type specified'
msg = 'Unknown homogenization specified'
case (202)
msg = 'Number of slip systems too small'
case (203)

View File

@ -109,7 +109,7 @@ subroutine homogenization_init()
endif
homogenization_sizePostResults(i,e) = homogenization_isostrain_sizePostResults(myInstance)
case default
call IO_error(200,ext_msg=homogenization_type(mesh_element(3,e))) ! unknown type 200 is phase!
call IO_error(201,ext_msg=homogenization_type(mesh_element(3,e))) ! unknown type 201 is homogenization!
end select
enddo
enddo

View File

@ -3,7 +3,7 @@
#####################
[SX]
type Taylor
type isostrain
Ngrains 1
[RGC]
@ -11,7 +11,7 @@ type RGC
Ngrains 8
[Taylor4]
type Taylor
type isostrain
Ngrains 4
#####################