36#ifndef ScalarTransport_H
37#define ScalarTransport_H
40#include "simpleControl.H"
43#include "UnsteadyProblem.H"
45#include "ITHACAparameters.H"
80 autoPtr<volScalarField>
_T;
82 autoPtr<volVectorField>
_U;
85 autoPtr<volScalarField>
_T0;
94 autoPtr<surfaceScalarField>
_phi;
97 autoPtr<surfaceScalarField>
_phi0;
99 autoPtr<IOdictionary> _transportProperties;
101 autoPtr<dimensionedScalar> _nu;
112 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.
Class for the definition of some general parameters, the parameters must be defined from the file ITH...
autoPtr< surfaceScalarField > _phi
Flux.
autoPtr< Time > _runTime
Time.
autoPtr< volVectorField > _U
Velocity field.
autoPtr< fvMesh > _mesh
Mesh.
PtrList< volScalarField > Tfield
List of pointers used to form the T snapshots matrix.
void restart()
Function to restart the fields of the Burgers problem.
ScalarTransport()
Null constructor.
PtrList< scalarField > LDUfield
LDU matrices data.
autoPtr< volScalarField > _T0
Initial Temperature field (for restart purposes).
autoPtr< fv::options > _fvOptions
fvOptions
autoPtr< simpleControl > _simple
simpleControl
volScalarModes Tmodes
List of pointers used to form the Temperature modes.
autoPtr< surfaceScalarField > _phi0
Initial Flux (for restart purposes).
autoPtr< volScalarField > _T
Temperature field.
reductionProblem()
Construct Null.
void truthSolve()
Perform a TruthSolve.
Header file of the reductionProblem class.