https://mooseframework.inl.gov
include
postprocessors
VariableInnerProduct.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 "
ElementIntegralVariablePostprocessor.h
"
13
14
class
VariableInnerProduct
:
public
ElementIntegralVariablePostprocessor
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
VariableInnerProduct
(
const
InputParameters
&
parameters
);
20
21
protected
:
22
virtual
Real
computeQpIntegral
()
override
;
23
25
const
VariableValue
&
_v
;
26
};
VariableInnerProduct::VariableInnerProduct
VariableInnerProduct(const InputParameters ¶meters)
Definition:
VariableInnerProduct.C:24
ElementIntegralVariablePostprocessor.h
ElementIntegralVariablePostprocessor
This postprocessor computes a volume integral of the specified variable.
Definition:
ElementIntegralVariablePostprocessor.h:21
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:66
VariableInnerProduct::computeQpIntegral
virtual Real computeQpIntegral() override
Definition:
VariableInnerProduct.C:30
VariableValue
OutputTools< Real >::VariableValue VariableValue
Definition:
MooseTypes.h:314
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
VariableInnerProduct::validParams
static InputParameters validParams()
Definition:
VariableInnerProduct.C:15
MooseBaseParameterInterface::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition:
MooseBaseParameterInterface.h:62
VariableInnerProduct::_v
const VariableValue & _v
Holds the values of second_variable at current quadrature points.
Definition:
VariableInnerProduct.h:25
VariableInnerProduct
Definition:
VariableInnerProduct.h:14
Generated on Fri Jul 18 2025 13:30:47 for https://mooseframework.inl.gov by
1.8.14