Skip to content

more clear T variation in callables (equilibrium) #21

Description

@amr8004

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:

homologousT: 0.66

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions