
Go to the source code of this file.
Classes | |
| class | setCellField |
| class | setCellField::iNew |
| class | setFaceField |
| class | setFaceField::iNew |
Functions | |
| template<class Type > | |
| bool | setCellFieldType (const word &fieldTypeDesc, const fvMesh &mesh, const labelList &selectedCells, Istream &fieldValueStream) |
| template<class Type > | |
| bool | setFaceFieldType (const word &fieldTypeDesc, const fvMesh &mesh, const labelList &selectedFaces, Istream &fieldValueStream) |
Original source file setCellField.H
Definition in file setCellField.H.
| bool setCellFieldType | ( | const word & | fieldTypeDesc, |
| const fvMesh & | mesh, | ||
| const labelList & | selectedCells, | ||
| Istream & | fieldValueStream | ||
| ) |
Definition at line 41 of file setCellField.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryFieldRef(), TimePaths::constant(), Foam::endl(), FatalErrorInFunction, forAll, IOobject::headerClassName(), typeIOobject< Type >::headerOk(), Foam::Info, mesh, IOobject::MUST_READ, dimensioned< Type >::name(), List< label >::null(), patchi, GeometricField< Type, GeoMesh, PrimitiveField >::primitiveFieldRef(), fvMesh::time(), WarningInFunction, and regIOobject::write().

| bool setFaceFieldType | ( | const word & | fieldTypeDesc, |
| const fvMesh & | mesh, | ||
| const labelList & | selectedFaces, | ||
| Istream & | fieldValueStream | ||
| ) |
Definition at line 185 of file setCellField.H.
References fvMesh::boundary(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryFieldRef(), TimePaths::constant(), Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, IOobject::headerClassName(), typeIOobject< Type >::headerOk(), Foam::Info, primitiveMesh::isInternalFace(), Pstream::listCombineGather(), Pstream::listCombineScatter(), mesh, IOobject::MUST_READ, IOobject::name(), dimensioned< Type >::name(), primitiveMesh::nInternalFaces(), word::null, patches, patchi, fvMesh::polyBFacePatches(), fvMesh::polyBFacePatchFaces(), fvMesh::time(), WarningInFunction, and regIOobject::write().
