Skip to content
Snippets Groups Projects
Commit b4a047eb authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'master' into develop

parents e5220d9a 20ffdb88
No related branches found
No related tags found
No related merge requests found
...@@ -101,12 +101,6 @@ Foam::fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField ...@@ -101,12 +101,6 @@ Foam::fixedFluxPressureFvPatchScalarField::fixedFluxPressureFvPatchScalarField
patchInternalField() patchInternalField()
+ gradient()*(patch().nf() & patch().delta()) + gradient()*(patch().nf() & patch().delta())
); );
}
else
{
// Enforce mapping of values so we have a valid starting value. This
// constructor is used when reconstructing fields
this->map(ptf, mapper);
} }
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment