-
Notifications
You must be signed in to change notification settings - Fork 1
Depletion Solver #4
Copy link
Copy link
Open
Labels
Comp:CoreThis issue has to do with the main bulk of the code or document. (methods, main content)This issue has to do with the main bulk of the code or document. (methods, main content)Priority:1-CriticalThis is the highest priority (i.e. it is blocking other work or facing a deadline).This is the highest priority (i.e. it is blocking other work or facing a deadline).Status:3-SelectedThe assignee has chosen to work on this item next (after their current, in progress, issue)The assignee has chosen to work on this item next (after their current, in progress, issue)Type:FeatureNew feature or feature requestNew feature or feature request
Metadata
Metadata
Assignees
Labels
Comp:CoreThis issue has to do with the main bulk of the code or document. (methods, main content)This issue has to do with the main bulk of the code or document. (methods, main content)Priority:1-CriticalThis is the highest priority (i.e. it is blocking other work or facing a deadline).This is the highest priority (i.e. it is blocking other work or facing a deadline).Status:3-SelectedThe assignee has chosen to work on this item next (after their current, in progress, issue)The assignee has chosen to work on this item next (after their current, in progress, issue)Type:FeatureNew feature or feature requestNew feature or feature request
Description
Ditto should have various depletion solvers, each performing a depletion solve over a given timestep.
Implementation
DepletionSolverBase
There should be a DepletionSolverBase class, inheriting from ThreadedGeneralUserObject that holds:
Planned derived DepletionSolvers
How can this Issue be closed?
This issue can be closed when DepletionSolverBase, NodalDepletionSolver, and ElementalDepletionSolver have been created, each with necessary tests.