createFields.H File Reference
Go to the source code of this file.
|
Functions |
Info<< "Reading thermophysical
properties\n"<< endl;autoPtr
< hhuCombustionThermo > | pThermo (hhuCombustionThermo::New(mesh)) |
| volScalarField | rho (IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho()) |
Info<< "min(b) = "<< min(b).value()
<< endl;Info<< "\nReading
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)) |
Info<< "Creating field DpDt\n"
<< endl;volScalarField DpDt("DpDt",
fvc::DDt(surfaceScalarField("phiU",
phi/fvc::interpolate(rho)), p));Info
<< "Creating the unstrained
laminar flame speed\n"<< endl;autoPtr
< laminarFlameSpeed > | unstrainedLaminarFlameSpeed (laminarFlameSpeed::New(thermo)) |
Info<< "Calculating turbulent
flame speed field St\n"<< endl;volScalarField
St(IOobject("St",
runTime.timeName(), mesh,
IOobject::NO_READ,
IOobject::AUTO_WRITE),
flameWrinkling-> | Xi ()*Su) |
| | if (composition.contains("ft")) |
| fields | add (b) |
| fields | add (h) |
| fields | add (hu) |
| flameWrinkling | addXi (fields) |
Variables |
| hhuCombustionThermo & | thermo = pThermo() |
| basicMultiComponentMixture & | composition = thermo.composition() |
| volScalarField & | p = thermo.p() |
| const volScalarField & | psi = thermo.psi() |
| volScalarField & | h = thermo.h() |
| volScalarField & | hu = thermo.hu() |
| volScalarField & | b = composition.Y("b") |
Info<< "Reading strained
laminar flame speed field Su\n"
<< endl;volScalarField Su(IOobject("Su",
runTime.timeName(), mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE), mesh);Info
<< "Reading field betav\n"
<< endl;volScalarField betav(IOobject("betav",
runTime.findInstance(polyMesh::meshSubDir,"betav"),
polyMesh::meshSubDir, mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE), mesh);IOdictionary
PDRProperties(IOobject("PDRProperties",
runTime.constant(), mesh,
IOobject::MUST_READ,
IOobject::NO_WRITE));autoPtr
< PDRDragModel > | drag |
| autoPtr< XiModel > | flameWrinkling |
| | Create the flame-wrinkling model.
|
multivariateSurfaceInterpolationScheme
< scalar >::fieldTable | fields |
Function Documentation
| Info<< "Reading thermophysical properties\n" << endl; autoPtr<hhuCombustionThermo> pThermo |
( |
hhuCombustionThermo:: |
Newmesh |
) |
|
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) |
, |
|
|
thermo. |
rho() | |
|
) |
| | |
| Info<< "min(b) = " << min(b).value() << endl; Info<< "\nReading 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 |
) |
|
| Info<< "Creating field DpDt\n" << endl; volScalarField DpDt ( "DpDt", fvc::DDt(surfaceScalarField("phiU", phi/fvc::interpolate(rho)), p) ); Info<< "Creating the unstrained laminar flame speed\n" << endl; autoPtr<laminarFlameSpeed> unstrainedLaminarFlameSpeed |
( |
laminarFlameSpeed:: |
Newthermo |
) |
|
| Info<< "Calculating turbulent flame speed field St\n" << endl; volScalarField St ( IOobject ( "St", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), flameWrinkling-> Xi |
( |
|
) |
|
| if |
( |
composition. |
contains"ft" |
) |
|
Variable Documentation
| hhuCombustionThermo& thermo = pThermo() |
Definition at line 28 of file createFields.H.
Referenced by forAll(), Foam::HasherDual(), Foam::HasherInt(), if(), Foam::interpolate(), JanevReactionRate::JanevReactionRate(), jenkins_hashbig(), jenkins_hashlittle(), Particle< ParticleType >::lambda(), Foam::operator!=(), less::operator()(), Foam::operator>>(), Foam::parseNASCoord(), powerSeriesReactionRate::powerSeriesReactionRate(), Foam::Swap(), swapec(), tetrahedron< Point, PointRef >::tetrahedron(), and vbedg().
| Info<< "Reading strained laminar flame speed field Su\n" << endl; volScalarField Su ( IOobject ( "Su", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Info<< "Reading field betav\n" << endl; volScalarField betav ( IOobject ( "betav", runTime.findInstance(polyMesh::meshSubDir, "betav"), polyMesh::meshSubDir, mesh, IOobject::MUST_READ, IOobject::NO_WRITE ), mesh ); IOdictionary PDRProperties ( IOobject ( "PDRProperties", runTime.constant(), mesh, IOobject::MUST_READ, IOobject::NO_WRITE ) ); autoPtr<PDRDragModel> drag |
Initial value: Create the flame-wrinkling model.
Definition at line 129 of file createFields.H.
Referenced by if().
| multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |
Copyright © 2000-2009 OpenCFD Ltd
|