FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

boundaryTreatment.H File Reference


Detailed Description

Definition in file boundaryTreatment.H.

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, and U.

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

Definition at line 30 of file boundaryTreatment.H.

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

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

Definition at line 52 of file boundaryTreatment.H.