https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
test
include
postprocessors
FunctionElementLoopIntegralGetValueTestPostprocessor.h
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
10
#pragma once
11
12
#include "
GeneralPostprocessor.h
"
13
14
class
FunctionElementLoopIntegralUserObject
;
15
19
class
FunctionElementLoopIntegralGetValueTestPostprocessor
:
public
GeneralPostprocessor
20
{
21
public
:
22
FunctionElementLoopIntegralGetValueTestPostprocessor
(
const
InputParameters
&
parameters
);
23
24
virtual
void
initialize
()
override
;
25
virtual
void
execute
()
override
;
26
virtual
PostprocessorValue
getValue
()
const override
;
27
28
protected
:
30
const
FunctionElementLoopIntegralUserObject
&
_uo
;
31
32
public
:
33
static
InputParameters
validParams
();
34
};
GeneralPostprocessor.h
PostprocessorValue
Real PostprocessorValue
FunctionElementLoopIntegralGetValueTestPostprocessor
Gets the value from a FunctionElementLoopIntegralUserObject.
Definition
FunctionElementLoopIntegralGetValueTestPostprocessor.h:20
FunctionElementLoopIntegralGetValueTestPostprocessor::_uo
const FunctionElementLoopIntegralUserObject & _uo
User object to get value from.
Definition
FunctionElementLoopIntegralGetValueTestPostprocessor.h:30
FunctionElementLoopIntegralGetValueTestPostprocessor::initialize
virtual void initialize() override
Definition
FunctionElementLoopIntegralGetValueTestPostprocessor.C:38
FunctionElementLoopIntegralGetValueTestPostprocessor::validParams
static InputParameters validParams()
Definition
FunctionElementLoopIntegralGetValueTestPostprocessor.C:17
FunctionElementLoopIntegralGetValueTestPostprocessor::execute
virtual void execute() override
Definition
FunctionElementLoopIntegralGetValueTestPostprocessor.C:43
FunctionElementLoopIntegralGetValueTestPostprocessor::getValue
virtual PostprocessorValue getValue() const override
Definition
FunctionElementLoopIntegralGetValueTestPostprocessor.C:48
FunctionElementLoopIntegralUserObject
Computes the integral of a function using an element loop.
Definition
FunctionElementLoopIntegralUserObject.h:18
GeneralPostprocessor
GeneralPostprocessor::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:42:02 for https://mooseframework.inl.gov by
1.9.8