#include "src/finiteVolume/cfdTools/compressible/compressibleCreatePhi.H" Include dependency graph for createFields.H:
 Include dependency graph for createFields.H:Go to the source code of this file.
| Functions | |
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr < basicPsiThermo > | pThermo (basicPsiThermo::New(mesh)) | 
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), thermo.rho()) | 
| Info<< "Reading field U\n" << endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info << "Creating turbulence model\n" << endl;autoPtr < compressible::RASModel > | turbulence (compressible::RASModel::New(rho, U, phi, thermo)) | 
| Variables | |
| basicPsiThermo & | thermo = pThermo() | 
| volScalarField & | p = thermo.p() | 
| volScalarField & | h = thermo.h() | 
| const volScalarField & | psi = thermo.psi() | 
| Info<< "Reading thermophysical properties\n" << endl; autoPtr<basicPsiThermo> pThermo | ( | basicPsiThermo:: | Newmesh ) | 
| volScalarField rho | ( | IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE) | , | 
| thermo. | rho() | ||
| ) | 
| Info<< "Reading field U\n" << endl; volVectorField U ( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Info<< "Creating turbulence model\n" << endl; autoPtr<compressible::RASModel> turbulence | ( | compressible::RASModel:: | Newrho, U, phi, thermo ) | 
| basicPsiThermo& thermo = pThermo() | 
Definition at line 7 of file createFields.H.
Definition at line 22 of file createFields.H.
Definition at line 23 of file createFields.H.
| const volScalarField& psi = thermo.psi() | 
Definition at line 24 of file createFields.H.