Clean-up
This commit is contained in:
parent
867c17338e
commit
d31aa1c1e7
2 changed files with 1 additions and 6 deletions
|
@ -1,10 +1,4 @@
|
|||
{
|
||||
volScalarField divPhi
|
||||
(
|
||||
"divPhi",
|
||||
fvc::div(phi)
|
||||
);
|
||||
|
||||
// Update boundary velocity for consistency with the flux
|
||||
mrfZones.correctBoundaryVelocity(U);
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
label pRefCell = 0;
|
||||
scalar pRefValue = 0;
|
||||
|
||||
setRefCell
|
||||
(
|
||||
p,
|
||||
|
|
Reference in a new issue