https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
FVFluxBC
Provides an interface for computing residual contributions from finite volume numerical fluxes comput...
Definition
FVFluxBC.h:27
FaceInfo
This data structure is used to store geometric and variable related metadata about each cell face in ...
Definition
FaceInfo.h:38
InputParameters
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Definition
InputParameters.h:68
MooseBase::parameters
const InputParameters & parameters() const
Get the parameters of the object.
Definition
MooseBase.h:131
SideFVFluxBCIntegral
This postprocessor computes the side integral of different finite volume flux boundary conditions.
Definition
SideFVFluxBCIntegral.h:23
SideFVFluxBCIntegral::computeQpIntegral
virtual Real computeQpIntegral() override
Definition
SideFVFluxBCIntegral.C:87
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
SideFVFluxBCIntegral::_bc_objects
std::vector< FVFluxBC * > _bc_objects
Pointers to the boundary conditions which will be integrated.
Definition
SideFVFluxBCIntegral.h:38
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
SideFVFluxBCIntegral::validParams
static InputParameters validParams()
Definition
SideFVFluxBCIntegral.C:18
SideFVFluxBCIntegral::computeFaceInfoIntegral
virtual Real computeFaceInfoIntegral(const FaceInfo *fi) override
Definition
SideFVFluxBCIntegral.C:75
SideIntegralPostprocessor
This postprocessor computes a surface integral of the specified variable on a sideset on the boundary...
Definition
SideIntegralPostprocessor.h:21
Generated on Mon Aug 24 2026 19:02:04 for https://mooseframework.inl.gov by
1.9.8