30 virtual void init()
override;
Solves the PDEs at a sequence of time points given as a column in a text table file (such as a *....
const std::string _delimiter
string used as a delimiter
const bool _search_by_index
indicates whether to access a column using its index or its name
const std::string _file_name
name of the file where the data is read
static InputParameters validParams()
const unsigned int _column_index
index of the column containing the time data
virtual void init() override
Initialize the time stepper.
const MooseUtils::DelimitedFileReader::HeaderFlag _header
whether the file contains a header with the column names
const std::string _column_name
name of the column containing the time data
const InputParameters & parameters() const
Get the parameters of the object.
Solves the PDEs at a sequence of given time points.