1 if (mesh.nCells() != 1)
4 <<
"Solver only applicable to single cell cases"
8 Info<<
"Reading initial conditions.\n" <<
endl;
9 IOdictionary initialConditions
16 IOobject::MUST_READ_IF_MODIFIED,
21 scalar p0 = initialConditions.lookup<scalar>(
"p");
22 scalar
T0 = initialConditions.lookup<scalar>(
"T");
26 Info<<
"Reading thermophysical properties\n" <<
endl;
27 autoPtr<fluidMulticomponentThermo>
pThermo
81 #include "createPhi.H"
84 post<<
"# Time" << token::TAB <<
"Temperature [K]" << token::TAB
85 <<
"Pressure [Pa]" <<
endl;
const word & executable() const
Name of executable without the path.
fileName path() const
Return the path to the caseName.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
errorManipArg< error, int > exit(error &err, const int errNo=1)
VolField< vector > volVectorField
const dimensionSet dimEnergy
Ostream & endl(Ostream &os)
Add newline and flush stream.
const dimensionSet dimTemperature
VolField< scalar > volScalarField
dimensioned< vector > dimensionedVector
Dimensioned vector obtained from generic dimensioned type.
const dimensionSet dimMass
const dimensionSet dimVelocity
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Foam::argList args(argc, argv)
volScalarField Rspecific(IOobject("Rspecific", runTime.name(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar(dimensionSet(dimEnergy/dimMass/dimTemperature), 0))
volScalarField rho(IOobject("rho", runTime.name(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.renameRho())
autoPtr< basicChemistryModel > pChemistry(basicChemistryModel::New(thermo))
volVectorField U(IOobject("U", runTime.name(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedVector(dimVelocity, Zero))
OFstream post(args.path()/"chemFoam.out")
fluidMulticomponentThermo & thermo
Info<< "Reading thermophysical properties\n"<< endl;autoPtr< fluidMulticomponentThermo > pThermo(fluidMulticomponentThermo::New(mesh))