https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
components
HSBoundaryHeatFlux.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 "
HSBoundary.h
"
13
17
class
HSBoundaryHeatFlux
:
public
HSBoundary
18
{
19
public
:
20
HSBoundaryHeatFlux
(
const
InputParameters
& params);
21
22
virtual
void
addMooseObjects
()
override
;
23
24
protected
:
26
const
FunctionName &
_q_fn_name
;
27
28
public
:
29
static
InputParameters
validParams
();
30
};
HSBoundary.h
HSBoundaryHeatFlux
Applies a specified heat flux to a heat structure boundary.
Definition
HSBoundaryHeatFlux.h:18
HSBoundaryHeatFlux::_q_fn_name
const FunctionName & _q_fn_name
Heat flux function name.
Definition
HSBoundaryHeatFlux.h:26
HSBoundaryHeatFlux::validParams
static InputParameters validParams()
Definition
HSBoundaryHeatFlux.C:18
HSBoundaryHeatFlux::addMooseObjects
virtual void addMooseObjects() override
Definition
HSBoundaryHeatFlux.C:42
HSBoundary
Base class for heat structure boundary components.
Definition
HSBoundary.h:19
InputParameters
Generated on Fri Aug 21 2026 13:41:53 for https://mooseframework.inl.gov by
1.9.8