Skip to content

Track Individual Macroscale Loadings #42

@ethan-shanahan

Description

@ethan-shanahan

Currently, macroscale loading is tracked as a List in the database, encapsulating multiple loading conditions within a single node. It would be more logical to track these loading conditions individually.

Info:

  • aiida uses an input_namespace with dynamic=True to facilitate a variable number of input nodes
  • the inputs are thus required to be provided as a dictionary
  • utils expects dictionary keys to map to node labels, but this would not be the case for a macroscale loading input dict
  • utils can realise when a subset of existing macroscale loading is being run, but will rerun calcs for a superset
  • it may be simpler to use FANS with only one macroscale loading at a time

Metadata

Metadata

Labels

prio:normalA normal priority issue.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions