Correct phi on new faces C-I faces. More...
Go to the source code of this file.
Functions | |
| const surfaceScalarField | faceMaskOld (localMin< scalar >(mesh).interpolate(cellMask.oldTime())) |
| rhoUf () * | |
| surfaceVectorField | rhoUfint (fvc::interpolate(rho *U)) |
| forAll (rhoUf().boundaryField(), patchI) | |
Variables | |
| phi = mesh.Sf() & rhoUf() | |
Correct phi on new faces C-I faces.
Original source file correctRhoPhiFaceMask.H
Definition in file correctRhoPhiFaceMask.H.
| const surfaceScalarField faceMaskOld | ( | localMin< scalar > | mesh).interpolate(cellMask.oldTime() | ) |
| rhoUf | ( | ) |
Definition at line 27 of file createRhoUfIfPresent.H.
Referenced by Foam::fvc::correctRhoUf(), forAll(), if(), if(), phid(), phiHbyA(), and phiHbyA().

| surfaceVectorField rhoUfint | ( | fvc::interpolate(rho *U) | ) |
References faceMaskOld(), rho, rhoUfint(), and U.
Referenced by forAll(), and rhoUfint().


| forAll | ( | rhoUf().boundaryField() | , |
| patchI | ) |
Definition at line 39 of file correctRhoPhiFaceMask.H.
References rhoUf(), and rhoUfint().

| phi = mesh.Sf() & rhoUf() |
Definition at line 45 of file correctRhoPhiFaceMask.H.