Formatting
This commit is contained in:
parent
2dc2206525
commit
0a812c0c07
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ if (addMRF || addPorosity)
|
|||
tpresSource =
|
||||
(
|
||||
(mesh.Sf() & fvc::interpolate(rTU))
|
||||
& fvc::interpolate(fvc::grad(p))
|
||||
& fvc::interpolate(fvc::grad(p))
|
||||
);
|
||||
const surfaceScalarField& presSource = tpresSource();
|
||||
|
||||
|
|
Reference in a new issue