https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
15
16// Forward Declarations
17template <bool>
21
25template <bool is_ad>
InterfaceDiffusiveFluxIntegralTempl< true > ADInterfaceDiffusiveFluxIntegral
InterfaceDiffusiveFluxIntegralTempl< false > InterfaceDiffusiveFluxIntegral
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
OutputTools< Real >::VariableGradient VariableGradient
Definition MooseTypes.h:349
OutputTools< Real >::VariableValue VariableValue
Definition MooseTypes.h:348
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.
Moose::FV::InterpMethod _coeff_interp_method
Decides if a geometric arithmetic or harmonic average is used for the face interpolation of the diffu...
const VariableGradient & _grad_u
Holds the solution gradient at the current quadrature points.
const GenericMaterialProperty< Real, is_ad > & _diffusion_coef_neighbor
const GenericMaterialProperty< Real, is_ad > & _diffusion_coef
Material properties for the diffusion coefficient.
This postprocessor add generel capabilities to the InterfacePostprocessor to compute an integral over...
const InputParameters & parameters() const
Get the parameters of the object.
Definition MooseBase.h:131
InterpMethod
This codifies a set of available ways to interpolate with elem+neighbor solution information to calcu...
Definition MathFVUtils.h:39