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

◆ rhoUf()

rhoUf ( )

Referenced by forAll().

Here is the caller graph for this function:

◆ rhoUfint()

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

Referenced by forAll().

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.