|
|
|
GeometricBoundaryField Class Reference
Inheritance diagram for GeometricBoundaryField:
![]()
Collaboration diagram for GeometricBoundaryField:
![]()
Detailed Descriptiontemplate<class Type, template< class > class PatchField, class GeoMesh>
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GeometricBoundaryField | ( | const BoundaryMesh & | , | |
| const DimensionedInternalField & | , | |||
| const word & | ||||
| ) |
Construct from a BoundaryMesh,.
reference to the internal field and a patch type
| GeometricBoundaryField | ( | const BoundaryMesh & | , | |
| const DimensionedInternalField & | , | |||
| const wordList & | ||||
| ) |
Construct from a BoundaryMesh,.
reference to the internal field and a wordList of patch types
| GeometricBoundaryField | ( | const BoundaryMesh & | , | |
| const DimensionedInternalField & | , | |||
| const PtrList< PatchField< Type > > & | ||||
| ) |
Construct from a BoundaryMesh,.
reference to the internal field and a PtrList<PatchField<Type> >
| GeometricBoundaryField | ( | const DimensionedInternalField & | , | |
| const GeometricBoundaryField & | ||||
| ) |
Construct as copy setting the reference to the internal field.
| GeometricBoundaryField | ( | const GeometricBoundaryField & | ) |
| GeometricBoundaryField | ( | const BoundaryMesh & | , | |
| const DimensionedInternalField & | , | |||
| const dictionary & | ||||
| ) |
Construct from dictionary.
| void updateCoeffs | ( | ) | [inline] |
Update the boundary condition coefficients.
Definition at line 253 of file GeometricBoundaryField.C.
| void evaluate | ( | ) | [inline] |
Evaluate boundary conditions.
Definition at line 271 of file GeometricBoundaryField.C.
References PtrList< PatchField< Type > >::operator[](), and patchi.
Referenced by GeometricField< Type, PatchField, GeoMesh >::needReference().


| Foam::wordList types | ( | ) | const [inline] |
| Foam::GeometricField< Type, PatchField, GeoMesh >::GeometricBoundaryField boundaryInternalField | ( | ) | const [inline] |
Return BoundaryField of the cell values neighbouring.
the boundary
Definition at line 353 of file GeometricBoundaryField.C.
| Foam::lduInterfaceFieldPtrsList interfaces | ( | ) | const [inline] |
Return a list of pointers for each patch field with only those.
pointing to interfaces being set
Definition at line 371 of file GeometricBoundaryField.C.
| void operator= | ( | const GeometricBoundaryField & | ) |
Assignment to BoundaryField<Type, PatchField, BoundaryMesh>.
| void operator= | ( | const FieldField< PatchField, Type > & | ptff | ) | [inline] |
Assignment to FieldField<PatchField, Type>.
Reimplemented from FieldField< PatchField, Type >.
Definition at line 433 of file GeometricBoundaryField.C.
References GeometricField< Type, PatchField, GeoMesh >::operator=().

| void operator= | ( | const Type & | t | ) | [inline] |
Assignment to Type.
Reimplemented from FieldField< PatchField, Type >.
Definition at line 444 of file GeometricBoundaryField.C.
References GeometricField< Type, PatchField, GeoMesh >::operator=().

| void operator== | ( | const GeometricBoundaryField & | ) |
Forced assignment to.
BoundaryField<Type, PatchField, BoundaryMesh>
| void operator== | ( | const FieldField< PatchField, Type > & | ptff | ) | [inline] |
Forced assignment to FieldField<PatchField, Type>.
Definition at line 471 of file GeometricBoundaryField.C.
References UList< Type >::operator[]().

| void operator== | ( | const Type & | t | ) | [inline] |
Forced assignment to Type.
Definition at line 485 of file GeometricBoundaryField.C.
References UList< Type >::operator[]().
