https://mooseframework.inl.gov
InterfaceDiffusiveFluxIntegral.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 // MOOSE includes
14 #include "MooseVariableInterface.h"
15 
16 // Forward Declarations
17 template <bool>
21 
25 template <bool is_ad>
27 {
28 public:
30 
32 
33 protected:
34  virtual Real computeQpIntegral() override;
35 
38 
39  const VariableValue & _u;
41 
45 
49 };
OutputTools< Real >::VariableGradient VariableGradient
Definition: MooseTypes.h:315
Moose::FV::InterpMethod _coeff_interp_method
Decides if a geometric arithmetic or harmonic average is used for the face interpolation of the diffu...
InterfaceDiffusiveFluxIntegralTempl< false > InterfaceDiffusiveFluxIntegral
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
This postprocessor computes an integral of the diffusive flux over an interface.
const GenericMaterialProperty< Real, is_ad > & _diffusion_coef
Material properties for the diffusion coefficient.
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
This postprocessor add generel capabilities to the InterfacePostprocessor to compute an integral over...
OutputTools< Real >::VariableValue VariableValue
Definition: MooseTypes.h:314
const VariableGradient & _grad_u
Holds the solution gradient at the current quadrature points.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const GenericMaterialProperty< Real, is_ad > & _diffusion_coef_neighbor
const InputParameters & parameters() const
Get the parameters of the object.
InterfaceDiffusiveFluxIntegralTempl< true > ADInterfaceDiffusiveFluxIntegral
InterpMethod
This codifies a set of available ways to interpolate with elem+neighbor solution information to calcu...
Definition: MathFVUtils.h:35
InterfaceDiffusiveFluxIntegralTempl(const InputParameters &parameters)