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