
Go to the source code of this file.
Variables | |
| const scalar | T0 = initialConditions.lookup<scalar>("T") |
| Info<< "Reading initial conditions.\n"<< endl;IOdictionary initialConditions(IOobject("initialConditions", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));const word constProp(initialConditions.lookup("constantProperty"));if((constProp !="pressure") &&(constProp !="volume") &&(constProp !="temperature")){ FatalError<< "in initialConditions, unknown constantProperty type "<< constProp<< nl<< " Valid types are: pressure volume temperature."<< exit(FatalError);}const scalar p0=initialConditions.lookup< scalar > | ( | "p" | ) |
| const scalar T0 = initialConditions.lookup<scalar>("T") |
Definition at line 34 of file createInitialFields.H.
Referenced by ReactingMultiphaseParcel< ParcelType >::calc(), ReactingParcel< ParcelType >::calc(), SprayParcel< ParcelType >::calc(), ThermoParcel< ParcelType >::calc(), SprayParcel< ParcelType >::chi(), sweepFace::project(), Foam::triIntersect::srcPointTgtTriIntersection(), Foam::triIntersect::srcTriTgtPointIntersection(), thermo< Thermo, Type >::T(), thermo< Thermo, Type >::Tea(), thermo< Thermo, Type >::Tes(), valueMulticomponentMixture< ThermoType >::thermoMixtureType::Tes(), thermo< Thermo, Type >::Tha(), thermo< Thermo, Type >::The(), valueMulticomponentMixture< ThermoType >::thermoMixtureType::The(), ubRhoThermo::The(), BasicThermo< MixtureType, BasicThermoType >::The(), and thermo< Thermo, Type >::THs().