

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 85 of file powerLawLopesdaCosta.H.
| powerLawLopesdaCostaZone | ( | const word & | name, |
| const word & | modelType, | ||
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Constructor.
Definition at line 44 of file powerLawLopesdaCosta.C.
References Foam::abort(), dict, Foam::SVG::end, Foam::FatalError, FatalErrorInFunction, triSurfaceSearch::findLine(), triSurfaceMesh::findLine(), ZoneMesh< ZoneType, MeshType >::findZoneID(), forAll, PointIndexHit< PointType >::hit(), mesh, nPoints, PointIndexHit< PointType >::point(), triSurfaceMesh::points(), PrimitivePatch< FaceList, PointField >::points(), PtrList< T >::set(), PtrList< T >::setSize(), List< T >::setSize(), UList< T >::size(), and UPtrList< T >::size().

| const Foam::scalarField & Sigma | ( | ) | const |
Return the porosity surface area per unit volume zone field.
Definition at line 317 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 99 of file powerLawLopesdaCosta.H.