Public Member Functions | |
fvBoundaryMesh (const fvMesh &) | |
fvBoundaryMesh (const fvMesh &, const polyBoundaryMesh &) | |
const fvMesh & | mesh () const noexcept |
UPtrList< const labelUList > | faceCells () const |
lduInterfacePtrsList | interfaces () const |
labelList | indices (const wordRe &matcher, const bool useGroups) const |
labelList | indices (const wordRes &matcher, const bool useGroups) const |
label | findPatchID (const word &patchName) const |
void | movePoints () |
const fvPatch & | operator[] (const word &) const |
fvPatch & | operator[] (const word &) |
labelList | findIndices (const wordRe &key, bool useGroups) const |
![]() | |
constexpr | PtrList () noexcept |
PtrList (const label len) | |
PtrList (const PtrList< T > &list) | |
PtrList (PtrList< T > &&list) | |
PtrList (UList< T * > &list) | |
template<class CloneArg > | |
PtrList (const PtrList< T > &list, const CloneArg &cloneArgs) | |
PtrList (PtrList< T > &list, bool reuse) | |
PtrList (const SLPtrList< T > &list) | |
template<class INew > | |
PtrList (Istream &is, const INew &inew) | |
PtrList (Istream &is) | |
~PtrList () | |
template<class... Args> | |
PtrList< T > | clone (Args &&... args) const |
const T * | set (const label i) const |
void | clear () |
void | resize (const label newLen) |
void | setSize (const label newLen) |
template<class... Args> | |
void | emplace_append (Args &&... args) |
void | append (T *ptr) |
void | append (autoPtr< T > &ptr) |
void | append (autoPtr< T > &&ptr) |
void | append (std::unique_ptr< T > &&ptr) |
void | append (const refPtr< T > &ptr) |
void | append (const tmp< T > &ptr) |
template<class... Args> | |
autoPtr< T > | emplace (const label i, Args &&... args) |
autoPtr< T > | set (const label i, T *ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &ptr) |
autoPtr< T > | set (const label i, autoPtr< T > &&ptr) |
autoPtr< T > | set (const label i, std::unique_ptr< T > &&ptr) |
autoPtr< T > | set (const label i, const refPtr< T > &ptr) |
autoPtr< T > | set (const label i, const tmp< T > &ptr) |
autoPtr< T > | release (const label i) |
void | transfer (PtrList< T > &list) |
void | operator= (const PtrList< T > &list) |
void | operator= (PtrList< T > &&list) |
template<class T > | |
PtrList (PtrList< T > &list, bool reuse) | |
template<class T > | |
PtrList (const SLPtrList< T > &list) | |
template<class... Args> | |
Foam::PtrList< T > | clone (Args &&... args) const |
template<class T > | |
constexpr | PtrList () noexcept |
template<class T > | |
PtrList (const label len) | |
template<class T > | |
PtrList (const PtrList< T > &list) | |
template<class T > | |
PtrList (PtrList< T > &&list) | |
template<class T > | |
PtrList (UList< T * > &list) | |
template<class... Args> | |
Foam::autoPtr< T > | emplace (const label i, Args &&... args) |
template<class T > | |
PtrList (Istream &is) | |
Protected Member Functions | |
void | readUpdate (const polyBoundaryMesh &) |
![]() | |
template<class INew > | |
void | readIstream (Istream &is, const INew &inew) |
void | free () |
Friends | |
class | fvMesh |
Definition at line 53 of file fvBoundaryMesh.H.
|
explicit |
Definition at line 44 of file fvBoundaryMesh.C.
fvBoundaryMesh | ( | const fvMesh & | m, |
const polyBoundaryMesh & | basicBdry | ||
) |
Definition at line 54 of file fvBoundaryMesh.C.
|
protected |
Definition at line 164 of file fvBoundaryMesh.C.
References clear().
|
inlinenoexcept |
Definition at line 99 of file fvBoundaryMesh.H.
Referenced by cyclicAMIFvPatch::coupled(), parseDriver::mesh(), lduPrimitiveMeshAssembly::update(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::updateCoeffs(), and porousBafflePressureFvPatchField< Type >::updateCoeffs().
Foam::UPtrList< const Foam::labelUList > faceCells | ( | ) | const |
Definition at line 127 of file fvBoundaryMesh.C.
References forAll, patches, and UPtrList::set().
Referenced by outletStabilised< Type >::correction(), inverseDistance::walkFront(), and outletStabilised< Type >::weights().
Foam::lduInterfacePtrsList interfaces | ( | ) | const |
Definition at line 142 of file fvBoundaryMesh.C.
References forAll, patches, and UPtrList::set().
Foam::labelList indices | ( | const wordRe & | matcher, |
const bool | useGroups | ||
) | const |
Definition at line 69 of file fvBoundaryMesh.C.
References polyMesh::boundaryMesh(), polyBoundaryMesh::indices(), and mesh.
Referenced by fvBoundaryMesh::findIndices().
Foam::labelList indices | ( | const wordRes & | matcher, |
const bool | useGroups | ||
) | const |
Definition at line 79 of file fvBoundaryMesh.C.
References polyMesh::boundaryMesh(), polyBoundaryMesh::indices(), and mesh.
Foam::label findPatchID | ( | const word & | patchName | ) | const |
Definition at line 88 of file fvBoundaryMesh.C.
References forAll, Foam::name(), and patches.
void movePoints | ( | ) |
Definition at line 110 of file fvBoundaryMesh.C.
const Foam::fvPatch & operator[] | ( | const word & | patchName | ) | const |
Definition at line 174 of file fvBoundaryMesh.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::nl.
Foam::fvPatch & operator[] | ( | const word & | patchName | ) |
Definition at line 192 of file fvBoundaryMesh.C.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, and Foam::nl.
Definition at line 143 of file fvBoundaryMesh.H.
References fvBoundaryMesh::indices(), and Foam::glTF::key().
|
friend |
Definition at line 84 of file fvBoundaryMesh.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.