Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create control to enable/disable objects based on some condition #13295

Closed
joshuahansel opened this issue Apr 24, 2019 · 0 comments
Closed

Create control to enable/disable objects based on some condition #13295

joshuahansel opened this issue Apr 24, 2019 · 0 comments
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@joshuahansel
Copy link
Contributor

Reason

This feature is needed for switching objects used during a transient.

Design

TimePeriod does close to what is desired; it is a subset of the desired capability that uses the condition of time within some bounds as the conditional. I propose an abstract base class that extracts the enable/disable functionality from TimePeriod and requires child classes to define the conditional function.

Impact

New control(s).

@joshuahansel joshuahansel added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Apr 24, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Apr 24, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Apr 24, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Apr 24, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Apr 24, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Apr 24, 2019
joshuahansel added a commit to joshuahansel/moose that referenced this issue Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

1 participant