Skip to content
Snippets Groups Projects

Material

Merged Anne Poot requested to merge material into master
8 files
+ 609
25
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 13
7
@@ -31,18 +31,24 @@ model =
{
type = Multi;
models = [ elastic, diri, neum ];
models = [ solid, diri, neum ];
elastic =
solid =
{
type = Elastic;
type = Solid;
elements = all;
young = 10000.;
thickness = 0.2;
poisson = 0.2;
state = plane_stress;
material =
{
type = Isotropic;
rank = 2;
anmodel = plane_stress;
E = 10000.;
nu = 0.2;
thickness = 0.2;
};
shape =
{
Loading