-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laromance model in NEML2 #29775
base: next
Are you sure you want to change the base?
Laromance model in NEML2 #29775
Conversation
… where I am just calling neml2 to perform an interpolation but I am not integrating the material in time. Small change to NEML2 action for case where I just want to interrogate the neml2 model and not integrate it in time. closes idaholab#29774
…ssing stateful data on the cell_rate and wall_rate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not set up at all.
verbose = true | ||
device = 'cpu' | ||
|
||
moose_input_types = 'MATERIAL MATERIAL MATERIAL MATERIAL MATERIAL MATERIAL MATERIAL POSTPROCESSOR POSTPROCESSOR' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not set up correctly because I am getting the error:
The NEML2 model requires a stateful input variable `old_state/cell_dd`, but its state counterpart on the output axis has not been retrieved by any object. Therefore, there is no way to properly propagate the corresponding stateful data in time. The common solution to this problem is to add a NEML2ToMOOSE retriever such as those called `NEML2To*MOOSEMaterialProperty`.
@dschwen @hugary1995 This is the LAROMANCE implementation in NEML2. I am still converting the radial return mapping input file over to the new syntax. I left a comment about the error I'm getting. |
Job Documentation, step Docs: sync website on 9474c7d wanted to post the following: View the site here This comment will be updated on new commits. |
closes #29774