-
-
Notifications
You must be signed in to change notification settings - Fork 4
ADV.TUT.01 A
Sunil Anandatheertha edited this page Jul 2, 2021
·
6 revisions
Moving forward from HERE, set the following if the simulation trial is the 1st one.
GrainSizes_mtex_TRIALS = cell(1, TOTAL_TRIALS);
numNeighbors_mtex_TRIALS = cell(1, TOTAL_TRIALS);
equivalentRadius_mtex_TRIALS = cell(1, TOTAL_TRIALS);
ShapeFactor_mtex_TRIALS = cell(1, TOTAL_TRIALS);
AspectRatio_mtex_TRIALS = cell(1, TOTAL_TRIALS);
To use MTEX and anlysize the grain struicture, use the following:
[GrainSizes_mtex_TRIALS, numNeighbors_mtex_TRIALS,...
equivalentRadius_mtex_TRIALS,~,...
ShapeFactor_mtex_TRIALS, AspectRatio_mtex_TRIALS] = ANALYZE_GRAINSTRUCTURE_MTEX_V1(1,...
1, GrainSizes_mtex_TRIALS, numNeighbors_mtex_TRIALS, equivalentRadius_mtex_TRIALS,...
ShapeFactor_mtex_TRIALS, AspectRatio_mtex_TRIALS, GS_Plot_Options);
Do remember to use the following, before the above function call is made.
GS_Plot_Options_Choices = {'DontPLotAnything',...
'Grains,GB,Phases',...
'Grains,GB,Phases,TriPntJunc',...
'Orientations',...
'Orientations,GB',...
'Orientations,GB,Phases',...
'OrientationsIPFColorKeyed',...
'OrientationsIPFColorKeyed,GB',...
'OrientationsIPFColorKeyed,GB,Phases'};
GS_Plot_Options = GS_Plot_Options_Choices{3};
- Codes and documentations by Sunil Anandatheertha, PhD
General info
- Capabilities
- Image gallery
- Cited in
- Requirements
- Installation instructions
- Using PXO
- Licensing
- Sponsorship appeal
- Contributor: SA
- Acknowledgements
Space partitioning users
Grain structure users
- Start here
- Image gallery
- Video gallery
- Limitations
- Performance
- Validation
- Tutorials & test cases
- Voronoi Tessellation
- Best practices
- GUI
- PXO-mtex
- PXO-mtex-mtex2gmsh
Theory reference
- Ising model
- Pott's model
- Boundary conditions
- Kernel functions
- Material defs. and params.
- Space partitioning
REFERENCES
Listings