Formatting

This commit is contained in:
Hrvoje Jasak 2013-04-15 12:55:02 +01:00
parent 905f730e18
commit 71940b5ac7

View file

@ -198,7 +198,11 @@ gaussLaplacianScheme<Type, GType>::fvcLaplacian
surfaceVectorField Sn = mesh.Sf()/mesh.magSf();
surfaceVectorField SfGamma = mesh.Sf() & gamma;
GeometricField<scalar, fvsPatchField, surfaceMesh> SfGammaSn = SfGamma & Sn;
GeometricField<scalar, fvsPatchField, surfaceMesh> SfGammaSn
(
SfGamma & Sn
);
surfaceVectorField SfGammaCorr = SfGamma - SfGammaSn*Sn;
tmp<GeometricField<Type, fvPatchField, volMesh> > tLaplacian