39#include "simpleControl.H"
66 Burgers(
int argc,
char* argv[]);
79 autoPtr<volVectorField>
_U;
82 autoPtr<volVectorField>
_U0;
91 autoPtr<surfaceScalarField>
_phi;
94 autoPtr<surfaceScalarField>
_phi0;
98 autoPtr<dimensionedScalar>
_nu;
107 void truthSolve(word folder =
"./ITHACAoutput/Offline/");
Header file of the ITHACAstream class, it contains the implementation of several methods for input ou...
Header file of the Modes class.
Implementation of a parametrized full order Burgers and preparation of the the reduced matrices for...
autoPtr< fvMesh > _mesh
Mesh.
autoPtr< fv::options > _fvOptions
fvOptions
autoPtr< volVectorField > _U
Velocity field.
PtrList< volVectorField > Ufield
List of pointers used to form the velocity snapshots matrix.
autoPtr< dimensionedScalar > _nu
Burgers()
Null constructor.
autoPtr< surfaceScalarField > _phi0
Initial Flux (for restart purposes)
autoPtr< Time > _runTime
Time.
autoPtr< surfaceScalarField > _phi
Flux.
autoPtr< IOdictionary > _transportProperties
void restart()
Function to restart the fields of the Burgers problem.
autoPtr< simpleControl > _simple
simpleControl
autoPtr< volVectorField > _U0
Initial Velocity field (for restart purposes)
volVectorModes Umodes
List of pointers used to form the velocity modes.
Class for the definition of some general parameters, the parameters must be defined from the file ITH...
A general class for the implementation of a full order parametrized problem.
void truthSolve()
Perform a TruthSolve.
Header file of the reductionProblem class.