homogenization 'none' name misleading.

This commit is contained in:
Sharan Roongta 2021-02-04 15:37:40 +01:00
parent 14ce127dc4
commit cab5a5cec7
4 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 3f915ee49eb7e5e26d4b9b5e5712de9e05e64d83
Subproject commit 18dea4a43c94b04e4c5cc3d193298ef796de7d18

View File

@ -2,7 +2,7 @@
homogenization:
SX:
N_constituents: 1
mechanics: {type: none}
mechanics: {type: pass}
material:
- homogenization: SX

View File

@ -1,7 +1,7 @@
homogenization:
SX:
N_constituents: 1
mechanics: {type: none}
mechanics: {type: pass}
Taylor:
N_constituents: 2
mechanics: {type: isostrain}

View File

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