[UNDER-DISCUSSION] OutStreams Inputs #1330
Labels
archive
To archive the feature requests or PRs when there are no further developments
under-discussion
issues that are under discussion
Under Discussion Topic
With the merge of #1329 the OutStream is now an Entity much more like other RAVEN entities, with a base class that is extensible rather than a "manager" that instantiates sub-instances.
This means it should be easier to create custom printing/plotting tasks as OutStreams, such as the
dataMining
plotting that we already have.This invites us to consider how we want these to show up in the input file. There's a couple things to consider:
The existing setup for
dataMining
uses the structure:Another option would be to add each new OutStream as a distinct type, keeping
Print
andPlot
as the generic options:Other options may be worth considering, too.
For Change Control Board: Issue Review
This review should occur before any development is performed as a response to this issue.
For Change Control Board: Issue Closure
This review should occur when the issue is imminently going to be closed.
task
issue?The text was updated successfully, but these errors were encountered: