David Mercier
David Mercier
Problem to import .inp file (indenter geometry), when working directory is not correctly set into Abaqus. Modification of current directory definition... See following lines into an example python script (usually...
If you use scipy 0.17 or more installed via Conda, you will have trouble to generate CPFE code. loadmat function doesn't work, see following discussion on Github about this topic...
https://doi.org/10.1016/j.mtla.2019.100499
https://www.researchgate.net/post/How_can_I_introduce_a_crystal_plasticity_model_in_ANSYS
https://doi.org/10.1016/j.scriptamat.2018.11.008
See with exercises done during MTEX Workshop 2016....
Nice implementation of the crystal shape plot in MTEX toolbox: https://mtex-toolbox.github.io/files/doc/crystalShape_index.html Could replace our visualization of crystals in STABiX reduced to cubic and hexagonal crystals...: https://github.com/stabix/stabix/blob/master/crystallo/vis_lattice.m https://github.com/stabix/stabix/blob/master/crystallo/vis_hex.m https://github.com/stabix/stabix/blob/master/crystallo/vis_bcc.m https://github.com/stabix/stabix/blob/master/crystallo/vis_fcc.m But...
Try the "loft" function in Abaqus ?
See function https://github.com/stabix/stabix/blob/master/mtexFunctions/mtex_convert2TSLdata.m. Plotting all GBs segments given from MTEX code can take a while. Faster if Voronoi's tessellation (based on grains center) is used, but wrong definition of GBs...
Request from users... Introduction of a new button group into the GUI ? and modification of following files : - preCPFE_generate_indentation_model_BX - preCPFE_generate_indentation_model_SX....