1 const volScalarField::GeometricBoundaryField& Tbf = T.boundaryField();
2 wordList rhoEboundaryTypes = Tbf.types();
4 forAll(rhoEboundaryTypes, patchi)
6 if (Tbf[patchi].fixesValue())
8 rhoEboundaryTypes[patchi] = fixedRhoEFvPatchScalarField::typeName;
12 rhoEboundaryTypes[patchi] = mixedRhoEFvPatchScalarField::typeName;