Skip to content

Add ExaCA input file generator #27

@gknapp1

Description

@gknapp1

To be consistent with 3DThesis and AdditiveFOAM, updating material properties in ExaCA from a Mist file would be valuable. I think there are a couple of questions about what is a "material property" versus a "model parameter" in the ExaCA inputs, e.g., nucleation parameters, but it could be valuable to be able to track common material-specific model parameters in Mist files.

Examples of ExaCA material files can be found in the ExaCA repo: https://github.com/LLNL/ExaCA/tree/master/examples/Materials

As mentioned above, I'm not sure if Mist files are the right place to store data about the nucleation parameters. But if so, the following dictionary in the main ExaCA input file would need to be updated in addition to the material file:

{
   "Nucleation": {
      "Density": 10,
      "MeanUndercooling": 5,
      "StDev": 0.5
   }
}

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