https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
bcs
ADHSHeatFluxBC.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 "
ADFunctionNeumannBC.h
"
13
17
class
ADHSHeatFluxBC
:
public
ADFunctionNeumannBC
18
{
19
public
:
20
ADHSHeatFluxBC
(
const
InputParameters
&
parameters
);
21
22
virtual
ADReal
computeQpResidual
()
override
;
23
25
const
Function
&
_scale_fn
;
26
27
public
:
28
static
InputParameters
validParams
();
29
};
ADFunctionNeumannBC.h
ADReal
DualNumber< Real, DNDerivativeType, true > ADReal
ADFunctionNeumannBC
ADHSHeatFluxBC
Applies a specified heat flux to the side of a plate heat structure.
Definition
ADHSHeatFluxBC.h:18
ADHSHeatFluxBC::computeQpResidual
virtual ADReal computeQpResidual() override
Definition
ADHSHeatFluxBC.C:33
ADHSHeatFluxBC::_scale_fn
const Function & _scale_fn
Function by which to scale the boundary condition.
Definition
ADHSHeatFluxBC.h:25
ADHSHeatFluxBC::validParams
static InputParameters validParams()
Definition
ADHSHeatFluxBC.C:16
Function
ADFunctionNeumannBC::parameters
const InputParameters & parameters() const
InputParameters
Generated on Fri Aug 21 2026 13:41:53 for https://mooseframework.inl.gov by
1.9.8