From 909e1461b94dfd262511670df8d9ad96d5e6fdf3 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 19 Feb 2022 23:11:10 +0100 Subject: [PATCH] show thermal options --- .../config/homogenization/mechanical/isostrain_Taylor2.yaml | 4 +++- examples/config/homogenization/mechanical/pass_SX.yaml | 5 +++++ .../homogenization/thermal/isotemperature_2constituents.yaml | 5 +++++ examples/config/homogenization/thermal/pass_SX.yaml | 5 +++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 examples/config/homogenization/mechanical/pass_SX.yaml create mode 100644 examples/config/homogenization/thermal/isotemperature_2constituents.yaml create mode 100644 examples/config/homogenization/thermal/pass_SX.yaml diff --git a/examples/config/homogenization/mechanical/isostrain_Taylor2.yaml b/examples/config/homogenization/mechanical/isostrain_Taylor2.yaml index 3dc20fd87..72b372e72 100644 --- a/examples/config/homogenization/mechanical/isostrain_Taylor2.yaml +++ b/examples/config/homogenization/mechanical/isostrain_Taylor2.yaml @@ -1,3 +1,5 @@ Taylor2: N_constituents: 2 - mechanical: {type: isostrain} + mechanical: + type: isostrain + output: ['F','P'] diff --git a/examples/config/homogenization/mechanical/pass_SX.yaml b/examples/config/homogenization/mechanical/pass_SX.yaml new file mode 100644 index 000000000..f326a8486 --- /dev/null +++ b/examples/config/homogenization/mechanical/pass_SX.yaml @@ -0,0 +1,5 @@ +SX: + N_constituents: 1 + mechanical: + type: pass + output: ['F','P'] diff --git a/examples/config/homogenization/thermal/isotemperature_2constituents.yaml b/examples/config/homogenization/thermal/isotemperature_2constituents.yaml new file mode 100644 index 000000000..e26563d78 --- /dev/null +++ b/examples/config/homogenization/thermal/isotemperature_2constituents.yaml @@ -0,0 +1,5 @@ +2constituents: + N_constituents: 2 + thermal: + type: isotemperature + output: ['T'] diff --git a/examples/config/homogenization/thermal/pass_SX.yaml b/examples/config/homogenization/thermal/pass_SX.yaml new file mode 100644 index 000000000..e79e88df0 --- /dev/null +++ b/examples/config/homogenization/thermal/pass_SX.yaml @@ -0,0 +1,5 @@ +SX: + N_constituents: 1 + thermal: + type: pass + output: ['T']