https://mooseframework.inl.gov
Loading...
Searching...
No Matches
SetBoolValueControl.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
19{
20public:
22
23 virtual void execute();
24
25protected:
27 const bool & _value;
28
29public:
31};
const InputParameters & parameters() const
Control object that reads a boolean value computed by the control logic system and sets it into a spe...
const bool & _value
The value that is written into the MOOSE object's input parameter.
static InputParameters validParams()