|
| 1 | +Release version notes: |
| 2 | +• v0.91 (03/18/2021) |
| 3 | +Generation module |
| 4 | +- Added additive phase generation algorithm from Dr. Aashutosh N. Mistry, with documentation updated. |
| 5 | +- Re-worked microstructure generation module (additive phase) GUI. |
| 6 | +- Add new submodule: deterministic generation. Allow generating fractals (Menger sponge). |
| 7 | +- bug fixed: phase generation module dx, dy, dz diameters were assigned to wrong diameters. |
| 8 | +Meshing module |
| 9 | +- Mesh a unique microstructure, an half-cell, a full-cell (including the two current collectors, the two electrodes and the separator), or a polycrhistalline architecture. |
| 10 | +- Meshes generated with Iso2mesh are post-processed so that their boundaries are perfectly planes for easier boundary conditions later implementation. |
| 11 | +- Add regular mesh generation option. |
| 12 | +- GUI overhaul. Switched from programmatic GUI to MATLAB app design GUI. |
| 13 | +Characterization module |
| 14 | +- Connectivity calculation now also determine directional and oriented connectivity instead of only considering the largest cluster. |
| 15 | +Visualization module |
| 16 | +- Added checkerboard choice for comparison of segmented and grey level volumes. |
| 17 | +- Switched from programmatic GUI to MATLAB app design GUI. |
| 18 | +- Replace nanmax, nanmin with max, min to avoid need of Statistics and Machine Learning Toolbox in src\Microstrucrure_and_results_visualisation\microstructure_visualization_GUI.m |
| 19 | +Filtering and segmentation module |
| 20 | +- Added arguments for adapthisteq in the GUI, with updated documentation and examples. |
| 21 | +Miscellaneous |
| 22 | +- Updated main menu. |
| 23 | +- New function: Microstructure_basic_visualization_interface.m and Microstructure_comparison_visualization_interface.m in src\Miscellaneous, used to avoid recoding visualization each time only simple 2D slice view is required. |
| 24 | +Documentation |
| 25 | +- Added analytical expression of the corrective factor used in specific surface area (§VII-5di). |
| 26 | +- Added section XI USEFUL STANDALONE FUNCTIONS to present some functions that can be used independently for some very common task (such as loading a tif file, saving MATLAB tables in csv files, etc.). |
| 27 | +- Added short introduction text for the ‘About the National Renewable Energy Laboratory’ section. |
| 28 | +- Added references for the ‘Getting started with microstructure analysis’ section. |
| 29 | +• v0.9. First public release (06/29/2020) |
0 commit comments