Go to the documentation of this file.
34 int main(
int argc,
char *argv[])
72 Info<<
"pointMesh boundary" <<
nl;
75 Info<<
"patch=" << pbm[patchI].name()
76 <<
", type=" << pbm[patchI].type()
77 <<
", coupled=" << pbm[patchI].coupled()
85 Info<< pp.name() <<
" boundary" <<
endl;
88 Info<< pbm[patchI].name() <<
" coupled="
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const pointBoundaryMesh & boundary() const
Return reference to boundary mesh.
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
#define forAll(list, i)
Loop across all elements in list.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
Ostream & endl(Ostream &os)
Add newline and flush stream.
int main(int argc, char *argv[])
Mesh representing a set of points created from polyMesh.
tmp< GeometricField< Type, pointPatchField, pointMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &) const
Interpolate volField using inverse distance weighting.
Generic GeometricField class.
Interpolate from cell centres to points (vertices) using inverse distance weighting.