https://mooseframework.inl.gov
AnalysisStepPeriod.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 // MOOSE includes
13 #include "TimePeriodBase.h"
15 
17 
23 {
24 public:
30 
32 
33 protected:
37  void initialSetup() override;
38 
39  virtual bool conditionMet(const unsigned int & i) override;
40 
42 };
static InputParameters validParams()
Class constructor.
Interface class for step user object.
AnalysisStepPeriod(const InputParameters &parameters)
void initialSetup() override
If enabled, this injects the start/end times into the TimeStepper sync times.
virtual bool conditionMet(const unsigned int &i) override
A basic control for disabling objects for a portion of the simulation based on the analysis step conc...
const AnalysisStepUserObject * _step_user_object
const InputParameters & parameters() const
User object that provides analysis steps given user input.