From efa7a6dae24a7ca7029fab47d77ce4a56b655627 Mon Sep 17 00:00:00 2001 From: Franz Roters Date: Thu, 5 Dec 2013 15:11:30 +0000 Subject: [PATCH] added example material.config again --- code/config/material.config | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 code/config/material.config diff --git a/code/config/material.config b/code/config/material.config new file mode 100644 index 000000000..6d65144d2 --- /dev/null +++ b/code/config/material.config @@ -0,0 +1,21 @@ +### $Id$ ### +### numerical parameters ### + +# The material.config file needs to specify five parts: +# homogenization, microstructure, crystallite, phase, and texture. +# You can either put the full text in here or include suited separate files + + +{./Homogenization_Isostrain_SX.config} + + +{./Microstructure_ElementHomogeneous.config} + + +{./Crystallite_aLittleSomething.config} + + +{./Phase_Phenopowerlaw_Aluminum.config} + + +{./Texture_Rolling.config} \ No newline at end of file