https://mooseframework.inl.gov
thermal_hydraulics
include
components
PrescribedReactorPower.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 "
TotalPowerBase.h
"
13
17
class
PrescribedReactorPower
:
public
TotalPowerBase
18
{
19
public
:
20
PrescribedReactorPower
(
const
InputParameters
&
parameters
);
21
22
public
:
23
static
InputParameters
validParams
();
24
};
PrescribedReactorPower::PrescribedReactorPower
PrescribedReactorPower(const InputParameters ¶meters)
Definition:
PrescribedReactorPower.C:24
InputParameters
TotalPowerBase
Base class for components that provide total power.
Definition:
TotalPowerBase.h:17
PrescribedReactorPower
DEPRECATED: Do not use.
Definition:
PrescribedReactorPower.h:17
TotalPowerBase.h
PrescribedReactorPower::validParams
static InputParameters validParams()
Definition:
PrescribedReactorPower.C:15
MooseObject::parameters
const InputParameters & parameters() const
Generated on Fri Jul 18 2025 13:43:56 for https://mooseframework.inl.gov by
1.8.14