Loading...
Searching...
No Matches
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

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())

Variables

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

Function Documentation

◆ pThermo()

Info<< "Reading thermophysical properties\n"<< endl;autoPtr< psiuReactionThermo > pThermo ( psiuReactionThermo::New(mesh) )

References mesh.

◆ validate()

thermo validate ( args. executable(),
"ha" ,
"ea"  )

References args.

◆ rho()

volScalarField rho ( IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE) ,
thermo. rho() )

References mesh, and runTime.

◆ 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) )

References mesh, phi, rho, runTime, and U.

◆ 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) )

References mesh, runTime, and Su.

◆ if()

if ( composition. contains"ft")

Definition at line 118 of file createFields.H.

References composition, and fields.

◆ add() [1/2]

fields add ( b )

References b, and fields.

◆ add() [2/2]

fields add ( thermo. he())

References fields.

Variable Documentation

◆ thermo

psiuReactionThermo& thermo = pThermo()

Definition at line 7 of file createFields.H.

◆ composition

basicSpecieMixture& composition = thermo.composition()

Definition at line 10 of file createFields.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 25 of file createFields.H.

◆ b

volScalarField& b = composition.Y("b")

Definition at line 27 of file createFields.H.

◆ 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

Definition at line 116 of file createFields.H.