Page 1 of 1

construct a multiphase structure

Posted: Tue Jan 11, 2011 2:33 am
by zhubq
Hi, there.
Does anyone try to construct a multiphase structure in MICRESS?
I am trying to get a DP structure in MICRESS. But it seems not easy to embed martensite into ferrite triple junctions (2D) and/or binary boundaries. Some of them will also be located within ferrite grains.
Any suggestion?

Thanks a lot

Ben

Re: construct a multiphase structure

Posted: Tue Jan 11, 2011 11:05 pm
by Bernd
Dear zhubq,

As you certainly know, there are fundamentally three ways of designing initial structures for MICRESS, namely creating random structures, defining the initial microstructure by input of each individual grain, or reading from image files.

Random input is mostly limited to single-phase microstructures like in grain growth, for Ostwald ripening or if the phase regions are well separated.
"Manual" input of each individual grain is quite powerful, but the geometry of each grain is limited to simple shapes like circles, ellipses and squares. By systematically using overlapping and/or Voronoi construction, the possible types of shape could be increased, but with quite a bit of struggle.
Reading initial microstructures from file is especially suitable for experimental microstructures, but it also gives you the possibility of constructing whichever initial situation you need with the help of standard graphical software. After transforming to ASCII format, the file can be read by MICRESS and properties like phase number and orientation can be attributed to the individual grains.

I think, whenever manual setting of grains gets too difficult because the structure is complex or one needs special shapes, one should try to use a graphical tool and read in the structure as ASCII file. But I have to admit that I never tried that myself...


Bernd

Re: construct a multiphase structure

Posted: Thu Mar 06, 2014 2:15 am
by ifjanna
Hello everyone
I am totaly new to simulation and going to ask a lot of questions ))

Could someone please let me know how to set the structure dimention into input file?
Example: Phase0 = 0.05 um, phase 2 = 0.3um etc

Regards
Zhanna

[img]
structure.PNG
structure.PNG (2.8 KiB) Viewed 5238 times
[/img]

Re: construct a multiphase structure

Posted: Fri Mar 07, 2014 10:20 am
by ralph
Dear Zhanna,

first you have to define your simulation area in one of the fist sections headed 'geometry' of the driving file.
In the section 'grain input', you define grains according your layered structure and assign phases to them.

# E.g. for a 100 x 100 micrometre 2D simulation area:
AnzX
100
AnzY
1
AnzZ
100
Spacing
1.0

# Grain 1 at the bottom of sim area: phase 0, 20 mu
rectangle
# center position in um
50
1
10
# diameter for each dimension
100
1
20
# phase
0

etc.

Ralph

Re: construct a multiphase structure

Posted: Fri Mar 07, 2014 10:27 am
by ralph
I forgot to mention that this is a deterministic type of grain input. See examples 'stress' or 'temperature'. The kind of grain input and number of grains has also to be set in the grain input section.

Ralph

Re: construct a multiphase structure

Posted: Fri Mar 07, 2014 11:30 am
by Bernd
Hi Zhanna,

it is also important to have in mind that the origin of the coordinate system is at the bottom left, and that in case of overlap the second grain "overwrites" the first etc.

Bernd

Re: construct a multiphase structure

Posted: Tue Mar 18, 2014 2:34 am
by ifjanna
Dear Ralph and Bernd,

Thank You a lot. I will take my time to go through your recomentations

Zh.