|
Public Member Functions |
| GeometricBoundaryField (const BoundaryMesh &, const Field< Type > &, const word &) |
| Construct from a BoundaryMesh a field reference and a patch type.
|
| GeometricBoundaryField (const BoundaryMesh &, const Field< Type > &, const wordList &) |
| Construct from a BoundaryMesh, field reference.
|
| GeometricBoundaryField (const BoundaryMesh &, const Field< Type > &, const PtrList< PatchField< Type > > &) |
| Construct from a BoundaryMesh, field reference.
|
| GeometricBoundaryField (const Field< Type > &, const GeometricBoundaryField &) |
| Construct as copy but setting Field correctly.
|
| GeometricBoundaryField (const GeometricBoundaryField &) |
| Construct as copy.
|
| GeometricBoundaryField (const BoundaryMesh &, const Field< Type > &, const dictionary &) |
| Construct from dictionary.
|
void | updateCoeffs () |
| Update the boundary condition coefficients.
|
void | evaluate () |
| Evaluate boundary conditions.
|
wordList | types () const |
| Return a list of the patch types.
|
GeometricBoundaryField | boundaryInternalField () const |
| Return BoundaryField of the cell values neighbouring.
|
void | writeEntry (const word &keyword, Ostream &os) const |
| Write boundary field as dictionary entry.
|
void | operator= (const GeometricBoundaryField &) |
| Assignment to BoundaryField<Type, PatchField, BoundaryMesh>.
|
void | operator= (const FieldField< PatchField, Type > &) |
| Assignment to FieldField<PatchField, Type>.
|
void | operator= (const Type &) |
| Assignment to Type.
|
void | operator== (const GeometricBoundaryField &) |
| Forced assignment to.
|
void | operator== (const FieldField< PatchField, Type > &) |
| Forced assignment to FieldField<PatchField, Type>.
|
void | operator== (const Type &) |
| Forced assignment to Type.
|