Go to the source code of this file.
|
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiuReactionThermo > | pThermo (psiuReactionThermo::New(mesh)) |
| thermo | validate (args.executable(), "ha", "ea") |
| 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);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
| Info<< "Creating field Xi\n"<< endl;volScalarField Xi(IOobject("Xi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating the unstrained laminar flame speed\n"<< endl;autoPtr< laminarFlameSpeed > | unstrainedLaminarFlameSpeed (laminarFlameSpeed::New(thermo)) |
| | if (composition.contains("ft")) |
| fields | add (b) |
| fields | add (thermo.he()) |
|
| psiuReactionThermo & | thermo = pThermo() |
| basicSpecieMixture & | composition = thermo.composition() |
| volScalarField & | p = thermo.p() |
| volScalarField & | b = composition.Y("b") |
| Info<<"ReadingstrainedlaminarflamespeedfieldSu\n"<< endl;volScalarFieldSu(IOobject("Su", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);dimensionedScalarSuMin=0.01 *Su.average();dimensionedScalarSuMax=4 *Su.average();Info<<"CalculatingturbulentflamespeedfieldSt\n"<< endl;volScalarFieldSt(IOobject("St", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), Xi *Su);multivariateSurfaceInterpolationScheme< scalar >::fieldTable | fields |
◆ pThermo()
| Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiuReactionThermo > pThermo |
( |
psiuReactionThermo::New(mesh) | | ) |
|
◆ validate()
| thermo validate |
( |
args. | executable(), |
|
|
"ha" | , |
|
|
"ea" | ) |
◆ rho()
| volScalarField rho |
( |
IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) | , |
|
|
thermo. | rho() ) |
◆ turbulence()
| 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);mesh.setFluxRequired(p.name());Info<< "Creating turbulence model\n"<< endl;autoPtr< compressible::turbulenceModel > turbulence |
( |
compressible::turbulenceModel::New(rho, U, phi, thermo) | | ) |
|
◆ unstrainedLaminarFlameSpeed()
| Info<< "Creating field Xi\n"<< endl;volScalarField Xi(IOobject("Xi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating the unstrained laminar flame speed\n"<< endl;autoPtr< laminarFlameSpeed > unstrainedLaminarFlameSpeed |
( |
laminarFlameSpeed::New(thermo) | | ) |
|
◆ if()
| if |
( |
composition. | contains"ft" | ) |
|
◆ add() [1/2]
◆ add() [2/2]
◆ thermo
| psiuReactionThermo& thermo = pThermo() |
◆ composition
| basicSpecieMixture& composition = thermo.composition() |
| volScalarField& p = thermo.p() |
◆ fields
| Info<<"ReadingstrainedlaminarflamespeedfieldSu\n"<<endl;volScalarFieldSu(IOobject("Su",runTime.timeName(),mesh,IOobject::MUST_READ,IOobject::AUTO_WRITE),mesh);dimensionedScalarSuMin=0.01*Su.average();dimensionedScalarSuMax=4*Su.average();Info<<"CalculatingturbulentflamespeedfieldSt\n"<<endl;volScalarFieldSt(IOobject("St",runTime.timeName(),mesh,IOobject::NO_READ,IOobject::AUTO_WRITE),Xi*Su);multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |