From d1ca7cfb95aea20fb318c2e2cc2f6ff6c7cab541 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 21 May 2021 21:40:10 +0200 Subject: [PATCH] isobrittle is working with sensible config file now --- .../config/phase/damage/anisobrittle_cubic.yaml | 13 ++++++++----- .../config/phase/damage/isobrittle_generic.yaml | 9 +++++++++ 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 examples/config/phase/damage/isobrittle_generic.yaml diff --git a/examples/config/phase/damage/anisobrittle_cubic.yaml b/examples/config/phase/damage/anisobrittle_cubic.yaml index 410bcf2c3..3539a24d2 100644 --- a/examples/config/phase/damage/anisobrittle_cubic.yaml +++ b/examples/config/phase/damage/anisobrittle_cubic.yaml @@ -1,8 +1,11 @@ -N_cl: [3] -dot_o: 1e-3 -g_crit: [0.50e7] -q: 20 -s_crit: [0.006666] type: anisobrittle +N_cl: [3] +g_crit: [0.50e7] +s_crit: [0.006666] +dot_o: 1e-3 +q: 20 + +output: [f_phi] + D_11: 1.0 M: 0.001 diff --git a/examples/config/phase/damage/isobrittle_generic.yaml b/examples/config/phase/damage/isobrittle_generic.yaml new file mode 100644 index 000000000..b4416f995 --- /dev/null +++ b/examples/config/phase/damage/isobrittle_generic.yaml @@ -0,0 +1,9 @@ +type: isobrittle +W_crit: 1400000.0 +m: 1.0 +isoBrittle_atol: 0.01 + +output: [f_phi] + +D_11: 1.0 +M: 0.001