idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.71k stars 1.04k forks source link

Specify material properties to be dumped in the Output block #3538

Closed andrsd closed 10 years ago

andrsd commented 10 years ago

Like we have a list of variables that are outputted in the output block, it would be nice to have the same for material properties.

Use case:

Limitations: Not all formats may support dumping elemental values, that's why this will be outputter specific.

Related to RELAP-7: in their input files, people can list what material properties will go into the output. Both for visualization and/or debugging. Currently we have to set all that in the code, which is a horrible hassle. And if you want to add/remove you have to recompile(!)

permcody commented 10 years ago

Looks like I referenced the wrong issue in #3584. Reopening this issue.