createFields.H
Go to the documentation of this file.
1  Info<< "Reading field T\n" << endl;
2 
4  (
5  IOobject
6  (
7  "T",
8  runTime.timeName(),
9  mesh,
10  IOobject::MUST_READ,
11  IOobject::AUTO_WRITE
12  ),
13  mesh
14  );
15 
16 
17  Info<< "Reading transportProperties\n" << endl;
18 
19  IOdictionary transportProperties
20  (
21  IOobject
22  (
23  "transportProperties",
24  runTime.constant(),
25  mesh,
26  IOobject::MUST_READ_IF_MODIFIED,
27  IOobject::NO_WRITE
28  )
29  );
30 
31 
32  Info<< "Reading diffusivity k\n" << endl;
33 
35  (
36  transportProperties.lookup("k")
37  );
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
Foam::Info
messageStream Info
Foam::dimensionedScalar
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Definition: dimensionedScalarFwd.H:41
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:18
T
const volScalarField & T
Definition: createFields.H:25
k
label k
Boltzmann constant.
Definition: LISASMDCalcMethod2.H:41