Functions | Variables
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< psiThermo > pThermo (psiThermo::New(mesh))
 
thermo validate (args.executable(),"h","e")
 
volScalarField rho (IOobject( "rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE ), thermo.rho())
 
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::turbulenceModel > turbulence (compressible::turbulenceModel::New( rho, U, phi, thermo ))
 

Variables

psiThermo & thermo = pThermo()
 
volScalarField & p = thermo.p()
 
const volScalarField & psi = thermo.psi()
 
const volScalarField & T = thermo.T()
 

Function Documentation

Info<< "Reading thermophysical properties\n" << endl; autoPtr<psiThermo> pThermo ( psiThermo::New(mesh )
thermo validate ( args.  executable(),
"h"  ,
"e"   
)
volScalarField rho ( IOobject( "rho", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::AUTO_WRITE )  ,
thermo.  rho() 
)
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::turbulenceModel> turbulence ( compressible::turbulenceModel::New( rho, U, phi, thermo )

Variable Documentation

psiThermo& thermo = pThermo()

Definition at line 7 of file createFields.H.

volScalarField& p = thermo.p()

Definition at line 23 of file createFields.H.

const volScalarField& psi = thermo.psi()
const volScalarField& T = thermo.T()

Definition at line 25 of file createFields.H.

Referenced by UList< T >::assign(), UList< T >::byteSize(), SprayParcel< ParcelType >::calc(), SprayParcel< ParcelType >::calcAtomization(), SprayParcel< ParcelType >::calcBreakup(), FixedList< T, Size >::cdata(), SprayParcel< ParcelType >::chi(), MixedDiffuseSpecular< CloudType >::correct(), particle< Type >::correctAfterParallelTransfer(), Foam::createWithValues(), mapDistribute::distribute(), linearViscousStress< BasicTurbulenceModel >::divDevRhoReff(), ReynoldsStress< BasicTurbulenceModel >::divDevRhoReff(), Pstream::exchange(), FixedList< T, Size >::FixedList(), for(), forAll(), forAllIter(), meshRefinement::gAverage(), if(), Dual< Type >::interpolateGrad(), thermo< Thermo, Type >::K(), hPowerThermo< EquationOfState >::limit(), LList< LListBase, T >::LList(), dictionary::lookupOrDefault(), Moment< Type >::Moment(), sutherlandTransport< Thermo >::mu(), radiationModel::New(), Foam::NullObjectPtr(), Foam::NullObjectRef(), LandauTellerReactionRate::operator()(), JanevReactionRate::operator()(), StaticHashTable< T, Key, Hash >::operator()(), UList< T >::operator=(), FixedList< T, Size >::operator==(), UList< T >::operator==(), PtrList< T >::operator[](), StaticHashTable< T, Key, Hash >::operator[](), StaticHashTable< T, Key, Hash >::printInfo(), perfectFluid< Specie >::psi(), PengRobinsonGas< Specie >::psi(), PtrList< T >::read(), ThermoParcel< ParcelType >::readFields(), Foam::ReadHex(), perfectFluid< Specie >::rho(), incompressiblePerfectGas< Specie >::rho(), PengRobinsonGas< Specie >::rho(), UPtrList< T >::set(), ode< ChemistryModel >::solve(), FixedList< T, Size >::swap(), FieldField< Field, Type >::T(), Field< Type >::T(), thermo< Thermo, Type >::TEa(), thermo< Thermo, Type >::TEs(), meshRefinement::testSyncBoundaryFaceList(), thermo< Thermo, Type >::THa(), thermo< Thermo, Type >::THs(), FixedList< T, Size >::transfer(), Foam::transform(), meshRefinement::updateList(), HashPtrTable< T, Key, Hash >::write(), FixedList< T, Size >::writeEntry(), UList< T >::writeEntry(), ThermoParcel< ParcelType >::writeFields(), and PengRobinsonGas< Specie >::Z().