initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / solvers / compressible / rhopSonicFoam / rhoUboundaryTypes.H
blobc03b959d2677e0b19a5528ea886c07466a145d94
1 const volVectorField::GeometricBoundaryField& Ubf = U.boundaryField();
2 wordList rhoUboundaryTypes = Ubf.types();
4 forAll(rhoUboundaryTypes, patchi)
6     if (Ubf[patchi].fixesValue())
7     {
8         rhoUboundaryTypes[patchi] = fixedRhoUFvPatchVectorField::typeName;
9     }