https://mooseframework.inl.gov
include
postprocessors
SideFVFluxBCIntegral.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
13
#include "
SideIntegralPostprocessor.h
"
14
15
// Forward declaration
16
class
FVFluxBC
;
17
22
class
SideFVFluxBCIntegral
:
public
SideIntegralPostprocessor
23
{
24
public
:
25
static
InputParameters
validParams
();
26
virtual
void
initialSetup
()
override
;
27
28
SideFVFluxBCIntegral
(
const
InputParameters
&
parameters
);
29
30
protected
:
31
virtual
Real
computeQpIntegral
()
override
;
32
virtual
Real
computeFaceInfoIntegral
(
const
FaceInfo
* fi)
override
;
33
35
const
std::vector<std::string>
_bc_names
;
36
38
std::vector<FVFluxBC *>
_bc_objects
;
39
};
SideIntegralPostprocessor.h
SideFVFluxBCIntegral::computeFaceInfoIntegral
virtual Real computeFaceInfoIntegral(const FaceInfo *fi) override
Definition:
SideFVFluxBCIntegral.C:75
SideFVFluxBCIntegral::_bc_names
const std::vector< std::string > _bc_names
The names of the boundary conditions that we would like to integrate.
Definition:
SideFVFluxBCIntegral.h:35
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system...
Definition:
InputParameters.h:66
FaceInfo
This data structure is used to store geometric and variable related metadata about each cell face in ...
Definition:
FaceInfo.h:36
SideFVFluxBCIntegral::validParams
static InputParameters validParams()
Definition:
SideFVFluxBCIntegral.C:18
SideFVFluxBCIntegral::SideFVFluxBCIntegral
SideFVFluxBCIntegral(const InputParameters ¶meters)
Definition:
SideFVFluxBCIntegral.C:28
FVFluxBC
Provides an interface for computing residual contributions from finite volume numerical fluxes comput...
Definition:
FVFluxBC.h:23
SideIntegralPostprocessor
This postprocessor computes a surface integral of the specified variable on a sideset on the boundary...
Definition:
SideIntegralPostprocessor.h:20
SideFVFluxBCIntegral::initialSetup
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job...
Definition:
SideFVFluxBCIntegral.C:35
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
SideFVFluxBCIntegral
This postprocessor computes the side integral of different finite volume flux boundary conditions...
Definition:
SideFVFluxBCIntegral.h:22
MooseBaseParameterInterface::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition:
MooseBaseParameterInterface.h:62
SideFVFluxBCIntegral::computeQpIntegral
virtual Real computeQpIntegral() override
Definition:
SideFVFluxBCIntegral.C:87
SideFVFluxBCIntegral::_bc_objects
std::vector< FVFluxBC * > _bc_objects
Pointers to the boundary conditions which will be integrated.
Definition:
SideFVFluxBCIntegral.h:38
Generated on Thu Jul 17 2025 01:32:08 for https://mooseframework.inl.gov by
1.8.14