Loading...
Searching...
No Matches
correctRhoPhiFaceMask.H File Reference

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()

Detailed Description

Correct phi on new faces C-I faces.

Original source file correctRhoPhiFaceMask.H

Definition in file correctRhoPhiFaceMask.H.

Function Documentation

◆ faceMaskOld()

const surfaceScalarField faceMaskOld ( localMin< scalar > mesh).interpolate(cellMask.oldTime())

References faceMaskOld(), and mesh.

Here is the call graph for this function:

◆ rhoUf()

rhoUf ( )

Definition at line 27 of file createRhoUfIfPresent.H.

Referenced by Foam::fvc::correctRhoUf(), forAll(), if(), if(), phid(), phiHbyA(), and phiHbyA().

Here is the caller graph for this function:

◆ rhoUfint()

surfaceVectorField rhoUfint ( fvc::interpolate(rho *U) )

References faceMaskOld(), rho, rhoUfint(), and U.

Referenced by forAll(), and rhoUfint().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ forAll()

forAll ( rhoUf().boundaryField() ,
patchI  )

Definition at line 39 of file correctRhoPhiFaceMask.H.

References rhoUf(), and rhoUfint().

Here is the call graph for this function:

Variable Documentation

◆ phi

phi = mesh.Sf() & rhoUf()

Definition at line 45 of file correctRhoPhiFaceMask.H.