Foam::directMappedFvPatch. More...
#include <finiteVolume/directMappedFvPatch.H>
Definition at line 50 of file directMappedFvPatch.H.
Inheritance diagram for directMappedFvPatch:
Collaboration diagram for directMappedFvPatch:Public Member Functions | |
| TypeName (directMappedPolyPatch::typeName_()) | |
| Runtime type information. | |
| directMappedFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
| Construct from components. | |
Public Member Functions inherited from fvPatch | |
| 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. | |
Additional Inherited Members | |
Public Types inherited from fvPatch | |
| typedef fvBoundaryMesh | BoundaryMesh |
Static Public Member Functions inherited from fvPatch | |
| static autoPtr< fvPatch > | New (const polyPatch &, const fvBoundaryMesh &) |
| Return a pointer to a new patch created on freestore from polyPatch. | |
| static bool | constraintType (const word &pt) |
| Return true if the given type is a constraint type. | |
| static wordList | constraintTypes () |
| Return a list of all the constraint patch types. | |
Protected Member Functions inherited from fvPatch | |
| virtual void | makeWeights (scalarField &) const |
| Make patch weighting factors. | |
| virtual void | makeDeltaCoeffs (scalarField &) const |
| Make patch face - neighbour cell distances. | |
| virtual void | initMovePoints () |
| Initialise the patches for moving points. | |
| virtual void | movePoints () |
| Correct patches after moving points. | |
|
inline |
Construct from components.
Definition at line 64 of file directMappedFvPatch.H.
| TypeName | ( | directMappedPolyPatch:: | typeName_() | ) |
Runtime type information.