Skip to content

Commit cf13dec

Browse files
author
Usseglio-Viretta
committed
Updated documentation add release note from v0.9 to 0.91
1 parent e733d35 commit cf13dec

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed
Binary file not shown.

Documentation/MATBOX_Microstructure_analysis_toolbox_documentation.pdf renamed to Documentation/NREL_MATBOX_Microstructure_analysis_toolbox_documentation.pdf

20.7 MB
Binary file not shown.

Documentation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# MATBOX: Microstructure Analysis Toolbox documentation
22
## An introduction to microstructure analysis through an open source MATLAB application
3+
4+
Note: the documentation has not yet been updated to v0.91, a later update will fix it.

Release notes.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

Comments
 (0)