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