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

Create PPs to compute min/max/average of a material property #14648

Closed
joshuahansel opened this issue Jan 28, 2020 · 1 comment · Fixed by #14649
Closed

Create PPs to compute min/max/average of a material property #14648

joshuahansel opened this issue Jan 28, 2020 · 1 comment · Fixed by #14649
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@joshuahansel
Copy link
Contributor

Reason

One may need the min, max, or average of a material property over a domain.

Design

I suggest two PPs: ElementExtremeMaterialProperty (like ElementExtremeValue for variables) and ElementAverageMaterialProperty.

Impact

New PPs.

@joshuahansel joshuahansel added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Jan 28, 2020
joshuahansel added a commit to joshuahansel/moose that referenced this issue Jan 28, 2020
@aeslaughter
Copy link
Contributor

I know you already have what you need, but here is some food for thought.

In #14633 I am working on creating stateless "Calculator" objects that work in serial or parallel for use in computing similar stats of VPP data. I did this foremost to support the parallel calculation as well as to allow for creating and adding new calculators easy.

It seems that these objects could be utilized for this task as well or perhaps the Statistics VPP could be extended to work on Materials

joshuahansel added a commit to joshuahansel/moose that referenced this issue Jan 29, 2020
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

Successfully merging a pull request may close this issue.

3 participants