1 Info<< "Reading field p\n" << endl;
16 Info<< "Reading field T\n" << endl;
29 T.correctBoundaryConditions();
45 # include "rhoBoundaryTypes.H"
60 Info<< "Reading field U\n" << endl;
74 # include "rhoUboundaryTypes.H"
89 # include "rhoEboundaryTypes.H"
100 rho*Cv*T + 0.5*rho*magSqr(rhoU/rho),
104 # include "compressibleCreatePhi.H"
107 surfaceScalarField phiv
115 phi/linearInterpolate(rho),
116 phi.boundaryField().types()
119 rhoU.correctBoundaryConditions();
121 multivariateSurfaceInterpolationScheme<scalar>::fieldTable fields;
123 volScalarField magRhoU = mag(rhoU);
124 volScalarField H("H", (rhoE + p)/rho);
130 mesh.schemesDict().setFluxRequired(p.name());