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