moose
moose copied to clipboard
Rename objects with very general names that do more specific tasks
Reason
Users get confused when they see the object and it requires a bunch of conditions because it's not a general object
Design
- [x] Rename MeshSidesetGenerator to SidesetLowerDElemementsGenerator
- [x] Rename MultiAppCommandLineControl to MultiAppSamplerControl
- [x] Rename VPPFunction to PiecewiseLinearFromVectorPostprocessor
Impact
Better usability
A previous example was the SideFluxAverage and co., which were renamed to SideDiffusiveFluxAverage
Could do FVTimeKernel -> FVTimeDerivative. Not a good fit for this issue maybe