.ctf file EBSD #40
Replies: 1 comment 2 replies
-
|
Using both those files and DREAM.3D version 6.5.171 I was able to produce a synthetic microstructure. I am not familiar with DAMASK and how it wants you to preprocess the data. Also I am unsure of that part the .ctf file plays in all of this. It certainly does not play a part in the generation of the synthetic microstruture. The pipeline completed in about 10 seconds on my machine. I noticed that the average grain size for the primary phase is ~12 and the average grain size (ESD) for the precipitate phase is ~10. Are you really trying to have precipitates that large? Maybe that second phase should be another primary phase? Also, what reference frame does MTEX use for the sample and crystal? Typically there needs to be reference frame corrections when reading in the .ctf files. (https://www.dream3d.io/nx_reference_manual/html/OrientationAnalysis/ReadCtfDataFilter.html) but I am not sure if MTEX took care of all of that or not. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks a lot for your points. I have attached files. As I mentioned, DREAM3D reads .ctf file and gives Dream3D output, but the main problem is that nothing is applied to the geometry; it shows the geometry of the EBSD map with no output changes (7007001, resolution: 1401401), also,
the material file just included one phase after pipelines and nothing happened.
The point is that I extract material.yaml file and geom.vti file for DAMASK3 simulation via Python code, not in DREAM3D (it is not possible)
python code
import damask
import numpy as np
import glob
files = glob.glob("*.dream3d")
for file in files:
config=damask.ConfigMaterial.load_DREAM3D(file)
config.save('material.yaml')
grid=damask.GeomGrid.load_DREAM3D(file)
grid.save('ab')
materil file
phase: {'1': null}
homogenization:
direct: {N_constituents: 1}
material:
ctf.zip
dream.zip
Thanks alot.
Beta Was this translation helpful? Give feedback.
All reactions