Skip to content

Commit 55d5f09

Browse files
author
Usseglio-Viretta
committed
Updated documentation (WIP)
1 parent 73bd0fa commit 55d5f09

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed
Binary file not shown.
Binary file not shown.

Release notes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Release version notes:
2+
23
• v0.91 (03/18/2021)
34
Generation module
45
- Added additive phase generation algorithm from Dr. Aashutosh N. Mistry, with documentation updated.
56
- Re-worked microstructure generation module (additive phase) GUI.
67
- Add new submodule: deterministic generation. Allow generating fractals (Menger sponge).
78
- bug fixed: phase generation module dx, dy, dz diameters were assigned to wrong diameters.
9+
- Volume fraction actualization fixed
10+
- Added submodule 'Deterministic geometries' (incomplete)
811
Meshing module
912
- 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.
1013
- Add regular mesh generation option.
@@ -25,4 +28,5 @@ Documentation
2528
- 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.).
2629
- Added short introduction text for the ‘About the National Renewable Energy Laboratory’ section.
2730
- Added references for the ‘Getting started with microstructure analysis’ section.
31+
2832
• v0.9. First public release (06/29/2020)

src/Main_menu/Main_menu.mlapp

9 Bytes
Binary file not shown.

src/Microstructure_generation/function_generate_ellipsoid_microstructure.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
%% PARAMETERS
88
simulate_calendering = false; % Useful to set it true to achieve high density
9-
check_contiguity = true; % Default, true. Fasle useful for very elongated particles
9+
check_contiguity = true; % Default, true. False useful for very elongated particles
1010

1111

1212
%% DEDUCE MICROSTRUCTURE INFORMATION

0 commit comments

Comments
 (0)