Foam::directMappedWallFvPatch. More...
#include <finiteVolume/directMappedWallFvPatch.H>
Foam::directMappedWallFvPatch.
Definition at line 50 of file directMappedWallFvPatch.H.
Public Member Functions | |
TypeName (directMappedWallPolyPatch::typeName_()) | |
Runtime type information. | |
directMappedWallFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
Construct from components. | |
![]() | |
TypeName (wallPolyPatch::typeName_()) | |
Runtime type information. | |
wallFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
Construct from components. | |
![]() | |
TypeName (polyPatch::typeName_()) | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, fvPatch, polyPatch,(const polyPatch &patch, const fvBoundaryMesh &bm),(patch, bm)) | |
fvPatch (const polyPatch &, const fvBoundaryMesh &) | |
Construct from polyPatch. | |
virtual | ~fvPatch () |
const polyPatch & | patch () const |
Return the polyPatch. | |
const word & | name () const |
Return name. | |
virtual label | size () const |
Return size. | |
bool | coupled () const |
Return true if this patch is coupled. | |
label | index () const |
Return the index of this patch in the fvBoundaryMesh. | |
const fvBoundaryMesh & | boundaryMesh () const |
Return boundaryMesh reference. | |
template<class T > | |
const List< T >::subList | patchSlice (const List< T > &l) const |
Slice list to patch. | |
virtual const unallocLabelList & | faceCells () const |
Return faceCells. | |
const vectorField & | Cf () const |
Return face centres. | |
tmp< vectorField > | Cn () const |
Return neighbour cell centres. | |
const vectorField & | Sf () const |
Return face area vectors. | |
const scalarField & | magSf () const |
Return face area magnitudes. | |
tmp< vectorField > | nf () const |
Return face normals. | |
virtual tmp< vectorField > | delta () const |
Return cell-centre to face-centre vector. | |
const scalarField & | weights () const |
Return patch weighting factors. | |
const scalarField & | deltaCoeffs () const |
Return the face - cell distance coeffient. | |
template<class Type > | |
tmp< Field< Type > > | patchInternalField (const UList< Type > &) const |
Return given internal field next to patch as patch field. | |
template<class GeometricField , class Type > | |
const GeometricField::PatchFieldType & | patchField (const GeometricField &) const |
Return the corresponding patchField of the named field. | |
template<class GeometricField , class Type > | |
const GeometricField::PatchFieldType & | lookupPatchField (const word &name, const GeometricField *=NULL, const Type *=NULL) const |
Lookup and return the patchField of the named field from the. |
|
inline |
Construct from components.
Definition at line 65 of file directMappedWallFvPatch.H.
TypeName | ( | directMappedWallPolyPatch:: | typeName_() | ) |
Runtime type information.