https://mooseframework.inl.gov
Loading...
Searching...
No Matches
stochastic_tools
test
include
bcs
DirichletBCModifier.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 "
DirichletBCBase.h
"
13
19
class
DirichletBCModifier
:
public
DirichletBCBase
20
{
21
public
:
22
static
InputParameters
validParams
();
23
24
DirichletBCModifier
(
const
InputParameters
&
parameters
);
25
26
protected
:
27
virtual
Real
computeQpValue
()
override
;
28
30
const
Real &
_value
;
31
};
DirichletBCBase.h
DirichletBCBase
DirichletBCModifier
Boundary condition of a Dirichlet type.
Definition
DirichletBCModifier.h:20
DirichletBCModifier::computeQpValue
virtual Real computeQpValue() override
Definition
DirichletBCModifier.C:32
DirichletBCModifier::validParams
static InputParameters validParams()
Definition
DirichletBCModifier.C:15
DirichletBCModifier::_value
const Real & _value
The value for this BC.
Definition
DirichletBCModifier.h:30
DirichletBCBase::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Sep 11 2026 20:37:02 for https://mooseframework.inl.gov by
1.9.8