cleaning:
- porosity/vacancy does not exist any more - texture becomes orientation - crystallite is getting removed
This commit is contained in:
parent
7837a6dc01
commit
fd4a0eb12e
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
[none]
|
|
@ -1,3 +0,0 @@
|
|||
[aLittleSomething]
|
||||
(output) f
|
||||
(output) p
|
|
@ -1,2 +0,0 @@
|
|||
porosity phasefield
|
||||
(output) porosity
|
|
@ -1,3 +0,0 @@
|
|||
vacancyflux cahnhilliard
|
||||
initialVacancyConc 1e-6
|
||||
(output) vacancyconc
|
|
@ -1,2 +0,0 @@
|
|||
(kinematics) hydrogen_strain
|
||||
hydrogen_strain_coeff 0.06
|
|
@ -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
|
||||
(constituent) phase 2 texture 2 fraction 0.18
|
||||
|
|
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
porosity_diffusion11 1.0
|
||||
porosity_mobility 0.001
|
|
@ -1,5 +0,0 @@
|
|||
vacancyflux_diffusion11 1.0
|
||||
vacancyflux_mobility11 1.0
|
||||
vacancyFormationEnergy 1e-19
|
||||
voidSurfaceEnergy 1e+10
|
||||
vacancyVolume 1e-28
|
|
@ -1,3 +0,0 @@
|
|||
(source) vacancy_irradiation
|
||||
irradiation_cascadeprobability 0.00001
|
||||
irradiation_cascadevolume 1000.0
|
|
@ -1,2 +0,0 @@
|
|||
(source) vacancy_phenoplasticity
|
||||
phenoplasticity_ratecoeff 0.01
|
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
[RandomSingleCrystals]
|
||||
(random) scatter 0.000 fraction 1.000
|
|
@ -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?
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue