All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
Functions | Variables
createFields.H File Reference
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 ()
 

Variables

rhoQGDThermo & thermo = pThermo()
 
volScalarField & p = thermo.p()
 
const volScalarField & T = thermo.T()
 
const surfaceScalarField & hQGDf = thermo.hQGDf()
 
const surfaceScalarField & tauQGDf = thermo.tauQGDf()
 

Function Documentation

Info<< "Reading thermophysical properties\n" << endl;autoPtr<rhoQGDThermo> pThermo ( rhoQGDThermo::  Newmesh)
thermo correct ( )

Variable Documentation

rhoQGDThermo& thermo = pThermo()

Definition at line 7 of file createFields.H.

volScalarField& p = thermo.p()

Definition at line 10 of file createFields.H.

const volScalarField& T = thermo.T()

Definition at line 11 of file createFields.H.

const surfaceScalarField& hQGDf = thermo.hQGDf()

Definition at line 12 of file createFields.H.

const surfaceScalarField& tauQGDf = thermo.tauQGDf()

Definition at line 13 of file createFields.H.