All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Functions | Variables
createFields.H File Reference
Include dependency graph for createFields.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Info<< "Reading thermophysical
properties\n"<< endl;autoPtr
< rhoQGDThermo > 
pThermo (rhoQGDThermo::New(mesh))
 
thermo correct ()
 
volVectorField U (IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
 
volScalarField rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho())
 
volVectorField W (IOobject("W", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), U)
 

Variables

rhoQGDThermo & thermo = pThermo()
 
volScalarField & e = thermo.he()
 
volScalarField & p = thermo.p()
 
const volScalarField & T = thermo.T()
 
const surfaceScalarField & hQGDf = thermo.hQGDf()
 
const surfaceScalarField & tauQGDf = thermo.tauQGDf()
 
Info<< "Thermo corrected"
<< endl;autoPtr
< compressible::turbulenceModel > 
turbulence
 

Detailed Description

Original source file createFields.H

Creating fields for calculations SourceFile QHDFoam.C

Definition in file createFields.H.

Function Documentation

Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoQGDThermo> pThermo ( rhoQGDThermo::  Newmesh)
thermo correct ( )
volVectorField U ( IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE)  ,
mesh   
)
volScalarField rho ( IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE)  ,
thermo.  rho() 
)
volVectorField W ( IOobject("W", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE)  ,
U   
)

Variable Documentation

rhoQGDThermo& thermo = pThermo()

Definition at line 28 of file createFields.H.

volScalarField& e = thermo.he()

Definition at line 31 of file createFields.H.

volScalarField& p = thermo.p()

Definition at line 33 of file createFields.H.

const volScalarField& T = thermo.T()

Definition at line 34 of file createFields.H.

const surfaceScalarField& hQGDf = thermo.hQGDf()

Definition at line 35 of file createFields.H.

const surfaceScalarField& tauQGDf = thermo.tauQGDf()

Definition at line 36 of file createFields.H.

Info<< "Thermo corrected" << endl;autoPtr<compressible::turbulenceModel> turbulence

Definition at line 40 of file createFields.H.