#include <powerLawLopesdaCosta.H>


Public Member Functions | |
| powerLawLopesdaCostaZone (const word &name, const word &modelType, const fvMesh &mesh, const dictionary &dict) | |
| Constructor. | |
| const scalarField & | Sigma () const |
| Return the porosity surface area per unit volume zone field. | |
Protected Attributes | |
| const word | zoneName_ |
| Automatically generated zone name for this porous zone. | |
| scalarField | Sigma_ |
| Porosity surface area per unit volume zone field. | |
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 43 of file powerLawLopesdaCosta.C.
References Foam::abort(), Pstream::allGatherList(), boundBox::contains(), dict, Foam::FatalError, FatalErrorInFunction, triSurfaceMesh::findLine(), triSurfaceSearch::findLine(), ZoneMesh< ZoneType, MeshType >::findZoneID(), forAll, dictionary::get(), PointIndexHit< PointType >::hit(), boundBox::max(), mesh, boundBox::min(), UPstream::myProcNo(), Foam::name(), nPoints, UPstream::nProcs(), UPstream::parRun(), PointIndexHit< PointType >::point(), PrimitivePatch< FaceList, PointField >::points(), triSurfaceMesh::points(), PtrList< T >::set(), List< T >::setSize(), PtrList< T >::setSize(), Sigma_, UList< T >::size(), UPtrList< T >::size(), triSurfaceTools::triangulate(), and zoneName_.
Referenced by powerLawLopesdaCosta::powerLawLopesdaCosta().


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

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