added example material.config again
This commit is contained in:
parent
bf6e749abd
commit
efa7a6dae2
|
@ -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>
|
||||
{./Homogenization_Isostrain_SX.config}
|
||||
|
||||
<microstructure>
|
||||
{./Microstructure_ElementHomogeneous.config}
|
||||
|
||||
<crystallite>
|
||||
{./Crystallite_aLittleSomething.config}
|
||||
|
||||
<phase>
|
||||
{./Phase_Phenopowerlaw_Aluminum.config}
|
||||
|
||||
<texture>
|
||||
{./Texture_Rolling.config}
|
Loading…
Reference in New Issue