From cda0f2161290089abc170d2177e9dc72305942c2 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 28 Jun 2021 21:28:32 +0200 Subject: [PATCH] fix BC and material.yaml to work again --- examples/mesh/material.yaml | 5 +++++ examples/mesh/tensionZ.load | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/examples/mesh/material.yaml b/examples/mesh/material.yaml index a8b5b22ac..5b8c3e929 100644 --- a/examples/mesh/material.yaml +++ b/examples/mesh/material.yaml @@ -23,6 +23,11 @@ phase: xi_inf_sl: [63e6] material: + - constituents: + - O: [1., 0., 0., 0.] # dummy material + v: 1.0 + phase: Aluminum + homogenization: SX - constituents: - O: [0.12807292351503236, 0.22200469518411023, 0.6352813278477609, -0.7285114110750144] v: 1.0 diff --git a/examples/mesh/tensionZ.load b/examples/mesh/tensionZ.load index 1a241c409..ffc36a88f 100644 --- a/examples/mesh/tensionZ.load +++ b/examples/mesh/tensionZ.load @@ -2,8 +2,12 @@ $Loadcase 1 time 0.0005 incs 1 frequency 5 Face 1 X 0.01 Face 2 X 0.00 + Face 2 Y 0.00 + Face 2 Z 0.00 $EndLoadcase $Loadcase 2 time 10.0 incs 200 frequency 5 Face 1 X 0.01 Face 2 X 0.00 + Face 2 Y 0.00 + Face 2 Z 0.00 $EndLoadcase