idaholab / moose

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

ConstantPostprocessor value can/should be populated from the point of construction #27567

Closed lindsayad closed 2 weeks ago

lindsayad commented 3 weeks ago

Motivation

@Naktakala experienced a lot of confusion when attempting to retrieve a value corresponding to a ConstantPostprocessor and finding it to be 0

Design

Populate the reporter value in the constructor

Impact

Eliminate unnecessary user confusion