cleaning:

- porosity/vacancy does not exist any more
- texture becomes orientation
- crystallite is getting removed
This commit is contained in:
Martin Diehl 2019-09-20 19:00:20 -07:00
parent 7837a6dc01
commit fd4a0eb12e
16 changed files with 12 additions and 54 deletions

View File

@ -1,13 +1,9 @@
[all]
(output) phase
(output) texture
(output) volume
(output) orientation # quaternion
(output) grainrotation # deviation from initial orientation as axis (1-3) and angle in degree (4) in crystal reference coordinates
(output) f # deformation gradient tensor
(output) fe # elastic deformation gradient tensor
(output) fp # plastic deformation gradient tensor
(output) p # first Piola-Kichhoff stress tensor
(output) s # second Piola-Kichhoff stress tensor
(output) lp # plastic velocity gradient tensor
(output) elasmatrix # elastic stiffness matrix
(output) F # deformation gradient tensor
(output) Fe # elastic deformation gradient tensor
(output) Fp # plastic deformation gradient tensor
(output) P # first Piola-Kichhoff stress tensor
(output) S # second Piola-Kichhoff stress tensor
(output) Lp # plastic velocity gradient tensor

View File

@ -1 +0,0 @@
[none]

View File

@ -1,3 +0,0 @@
[aLittleSomething]
(output) f
(output) p

View File

@ -1,2 +0,0 @@
porosity phasefield
(output) porosity

View File

@ -1,3 +0,0 @@
vacancyflux cahnhilliard
initialVacancyConc 1e-6
(output) vacancyconc

View File

@ -1,2 +0,0 @@
(kinematics) hydrogen_strain
hydrogen_strain_coeff 0.06

View File

@ -1,5 +1,4 @@
[DP_Steel]
/elementhomogeneous/
crystallite 1
(constituent) phase 1 texture 1 fraction 0.82
(constituent) phase 2 texture 2 fraction 0.18

View File

@ -1,4 +0,0 @@
[ElementHomogeneous]
/elementhomogeneous/ # put this flag to set ips identical in one element (something like reduced integration)
crystallite 1
(constituent) phase 1 texture 1 fraction 1.0

View File

@ -1,2 +0,0 @@
porosity_diffusion11 1.0
porosity_mobility 0.001

View File

@ -1,5 +0,0 @@
vacancyflux_diffusion11 1.0
vacancyflux_mobility11 1.0
vacancyFormationEnergy 1e-19
voidSurfaceEnergy 1e+10
vacancyVolume 1e-28

View File

@ -1,3 +0,0 @@
(source) vacancy_irradiation
irradiation_cascadeprobability 0.00001
irradiation_cascadevolume 1000.0

View File

@ -1,2 +0,0 @@
(source) vacancy_phenoplasticity
phenoplasticity_ratecoeff 0.01

View File

@ -1,4 +0,0 @@
[FiberExample]
axes x y -z # model coordinate x-, y-, z-axes correspond to which axes during texture measurement? this was a left handed coordinate system!
# fiber axis in spherical coordinates: alpha crystal system, beta sample system
(fiber) alpha1 123 alpha2 123 beta1 12 beta2 45 scatter 15 fraction 0.333

View File

@ -1,2 +0,0 @@
[RandomSingleCrystals]
(random) scatter 0.000 fraction 1.000

View File

@ -1,4 +0,0 @@
[Rolling]
hybridIA rollingTexture.linearODF
symmetry orthotropic # or monoclinic
axes x +z -y # model coordinate x-, y-, z-axes correspond to which axes during texture measurement?

View File

@ -1,5 +1,3 @@
### 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
@ -8,13 +6,15 @@
{./Homogenization_Isostrain_SX.config}
<microstructure>
{./Microstructure_ElementHomogeneous.config}
[one_only]
crystallite 1
(constituent) phase 1 texture 1 fraction 1.0
<crystallite>
{./Crystallite_aLittleSomething.config}
{./Crystallite_All.config}
<phase>
{./Phase_Phenopowerlaw_Aluminum.config}
<texture>
{./Texture_Rolling.config}
{./Texture_Gauss_001.config}