https://mooseframework.inl.gov
thermal_hydraulics
include
controllogic
CopyPostprocessorValueControl.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 "
THMControl.h
"
13
17
class
CopyPostprocessorValueControl
:
public
THMControl
18
{
19
public
:
20
CopyPostprocessorValueControl
(
const
InputParameters
&
parameters
);
21
22
virtual
void
execute
();
23
24
protected
:
25
Real
&
_value
;
26
const
Real
&
_pps_value
;
27
28
public
:
29
static
InputParameters
validParams
();
30
};
THMControl
Definition:
THMControl.h:16
CopyPostprocessorValueControl::execute
virtual void execute()
Definition:
CopyPostprocessorValueControl.C:32
THMControl.h
CopyPostprocessorValueControl::_value
Real & _value
Definition:
CopyPostprocessorValueControl.h:25
InputParameters
CopyPostprocessorValueControl::_pps_value
const Real & _pps_value
Definition:
CopyPostprocessorValueControl.h:26
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
CopyPostprocessorValueControl::CopyPostprocessorValueControl
CopyPostprocessorValueControl(const InputParameters ¶meters)
Definition:
CopyPostprocessorValueControl.C:24
Control::parameters
const InputParameters & parameters() const
CopyPostprocessorValueControl::validParams
static InputParameters validParams()
Definition:
CopyPostprocessorValueControl.C:15
CopyPostprocessorValueControl
This control takes a postprocessor and copies its value into a control data value.
Definition:
CopyPostprocessorValueControl.h:17
Generated on Fri Jul 18 2025 13:43:56 for https://mooseframework.inl.gov by
1.8.14