https://mooseframework.inl.gov
Loading...
Searching...
No Matches
FunctionElementLoopIntegralGetValueTestPostprocessor.C
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
12
13registerMooseObject("ThermalHydraulicsTestApp",
15
18{
20
21 params.addClassDescription("Gets the value from a FunctionElementLoopIntegralUserObject.");
22
23 params.addRequiredParam<UserObjectName>("function_element_loop_integral_uo",
24 "FunctionElementLoopIntegralUserObject name");
25
26 return params;
27}
28
36
37void
41
42void
46
registerMooseObject("ThermalHydraulicsTestApp", FunctionElementLoopIntegralGetValueTestPostprocessor)
Real PostprocessorValue
const FunctionElementLoopIntegralUserObject & _uo
User object to get value from.
Computes the integral of a function using an element loop.
virtual Real getValue() const
Returns the integral value.
static InputParameters validParams()
void addRequiredParam(const std::string &name, const std::string &doc_string)
void addClassDescription(const std::string &doc_string)