FreeFOAM The Cross-Platform CFD Toolkit
boundaryTreatment.H File Reference

Detailed Description

Definition in file boundaryTreatment.H.

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 if (isA< wallPolyPatch >(pbMesh[patch(face())]))
else if (isA< wedgePolyPatch >(pbMesh[patch(face())]))
else if (isA< symmetryPolyPatch >(pbMesh[patch(face())]))
else if (isType< polyPatch >(pbMesh[patch(face())]))

Function Documentation

if ( isA< wallPolyPatch >  pbMesh[patch(face())])

Definition at line 1 of file boundaryTreatment.H.

References Foam::mag(), U, and v1.

else if ( isA< wedgePolyPatch >  pbMesh[patch(face())])

Definition at line 15 of file boundaryTreatment.H.

References mesh, patchi, and U.

else if ( isA< symmetryPolyPatch >  pbMesh[patch(face())])

Definition at line 30 of file boundaryTreatment.H.

References Foam::mag(), mesh, patchi, and U.

else if ( isType< polyPatch >  pbMesh[patch(face())])

Definition at line 52 of file boundaryTreatment.H.