FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

createFields.H File Reference


Detailed Description

Definition in file createFields.H.

#include "src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H"
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

autoPtr< hCombustionThermo >  thermo (hCombustionThermo::New(mesh))
volScalarField  rho (IOobject("rho", runTime.timeName(), mesh), thermo->rho())
volVectorField  U (IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh)
autoPtr< compressible::RASModel >  RASModel (compressible::RASModel::New(rho, U, phi, thermo()))

Variables

const volScalarField &  h = thermo->h()

Function Documentation

autoPtr<hCombustionThermo> thermo ( hCombustionThermo::   Newmesh  )
volScalarField rho ( IOobject("rho", runTime.timeName(), mesh)   ,
thermo->   rho()  
)
volVectorField U ( IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE)   ,
mesh    
)
autoPtr<compressible::RASModel> RASModel ( compressible::RASModel::   Newrho, U, phi, thermo()  )

Variable Documentation