https://mooseframework.inl.gov
thermal_hydraulics
include
components
HeatSourceVolumetric.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 "
Component.h
"
13
19
class
HeatSourceVolumetric
:
public
Component
20
{
21
public
:
22
HeatSourceVolumetric
(
const
InputParameters
&
parameters
);
23
24
public
:
25
static
InputParameters
validParams
();
26
};
HeatSourceVolumetric
Volumetric heat source applied on a flow channel.
Definition:
HeatSourceVolumetric.h:19
HeatSourceVolumetric::HeatSourceVolumetric
HeatSourceVolumetric(const InputParameters ¶meters)
Definition:
HeatSourceVolumetric.C:25
Component.h
InputParameters
Component
Base class for THM components.
Definition:
Component.h:27
MooseObject::parameters
const InputParameters & parameters() const
HeatSourceVolumetric::validParams
static InputParameters validParams()
Definition:
HeatSourceVolumetric.C:15
Generated on Fri Jul 18 2025 13:43:56 for https://mooseframework.inl.gov by
1.8.14