

Public Member Functions | |
| powerLawLopesdaCostaZone (const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict) | |
| Constructor. More... | |
| const scalarField & | Sigma () 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 | Sigma_ |
| Porosity surface area per unit volume zone field. More... | |
Definition at line 87 of file powerLawLopesdaCosta.H.
| powerLawLopesdaCostaZone | ( | const word & | name, |
| const word & | modelType, | ||
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Constructor.
Definition at line 48 of file powerLawLopesdaCosta.C.
References Foam::abort(), polyMesh::boundaryMesh(), primitiveMesh::cellCentres(), polyMesh::cellZones(), TimePaths::constant(), Foam::FatalError, FatalErrorInFunction, triSurfaceSearch::findLine(), triSurfaceMesh::findLine(), ZoneMesh< ZoneType, MeshType >::findZoneID(), forAll, Pstream::gatherList(), PointIndexHit< Point >::hit(), PointIndexHit< Point >::hitPoint(), UPstream::myProcNo(), nPoints, UPstream::nProcs(), dictionary::optionalSubDict(), UPstream::parRun(), polyBoundaryMesh::patchSet(), triSurfaceMesh::points(), PrimitivePatch< Face, FaceList, PointField, PointType >::points(), Foam::readScalar(), Pstream::scatterList(), PtrList< T >::set(), PtrList< T >::setSize(), List< T >::setSize(), UPtrList< T >::size(), List< T >::size(), fvMesh::time(), and triSurfaceTools::triangulate().

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

|
protected |
Automatically generated zone name for this porous zone.
Definition at line 94 of file powerLawLopesdaCosta.H.
|
protected |
Porosity surface area per unit volume zone field.
Definition at line 97 of file powerLawLopesdaCosta.H.
1.8.13