1 Info<< "Reading thermophysical properties\n" << endl;
3 autoPtr<basicPsiThermo> pThermo
5 basicPsiThermo::New(mesh)
7 basicPsiThermo& thermo = pThermo();
22 Info<< "\nReading field U\n" << endl;
36 #include "compressibleCreatePhi.H"
38 Info<< "Creating turbulence model\n" << endl;
39 autoPtr<compressible::turbulenceModel> turbulence
41 compressible::turbulenceModel::New
50 const word kinematicCloudName
52 args.optionLookupOrDefault<word>("cloudName", "kinematicCloud")
55 Info<< "Constructing kinematicCloud " << kinematicCloudName << endl;
56 basicKinematicCloud kinematicCloud