1 Info << "Calculating patch traction" << endl;
2 PtrList<vectorField> traction(mesh.boundary().size());
5 const surfaceVectorField::GeometricBoundaryField& Apatches =
6 mesh.Sf().boundaryField();
8 const surfaceScalarField::GeometricBoundaryField& magApatches =
9 mesh.magSf().boundaryField();
11 forAll(traction, patchI)
13 vectorField n = Apatches[patchI]/magApatches[patchI];
21 - patchPressure[patchI]*n