createFields.H File Reference
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), 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::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
Variables |
| basicPsiThermo & | thermo = pThermo() |
| volScalarField & | p = thermo.p() |
| volScalarField & | e = thermo.e() |
| const volScalarField & | psi = thermo.psi() |
Function Documentation
| Info<< "Reading thermophysical properties\n" << endl; autoPtr<basicPsiThermo> pThermo |
( |
basicPsiThermo:: |
Newmesh |
) |
|
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh) |
, |
|
|
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::turbulenceModel> turbulence |
( |
compressible::turbulenceModel:: |
Newrho, U, phi, thermo |
) |
|
Variable Documentation
| basicPsiThermo& thermo = pThermo() |
Copyright © 2000-2009 OpenCFD Ltd