https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ExodusOptimizationSteady.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12// MOOSE includes
13#include "Exodus.h"
14#include "Steady.h"
15
20{
21public:
23
28
29protected:
33 void customizeFileOutput() override;
34
38 virtual Real getOutputTime() override;
39
40private:
42 const Steady * const _steady_exec;
43};
Class for output data to the ExodusII format.
static InputParameters validParams()
void customizeFileOutput() override
Customize file output with steady and adjoint iteration number.
virtual Real getOutputTime() override
Get time for output (i.e.
const Steady *const _steady_exec
For steady (and steady and adjoint) executioner.
const InputParameters & parameters() const