-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
prio:normalA normal priority issue.A normal priority issue.
Description
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_namespacewithdynamic=Trueto 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
Assignees
Labels
prio:normalA normal priority issue.A normal priority issue.