https://mooseframework.inl.gov
BoolControlDataValuePostprocessor.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 "GeneralPostprocessor.h"
13 #include "ControlData.h"
14 
15 class THMProblem;
16 
21 {
22 public:
24 
25  virtual void initialize() override;
26  virtual Real getValue() const override;
27  virtual void execute() override;
28 
29 protected:
32  const std::string & _control_data_name;
35 
36 public:
38 };
Specialization of FEProblem to run with component subsystem.
Definition: THMProblem.h:18
BoolControlDataValuePostprocessor(const InputParameters &parameters)
const ControlData< bool > * _control_data_value
The boolean value of the control data.
const std::string & _control_data_name
The name of the control data value.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Reads a boolean control value data and prints it out.