https://mooseframework.inl.gov
Loading...
Searching...
No Matches
include
fvbcs
FVPostprocessorDirichletBC.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 "
FVDirichletBCBase.h
"
13
14
class
FVPostprocessorDirichletBC
:
public
FVDirichletBCBase
15
{
16
public
:
17
FVPostprocessorDirichletBC
(
const
InputParameters
&
parameters
);
18
19
static
InputParameters
validParams
();
20
21
ADReal
boundaryValue
(
const
FaceInfo
& fi,
const
Moose::StateArg
& state)
const override
;
22
23
private
:
25
const
PostprocessorValue
&
_postprocessor_value
;
26
};
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
Definition
ADRealForward.h:42
FVDirichletBCBase.h
PostprocessorValue
Real PostprocessorValue
various MOOSE typedefs
Definition
MooseTypes.h:230
FVDirichletBCBase
Base class for finite volume Dirichlet boundaray conditions.
Definition
FVDirichletBCBase.h:20
FVPostprocessorDirichletBC
Definition
FVPostprocessorDirichletBC.h:15
FVPostprocessorDirichletBC::boundaryValue
ADReal boundaryValue(const FaceInfo &fi, const Moose::StateArg &state) const override
Definition
FVPostprocessorDirichletBC.C:30
FVPostprocessorDirichletBC::validParams
static InputParameters validParams()
Definition
FVPostprocessorDirichletBC.C:15
FVPostprocessorDirichletBC::_postprocessor_value
const PostprocessorValue & _postprocessor_value
The value for this BC.
Definition
FVPostprocessorDirichletBC.h:25
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
Moose::StateArg
State argument for evaluating functors.
Definition
MooseFunctorArguments.h:122
Generated on Fri Aug 21 2026 13:33:49 for https://mooseframework.inl.gov by
1.9.8