40#include "singlePhaseTransportModel.H"
41#include "turbulentTransportModel.H"
42#include "pimpleControl.H"
44#include "IOporosityModelList.H"
45#include "IOMRFZoneList.H"
46#include "fixedFluxPressureFvPatchScalarField.H"
48#include "UnsteadyProblem.H"
92 PtrList<volVectorField> GradField;
98 Eigen::MatrixXd timeBCoff;
101 word timeDerivativeSchemeOrder;
112 fileName folder =
"./ITHACAoutput/Offline/");
scalar maxDeltaT
maxDeltaT
bool adjustTimeStep
adjustTimeStep
word timedepbcMethod
Time-dependent Boundary Method.
autoPtr< pisoControl > _piso
pimpleControl
void restart()
set U and P back to the values into the 0 folder
autoPtr< incompressible::turbulenceModel > turbulence
Turbulence model.
MyIcoSolver()
Construct Null.
void truthSolve()
Perform a TruthSolve.
steadyNS()
Null constructor.
Header file of the steadyNS class.