homogenization 'none' name misleading.
This commit is contained in:
parent
14ce127dc4
commit
cab5a5cec7
2
PRIVATE
2
PRIVATE
|
@ -1 +1 @@
|
|||
Subproject commit 3f915ee49eb7e5e26d4b9b5e5712de9e05e64d83
|
||||
Subproject commit 18dea4a43c94b04e4c5cc3d193298ef796de7d18
|
|
@ -2,7 +2,7 @@
|
|||
homogenization:
|
||||
SX:
|
||||
N_constituents: 1
|
||||
mechanics: {type: none}
|
||||
mechanics: {type: pass}
|
||||
|
||||
material:
|
||||
- homogenization: SX
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
homogenization:
|
||||
SX:
|
||||
N_constituents: 1
|
||||
mechanics: {type: none}
|
||||
mechanics: {type: pass}
|
||||
Taylor:
|
||||
N_constituents: 2
|
||||
mechanics: {type: isostrain}
|
||||
|
|
|
@ -147,7 +147,7 @@ subroutine material_parseHomogenization
|
|||
homog => material_homogenization%get(h)
|
||||
homogMech => homog%get('mechanics')
|
||||
select case (homogMech%get_asString('type'))
|
||||
case('none')
|
||||
case('pass')
|
||||
homogenization_type(h) = HOMOGENIZATION_NONE_ID
|
||||
case('isostrain')
|
||||
homogenization_type(h) = HOMOGENIZATION_ISOSTRAIN_ID
|
||||
|
|
Loading…
Reference in New Issue