createFields.H File Reference
Go to the source code of this file.
|
Functions |
Info<< "Reading thermophysical
properties\n"<< endl;autoPtr
< psiChemistryModel > | pChemistry (psiChemistryModel::New(mesh)) |
| word | inertSpecie (thermo.lookup("inertSpecie")) |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho()) |
Info<< "\nReading field U\n"
<< endl;volVectorField U(IOobject("U",
runTime.timeName(), mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE), mesh);DimensionedField
< scalar, volMesh > | kappa (IOobject("kappa", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), mesh, dimensionedScalar("zero", dimless, 0.0)) |
Info<< "Creating turbulence
model\n"<< endl;autoPtr
< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| | forAll (Y, i) |
| fields | add (h) |
Variables |
| psiChemistryModel & | chemistry = pChemistry() |
| hCombustionThermo & | thermo = chemistry.thermo() |
| basicMultiComponentMixture & | composition = thermo.composition() |
| PtrList< volScalarField > & | Y = composition.Y() |
| volScalarField & | p = thermo.p() |
| volScalarField & | h = thermo.h() |
| const volScalarField & | T = thermo.T() |
| const volScalarField & | psi = thermo.psi() |
Info<< "Creating field DpDt\n"
<< endl;volScalarField DpDt("DpDt",
fvc::DDt(surfaceScalarField("phiU",
phi/fvc::interpolate(rho)), p));multivariateSurfaceInterpolationScheme
< scalar >::fieldTable | fields |
Function Documentation
| Info<< "Reading thermophysical properties\n" << endl; autoPtr<psiChemistryModel> pChemistry |
( |
psiChemistryModel:: |
Newmesh |
) |
|
| word inertSpecie |
( |
thermo. |
lookup"inertSpecie" |
) |
|
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) |
, |
|
|
thermo. |
rho() | |
|
) |
| | |
| Info<< "\nReading field U\n" << endl; volVectorField U ( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); DimensionedField<scalar, volMesh> kappa |
( |
IOobject("kappa", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) |
, |
|
|
mesh |
, |
|
|
dimensionedScalar("zero", dimless, 0.0) |
| |
|
) |
| | |
| Info<< "Creating turbulence model\n" << endl; autoPtr<compressible::turbulenceModel> turbulence |
( |
compressible::turbulenceModel:: |
Newrho, U, phi, thermo |
) |
|
Variable Documentation
| hCombustionThermo& thermo = chemistry.thermo() |
| Info<< "Creating field DpDt\n" << endl; volScalarField DpDt ( "DpDt", fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p) ); multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |
Copyright © 2000-2009 OpenCFD Ltd
|