Formatting

This commit is contained in:
Hrvoje Jasak 2017-12-30 09:33:40 +00:00
parent 2dc2206525
commit 0a812c0c07

View file

@ -10,7 +10,7 @@ if (addMRF || addPorosity)
tpresSource = tpresSource =
( (
(mesh.Sf() & fvc::interpolate(rTU)) (mesh.Sf() & fvc::interpolate(rTU))
& fvc::interpolate(fvc::grad(p)) & fvc::interpolate(fvc::grad(p))
); );
const surfaceScalarField& presSource = tpresSource(); const surfaceScalarField& presSource = tpresSource();