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 89 of file powerLawLopesdaCosta.H.
| powerLawLopesdaCostaZone | ( | const word & | name, |
| const word & | modelType, | ||
| const fvMesh & | mesh, | ||
| const dictionary & | dict | ||
| ) |
Constructor.
Definition at line 51 of file powerLawLopesdaCosta.C.
References Foam::abort(), dict, stdFoam::end(), Foam::FatalError, FatalErrorInFunction, triSurfaceSearch::findLine(), triSurfaceMesh::findLine(), ZoneMesh< ZoneType, MeshType >::findZoneID(), forAll, PointIndexHit< Point >::hit(), PointIndexHit< Point >::hitPoint(), mesh, nPoints, triSurfaceMesh::points(), PrimitivePatch< FaceList, PointField >::points(), and zoneID.
| const Foam::scalarField & Sigma | ( | ) | const |
Return the porosity surface area per unit volume zone field.
Definition at line 326 of file powerLawLopesdaCosta.C.
Referenced by kEpsilonLopesdaCosta< BasicTurbulenceModel >::setCdSigma().
|
protected |
Automatically generated zone name for this porous zone.
Definition at line 96 of file powerLawLopesdaCosta.H.
|
protected |
Porosity surface area per unit volume zone field.
Definition at line 99 of file powerLawLopesdaCosta.H.