Skip to content

Commit 7e10158

Browse files
authoredOct 4, 2024
Update README.md
1 parent 045e969 commit 7e10158

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed
 

‎README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ For user convenience, cloud-based GitHub Codespaces can be used for all `Jupyter
1212
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/PhasesResearchLab/AMMap?quickstart=1)
1313

1414
## Capabilities
15-
***Note*** Full technical discussions will be in upcoming manuscript. Section below is a short highlights of tool ability.
15+
***Note*** Full technical discussions will be in upcoming manuscript. Section below is a short highlights of tool ability. Visual representations of capabilities for example systems can be seen at end of README below
1616
1. **Simplex/Compositional Graph Generation** to allow for compositionally complex materials with high order of possible combinations to be fully considered
1717
2. **Stitching of elemental spaces from different thermodynamic databases into singular traversable graph** to allow for path planning across multiple composition regions from incompatible databases due to model differences
1818
3. **Material Information Generation** Thermodynamic (Equilibrium and Scheil-Gulliver) information about the material at any given graph point calculated to determine phase composition to avoid undesired phase formation in path planning. Thermodynamic information can then be used to determine the hot-cracking susceptibility of a point to further inform material design.
1919
4. **Infeasibility Gliding** Detects infeasible regions and avoids uneccessary calculations of interior points to reduce total computational cost
2020
5. **Path Planning Compatibility** Deployment of any graph algorithms on created design space and highly compatible with backends of choice. Currently finds the shortest path which can be stretched. Found path can then be simplified to change from point-to-point path to generalized format
2121

22+
<div align="center">
23+
<img src="https://github.com/PhasesResearchLab/AMMap/blob/main/utils/images/ThreeTernary.png?raw=true" alt="alt text" width="800">
24+
</div>
25+
26+
*Path planning across elemental spaces from seperate thermodynamic databases demonstrated in the path planning from SS304L to pure Ti*
27+
2228
### Planned
2329
1. **YAML format input** for human readable definition of design space, constraints, and objectives
2430
2. **Expanded Property Models** More material properties that can be mapped onto compositional graphs are planned, e.g. elastic modulii
@@ -103,10 +109,19 @@ pip install papermill
103109

104110
# Example Outputs
105111
## Equilibrium
112+
<div align="center">
113+
106114
![alt text](https://github.com/PhasesResearchLab/AMMap/blob/main/utils/images/eqFrac.png?raw=true)
115+
</div>
107116

108117
## Cracking Criteria
118+
<div align="center">
119+
109120
![alt text](https://github.com/PhasesResearchLab/AMMap/blob/main/utils/images/iCSC.png?raw=true)
121+
</div>
110122

111123
## Path Planning
124+
<div align="center">
125+
112126
![alt text](https://github.com/PhasesResearchLab/AMMap/blob/main/utils/images/path2.png?raw=true)
127+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.