Go to the documentation of this file.
37 #ifndef regionModel1D_H
38 #define regionModel1D_H
48 namespace regionModels
68 void constructMeshObjects();
115 const scalar minDelta = 0.0
131 const word& regionType
138 const word& regionType,
147 const word& regionType,
TypeName("regionModel1D")
labelList boundaryFaceOppositeFace_
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
autoPtr< surfaceScalarField > nMagSfPtr_
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
const labelList & boundaryFaceOppositeFace() const
labelListList boundaryFaceFaces_
const word & modelName() const
const labelListList & boundaryFaceCells() const
Base class for region models.
labelListList boundaryFaceCells_
tmp< labelField > moveMesh(const scalarList &deltaV, const scalar minDelta=0.0)
const surfaceScalarField & nMagSf() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
const labelListList & boundaryFaceFaces() const
void readFields(const typename GeoFieldType::Mesh &mesh, const IOobjectList &objects, const wordHashSet &selectedFields, LIFOStack< regIOobject * > &storedObjects)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Base class for 1-D region models.
Generic GeometricField class.