20 params.
addClassDescription(
"Output for postprocessors and scalar variables in GNU plot format.");
registerMooseObject("MooseApp", Gnuplot)
virtual void output()
A single call to this function should output all the necessary data for a single timestep.
std::string _file_base
The base filename from the input paramaters.
unsigned int & _file_num
A file number counter, initialized to 0 (this must be controlled by the child class,...
Based class for adding basic filename support to output base class.
Gnuplot(const InputParameters ¶meters)
Class constructor.
virtual std::string filename() override
The filename for the output file.
virtual void output() override
Output the table to a *.csv file.
std::string _extension
Desired file extension.
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
Base class for scalar variables and postprocessors output objects.
static InputParameters validParams()
FormattedTable & _all_data_table
Table containing postprocessor values, scalar aux variables, and Real Reporters.