Symmetry-plane patch. More...
#include <finiteVolume/symmetryFvPatch.H>
Public Member Functions | |
TypeName (symmetryPolyPatch::typeName_()) | |
Runtime type information. | |
symmetryFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
Construct from polyPatch. | |
![]() | |
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 | |
![]() | |
typedef fvBoundaryMesh | BoundaryMesh |
![]() | |
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. | |
![]() | |
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 polyPatch.
Definition at line 64 of file symmetryFvPatch.H.
TypeName | ( | symmetryPolyPatch:: | typeName_() | ) |
Runtime type information.