

Public Member Functions | |
| powerLawLopesdaCostaZone (const word &name, const fvMesh &mesh, const dictionary &dict, const dictionary &coeffDict) | |
| Constructor. More... | |
| const scalarField & | Av () const |
| Return the porosity surface area per unit volume zone field. More... | |
Protected Attributes | |
| const word | zoneName_ |
| Automatically generated zone name for this porous zone. More... | |
| scalarField | Av_ |
| Porosity surface area per unit volume zone field. More... | |
Definition at line 87 of file powerLawLopesdaCosta.H.
| powerLawLopesdaCostaZone | ( | const word & | name, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict, | ||
| const dictionary & | coeffDict | ||
| ) |
Constructor.
Definition at line 47 of file powerLawLopesdaCosta.C.
References Foam::abort(), ZoneList< ZoneType, ZonesType, MeshType >::append(), powerLawLopesdaCostaZone::Av_, polyMesh::boundaryMesh(), primitiveMesh::cellCentres(), polyMesh::cellZones(), TimePaths::constant(), boundBox::contains(), dict, Foam::dimArea, Foam::dimLength, Foam::dimVolume, Foam::FatalError, FatalErrorInFunction, triSurface::findLine(), triSurfaceSearch::findLine(), forAll, ZoneList< ZoneType, ZonesType, MeshType >::found(), Pstream::gatherList(), searchableSurface::geometryDir(), PointIndexHit< Point >::hit(), PointIndexHit< Point >::hitPoint(), dictionary::lookup(), boundBox::max(), mesh, boundBox::min(), UPstream::myProcNo(), nPoints, UPstream::nProcs(), Foam::offset(), UPstream::parRun(), polyBoundaryMesh::patchSet(), triSurface::points(), PrimitivePatch< FaceList, PointField >::points(), Pstream::scatterList(), List< T >::setSize(), List< T >::size(), fvMesh::time(), triSurfaceTools::triangulate(), and powerLawLopesdaCostaZone::zoneName_.

| const Foam::scalarField & Av | ( | ) | const |
Return the porosity surface area per unit volume zone field.
Definition at line 323 of file powerLawLopesdaCosta.C.
Referenced by kEpsilonLopesdaCosta< BasicMomentumTransportModel >::setCdAv().

|
protected |
Automatically generated zone name for this porous zone.
Definition at line 94 of file powerLawLopesdaCosta.H.
Referenced by powerLawLopesdaCostaZone::powerLawLopesdaCostaZone().
|
protected |
Porosity surface area per unit volume zone field.
Definition at line 97 of file powerLawLopesdaCosta.H.
Referenced by powerLawLopesdaCostaZone::powerLawLopesdaCostaZone().