createFields.H File Reference

Go to the source code of this file.

Functions

 if (oversetPatchErrOutput)
 

Variables

Info<< "Reading field T\"<< endl;volScalarField T(IOobject("T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Reading transportProperties\"<< endl;IOdictionary transportProperties(IOobject("transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));Info<< "Reading diffusivity DT\"<< endl;dimensionedScalar DT("DT", dimViscosity, transportProperties);bool oversetPatchErrOutput=simple.dict().getOrDefault("oversetPatchErrOutput", false);tmp< surfaceScalarField > tdummyPhi
 

Function Documentation

◆ if()

Definition at line 40 of file createFields.H.

References Foam::dimless, mesh, Foam::New(), runTime, tdummyPhi, and Foam::Zero.

Here is the call graph for this function:

Variable Documentation

◆ tdummyPhi

Info<< "Reading field T\n" << endl; volScalarField T ( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Info<< "Reading transportProperties\n" << endl; IOdictionary transportProperties ( IOobject ( "transportProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE ) ); Info<< "Reading diffusivity DT\n" << endl; dimensionedScalar DT("DT", dimViscosity, transportProperties); bool oversetPatchErrOutput = simple.dict().getOrDefault("oversetPatchErrOutput", false); tmp<surfaceScalarField> tdummyPhi

Definition at line 39 of file createFields.H.

Referenced by if().