https://mooseframework.inl.gov
Loading...
Searching...
No Matches
thermal_hydraulics
include
controllogic
THMSolvePostprocessorControl.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
class
THMSolvePostprocessorControl
:
public
THMControl
20
{
21
public
:
22
THMSolvePostprocessorControl
(
const
InputParameters
&
parameters
);
23
24
virtual
void
execute
();
25
26
protected
:
28
const
PostprocessorValue
&
_solve_pps
;
29
30
public
:
31
static
InputParameters
validParams
();
32
};
PostprocessorValue
Real PostprocessorValue
THMControl.h
Control::parameters
const InputParameters & parameters() const
THMControl
Definition
THMControl.h:17
THMSolvePostprocessorControl
Control the solve based on a postprocessor value.
Definition
THMSolvePostprocessorControl.h:20
THMSolvePostprocessorControl::execute
virtual void execute()
Definition
THMSolvePostprocessorControl.C:30
THMSolvePostprocessorControl::validParams
static InputParameters validParams()
Definition
THMSolvePostprocessorControl.C:15
THMSolvePostprocessorControl::_solve_pps
const PostprocessorValue & _solve_pps
The postprocessor that determines if the solve should be done or not.
Definition
THMSolvePostprocessorControl.h:28
InputParameters
Generated on Fri Aug 21 2026 13:41:54 for https://mooseframework.inl.gov by
1.9.8