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 word kinematicCloudName("kinematicCloud");
51 args.optionReadIfPresent("cloudName", kinematicCloudName);
53 Info<< "Constructing kinematicCloud " << kinematicCloudName << endl;
54 basicKinematicCloud kinematicCloud