Skip to content
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

Add ability to recompute Materials at a quadrature point #5166

Closed
aeslaughter opened this issue Jun 2, 2015 · 2 comments
Closed

Add ability to recompute Materials at a quadrature point #5166

aeslaughter opened this issue Jun 2, 2015 · 2 comments
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@aeslaughter
Copy link
Contributor

Material will add the following methods:

  • computeProperty(unsigned int qp) - this will set _qp to qp and call `computeQpProperties()
  • unsigned int id materialProperty(std::string prop_name) - this will take a material property name and return a unique ID for the property name
  • recomputeMaterial(unsigned int id, unsigned int qp) recomputes the necessary Material objects
    at the provided quadrature point
@aeslaughter aeslaughter added C: Framework T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. High Risk labels Jun 2, 2015
@aeslaughter aeslaughter self-assigned this Jun 2, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 6, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 6, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 6, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 6, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 6, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 9, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 10, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 10, 2015
aeslaughter added a commit to aeslaughter/moose that referenced this issue Jun 19, 2015
@aeslaughter
Copy link
Contributor Author

This doesn't seem to be needed anymore.

sapitts added a commit to sapitts/moose that referenced this issue Feb 21, 2016
sapitts added a commit to sapitts/moose that referenced this issue Feb 23, 2016
Does not include stateful properties; example only uses local variables
to demonstrate the iterative process needed in the consitutive material.
The material named TestCaseCallingMaterial represents the Iterative
Material on the Moose whiteboard, and the TestCaseConstitutiveMaterial
represents the CM on the Moose whiteboard.

Test Case in moose/framework, does not compile Refs idaholab#5166
sapitts added a commit to sapitts/moose that referenced this issue Feb 23, 2016
Does not include stateful properties; example only uses local variables
to demonstrate the iterative process needed in the consitutive material.
The material named TestCaseCallingMaterial represents the Iterative
Material on the Moose whiteboard, and the TestCaseConstitutiveMaterial
represents the CM on the Moose whiteboard.

Test Case in moose/framework, does not compile Refs idaholab#5166
@aeslaughter
Copy link
Contributor Author

I am re-opening this because I am submitting a different approach to make this possible.

@aeslaughter aeslaughter reopened this Feb 29, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Feb 29, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Feb 29, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Feb 29, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 1, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 1, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 1, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 2, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 2, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 3, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 3, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 3, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 3, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 3, 2016
aeslaughter added a commit to aeslaughter/moose that referenced this issue Mar 7, 2016
SudiptaBiswas pushed a commit to SudiptaBiswas/moose that referenced this issue Mar 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

1 participant