Go to the source code of this file.
Functions | |
Info<< "Reading thermophysical properties\"<< endl;autoPtr< psiThermo > | pThermo (psiThermo::New(mesh)) |
Variables | |
psiThermo & | thermo = pThermo() |
volScalarField & | e = thermo.he() |
Elementary charge. More... | |
Info<< "Reading field U\"<< endl;volVectorField U(IOobject("U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);volScalarField rho(IOobject("rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE), thermo.rho());volVectorField rhoU(IOobject("rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *U);volScalarField rhoE(IOobject("rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), rho *(e+0.5 *magSqr(U)));surfaceScalarField pos(IOobject("pos", runTime.timeName(), mesh), mesh, dimensionedScalar(dimless, 1.0));surfaceScalarField neg(IOobject("neg", runTime.timeName(), mesh), mesh, dimensionedScalar(dimless, -1.0));surfaceScalarField phi("phi", fvc::flux(rhoU));Info<< "Creating turbulence model\"<< endl;autoPtr< compressible::turbulenceModel > | turbulence (compressible::turbulenceModel::New(rho, U, phi, thermo)) |
Info<< "Reading thermophysical properties\n" << endl;autoPtr<psiThermo> pThermo | ( | psiThermo::New(mesh) | ) |
psiThermo& thermo = pThermo() |
Definition at line 9 of file createFields.H.
volScalarField& e = thermo.he() |
Elementary charge.
Definition at line 11 of file createFields.H.
Referenced by enrichedPatch::calcEnrichedFaces(), PatchTools::checkOrientation(), TrajectoryCollision< CloudType >::collideParcels(), edgeVertex::coord(), EDC< ReactionThermo >::correct(), dtris2(), Foam::meshTools::findEdge(), indexedOctree< Foam::treeDataFace >::findLine(), dynamicIndexedOctree< Foam::dynamicTreeDataPoint >::findNearest(), forAll(), treeDataPrimitivePatch< PatchType >::getVolumeType(), if(), interpolationCellPointFace< Type >::interpolate(), Foam::levelSetFraction(), PatchTools::matchEdges(), treeDataPrimitivePatch< PatchType >::findSelfIntersectOp::operator()(), cell::opposingFace(), Foam::meshTools::otherEdge(), NASedgeFormat::read(), GeometricField< Type, PatchField, GeoMesh >::Boundary::readField(), Foam::solve(), EulerImplicit< ChemistryModel >::solve(), SprayParcel< ParcelType >::solveTABEq(), PatchTools::sortedEdgeFaces(), swapec(), triangulation_plot_eps(), LISAAtomization< CloudType >::update(), vbedg(), meshRefinement::weightedSum(), timeVaryingMappedFixedValuePointPatchField< Type >::write(), timeVaryingMappedFvPatchField< Type >::write(), edgeVertex::writeCut(), and VTKedgeFormat::writeEdges().
Info<< "Reading field U\n" << endl;volVectorField U( IOobject ( "U", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh);volScalarField rho( IOobject ( "rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), thermo.rho());volVectorField rhoU( IOobject ( "rhoU", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), rho*U);volScalarField rhoE( IOobject ( "rhoE", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), rho*(e + 0.5*magSqr(U)));surfaceScalarField pos( IOobject ( "pos", runTime.timeName(), mesh ), mesh, dimensionedScalar(dimless, 1.0));surfaceScalarField neg( IOobject ( "neg", runTime.timeName(), mesh ), mesh, dimensionedScalar(dimless, -1.0));surfaceScalarField phi("phi", fvc::flux(rhoU));Info<< "Creating turbulence model\n" << endl;autoPtr<compressible::turbulenceModel> turbulence(compressible::turbulenceModel::New( rho, U, phi, thermo)) |
Definition at line 94 of file createFields.H.
Referenced by diffusion< ReactionThermo, ThermoType >::correct(), relaxation::correct(), PaSR< ReactionThermo >::correct(), EDC< ReactionThermo >::correct(), forAll(), forAllIter(), if(), and LESdelta::New().