37#ifndef UnsteadyNSExplicit_H
38#define UnsteadyNSExplicit_H
40#include "singlePhaseTransportModel.H"
41#include "turbulentTransportModel.H"
43#include "IOporosityModelList.H"
44#include "IOMRFZoneList.H"
45#include "fixedFluxPressureFvPatchScalarField.H"
71 autoPtr<dimensionedScalar>
_nu;
74 autoPtr<dimensionedScalar>
_dt;
91 fileName folder =
"./ITHACAoutput/Offline/");
Implementation of a parametrized full order unsteady NS problem and preparation of the the reduced ...
label pRefCell
Reference pressure cell.
UnsteadyNSExplicit()
Construct Null.
scalar pRefValue
Reference pressure value.
autoPtr< dimensionedScalar > _dt
dimensionedScalar dt;
autoPtr< dimensionedScalar > _nu
dimensionedScalar nu;
void truthSolve()
Perform a TruthSolve.
Implementation of a parametrized full order unsteady NS problem and preparation of the the reduced ...
Header file of the steadyNS class.
Header file of the unsteadyNS class.