diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e16218946..9498a6b43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,21 +113,6 @@ Pre_General: - release - release -Post_GeometryReconstruction: - stage: deprecated - script: spectral_geometryReconstruction/test.py - except: - - master - - release - -Post_OrientationAverageMisorientation: - stage: deprecated - script: - - OrientationAverageMisorientation/test.py - except: - - master - - release - ################################################################################################### compile_grid_Intel: stage: compile diff --git a/examples/config/homogenization/mechanical/RGC_8grains.yaml b/examples/config/homogenization/mechanical/RGC_8grains.yaml index 0549e5ab2..9200c364d 100644 --- a/examples/config/homogenization/mechanical/RGC_8grains.yaml +++ b/examples/config/homogenization/mechanical/RGC_8grains.yaml @@ -1,4 +1,5 @@ 8Grains: + N_constituents: 8 mechanical: type: RGC D_alpha: [4.0e-06, 4.0e-06, 2.0e-06] diff --git a/examples/config/homogenization/mechanical/isostrain_Taylor.yaml b/examples/config/homogenization/mechanical/isostrain_Taylor2.yaml similarity index 52% rename from examples/config/homogenization/mechanical/isostrain_Taylor.yaml rename to examples/config/homogenization/mechanical/isostrain_Taylor2.yaml index 8f37a89c4..3dc20fd87 100644 --- a/examples/config/homogenization/mechanical/isostrain_Taylor.yaml +++ b/examples/config/homogenization/mechanical/isostrain_Taylor2.yaml @@ -1,2 +1,3 @@ -Taylor: +Taylor2: + N_constituents: 2 mechanical: {type: isostrain} diff --git a/examples/config/phase/mechanical/elastic/Aluminum.yaml b/examples/config/phase/mechanical/elastic/Aluminum.yaml new file mode 100644 index 000000000..a1fa22a97 --- /dev/null +++ b/examples/config/phase/mechanical/elastic/Aluminum.yaml @@ -0,0 +1,4 @@ +Aluminum: + lattice: cF + mechanical: + elastic: {C_11: 106.75e9, C_12: 60.41e9, C_44: 28.34e9, type: hooke}