Go to the source code of this file.
|
Info<< "Reading thermophysical properties\"<< 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<< "\Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);mesh.schemes().setFluxRequired(p.name());Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::momentumTransportModel > | turbulence (compressible::momentumTransportModel::New(rho, U, phi, thermo)) |
|
Info<< "Creating thermophysical transport model\"<< endl;autoPtr< fluidThermophysicalTransportModel > | thermophysicalTransport (fluidThermophysicalTransportModel::New(turbulence(), thermo)) |
|
| if (composition.contains("ft")) |
|
fields | add (b) |
|
fields | add (thermo.he()) |
|
|
psiuReactionThermo & | thermo = pThermo() |
|
basicCombustionMixture & | composition = thermo.composition() |
|
volScalarField & | p = thermo.p() |
|
volScalarField & | b = composition.Y("b") |
| Wien displacement law constant: default SI units: [m K]. More...
|
|
Info<< "Creating field dpdt\"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar(p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\"<< endl;volScalarField K("K", 0.5 *magSqr(U));Info<< "Creating field Xi\"<< endl;volScalarField Xi(IOobject("Xi", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);Info<< "Creating the unstrained laminar flame speed\"<< endl;autoPtr< laminarFlameSpeed > | unstrainedLaminarFlameSpeed (laminarFlameSpeed::New(thermo)) |
|
Info<< "Reading strained laminar flame speed field Su\"<< endl;volScalarField Su(IOobject("Su", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);dimensionedScalar SuMin=0.01 *Su.average();dimensionedScalar SuMax=4 *Su.average();Info<< "Calculating turbulent flame speed field St\"<< endl;volScalarField St(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.schemes().setFluxRequired(p.name());Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::momentumTransportModel> turbulence |
( |
compressible::momentumTransportModel::New(rho, U, phi, thermo) |
| ) |
|
◆ thermophysicalTransport()
Info<< "Creating thermophysical transport model\n" << endl;autoPtr<fluidThermophysicalTransportModel> thermophysicalTransport |
( |
fluidThermophysicalTransportModel::New(turbulence(), thermo) |
| ) |
|
◆ if()
if |
( |
composition. |
contains"ft" | ) |
|
◆ add() [1/2]
◆ add() [2/2]
◆ thermo
psiuReactionThermo& thermo = pThermo() |
◆ composition
basicCombustionMixture& composition = thermo.composition() |
volScalarField& p = thermo.p() |
Wien displacement law constant: default SI units: [m K].
Definition at line 27 of file createFields.H.
◆ unstrainedLaminarFlameSpeed
Info<< "Creating field dpdt\n" << endl;volScalarField dpdt( IOobject ( "dpdt", runTime.timeName(), mesh ), mesh, dimensionedScalar(p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n" << endl;volScalarField K("K", 0.5*magSqr(U));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)) |
◆ fields
Info<< "Reading strained laminar flame speed field Su\n" << endl;volScalarField Su( IOobject ( "Su", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);dimensionedScalar SuMin = 0.01*Su.average();dimensionedScalar SuMax = 4*Su.average();Info<< "Calculating turbulent flame speed field St\n" << endl;volScalarField St( IOobject ( "St", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), Xi*Su);multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields |