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