temperatures should be 3 primary inputs. Individual T points, array, and 2/3 Tmelt as used for actual builds determination. Additional "unknown" T
Should input as:
temperature: [1200, 1400, 1600] # This should create a callable that calculates eq. at 1200 K, 1400 K, 1600 K.
temperature: 700 # This should create a callable that solves eq at 700 K
Then if an array is desired:
minTemperature: 1200
stepTemperature: 200
maxTemperature: 2000
feasTemp: [0.66, 1200, 5]
Placeholder name for the current design methodology. [stopTemp, startTemp, stepTemp]
Other options:
This would give 66% of Tmelt, THIS IDEA needs fleshing out because you first need to find Tmelt, requiring a range to look for it in and step sizes for searching
Should throw an error if multiple types are defined.
temperatures should be 3 primary inputs. Individual T points, array, and 2/3 Tmelt as used for actual builds determination. Additional "unknown" T
Should input as:
Then if an array is desired:
Placeholder name for the current design methodology. [stopTemp, startTemp, stepTemp]
Other options:
This would give 66% of Tmelt, THIS IDEA needs fleshing out because you first need to find Tmelt, requiring a range to look for it in and step sizes for searching
Should throw an error if multiple types are defined.