GeometricBoundaryField< Type, GeoMesh, PrimitiveField > Class Template Reference

Generic GeometricBoundaryField class. More...

Inheritance diagram for GeometricBoundaryField< Type, GeoMesh, PrimitiveField >:
Collaboration diagram for GeometricBoundaryField< Type, GeoMesh, PrimitiveField >:

Public Types

typedef GeoMesh::BoundaryMesh BoundaryMesh
 Type of boundary mesh on which this boundary is instantiated. More...
 
typedef DimensionedField< Type, GeoMesh, PrimitiveField > Internal
 Type of the internal field from which this GeometricField is derived. More...
 
typedef GeoMesh::template PatchField< Type > Patch
 Type of the patch field of which the Boundary is composed. More...
 
- Public Types inherited from FieldField< GeoMesh::template PatchField, Type >
typedef pTraits< Type >::cmptType cmptType
 Component type. More...
 
- Public Types inherited from UPtrList< T >
typedef T value_type
 Type of values the UPtrList contains. More...
 
typedef Treference
 Type that can be used for storing into UPtrList::value_type objects. More...
 
typedef const Tconst_reference
 Type that can be used for storing into constant UPtrList::value_type. More...
 

Public Member Functions

 GeometricBoundaryField (const BoundaryMesh &)
 Construct from a BoundaryMesh. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const Internal &, const word &)
 Construct from a BoundaryMesh,. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const Internal &, const wordList &wantedPatchTypes, const wordList &actualPatchTypes=wordList())
 Construct from a BoundaryMesh,. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const Internal &, const PtrList< Patch > &)
 Construct from a BoundaryMesh,. More...
 
 GeometricBoundaryField (const Internal &, const GeometricBoundaryField &)
 Construct as copy setting the reference to the internal field. More...
 
template<template< class > class PrimitiveField2>
 GeometricBoundaryField (const Internal &field, const GeometricBoundaryField< Type, GeoMesh, PrimitiveField2 > &btf)
 Construct as copy setting the reference to the internal field. More...
 
 GeometricBoundaryField (const GeometricBoundaryField &)=delete
 Copy constructor deleted. More...
 
 GeometricBoundaryField (GeometricBoundaryField &&)=delete
 Move constructor deleted. More...
 
 GeometricBoundaryField (const BoundaryMesh &, const Internal &, const dictionary &)
 Construct from dictionary. More...
 
void readField (const Internal &field, const dictionary &dict)
 Read the boundary field. More...
 
void updateCoeffs ()
 Update the boundary condition coefficients. More...
 
void evaluate ()
 Evaluate boundary conditions. More...
 
wordList types () const
 Return a list of the patch field types. More...
 
tmp< GeometricBoundaryFieldboundaryInternalField () const
 Return BoundaryField of the cell values neighbouring. More...
 
tmp< GeometricBoundaryFieldboundaryNeighbourField () const
 Return BoundaryField of the values on the other side of couples. More...
 
LduInterfaceFieldPtrsList< Type > interfaces () const
 Return a list of pointers for each patch field with only those. More...
 
lduInterfaceFieldPtrsList scalarInterfaces () const
 Return a list of pointers for each patch field with only those. More...
 
void reset (const GeometricBoundaryField &)
 Reset the boundary field contents to the given field. More...
 
void writeEntry (const word &keyword, Ostream &os) const
 Write boundary field as dictionary entry. More...
 
void operator= (const GeometricBoundaryField &)
 Assignment operator. More...
 
void operator= (GeometricBoundaryField &&)
 Move assignment operator. More...
 
void operator= (const FieldField< GeoMesh::template PatchField, Type > &)
 Assignment to FieldField<GeoMesh::template PatchField, Type> More...
 
template<template< class > class OtherPatchField>
void operator= (const FieldField< OtherPatchField, Type > &)
 Assignment to FieldField<OtherPatchField, Type> More...
 
void operator= (const Type &)
 Assignment to Type. More...
 
void operator== (const GeometricBoundaryField &)
 Forced assignment to. More...
 
void operator== (const FieldField< GeoMesh::template PatchField, Type > &)
 Forced assignment to FieldField<GeoMesh::template PatchField, Type> More...
 
template<template< class > class OtherPatchField>
void operator== (const FieldField< OtherPatchField, Type > &)
 Forced assignment to FieldField<OtherPatchField, Type> More...
 
void operator== (const Type &)
 Forced assignment to Type. More...
 
template<class Type , class GeoMesh , template< class > class PrimitiveField>
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh, PrimitiveField > &field, const word &patchFieldType)
 
template<class Type , class GeoMesh , template< class > class PrimitiveField>
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh, PrimitiveField > &field, const wordList &patchFieldTypes, const wordList &constraintTypes)
 
template<class Type , class GeoMesh , template< class > class PrimitiveField>
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh, PrimitiveField > &field, const PtrList< Patch > &ptfl)
 
template<class Type , class GeoMesh , template< class > class PrimitiveField>
 GeometricBoundaryField (const DimensionedField< Type, GeoMesh, PrimitiveField > &field, const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &btf)
 
template<class Type , class GeoMesh , template< class > class PrimitiveField>
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh, PrimitiveField > &field, const dictionary &dict)
 
template<template< class > class PrimitiveField2>
 GeometricBoundaryField (const DimensionedField< Type, GeoMesh, PrimitiveField > &field, const GeometricBoundaryField< Type, GeoMesh, PrimitiveField2 > &btf)
 
- Public Member Functions inherited from FieldField< GeoMesh::template PatchField, Type >
 FieldField ()
 Construct null. More...
 
 FieldField (const label)
 Construct given size. More...
 
 FieldField (const word &, const FieldField< GeoMesh::template PatchField, Type > &)
 Construct using the Field sizes from the given FieldField. More...
 
 FieldField (const FieldField< GeoMesh::template PatchField, Type > &)
 Copy constructor. More...
 
 FieldField (FieldField< GeoMesh::template PatchField, Type > &&)
 Move constructor. More...
 
 FieldField (FieldField< GeoMesh::template PatchField, Type > &, bool reuse)
 Construct as copy or reuse as specified. More...
 
 FieldField (const PtrList< GeoMesh::template PatchField< Type >> &)
 Construct as copy of a PtrList<Field, Type> More...
 
 FieldField (const tmp< FieldField< GeoMesh::template PatchField, Type >> &)
 Construct as copy of tmp<FieldField> More...
 
 FieldField (Istream &)
 Construct from Istream. More...
 
tmp< FieldField< GeoMesh::template PatchField, Type > > clone () const
 Clone. More...
 
void negate ()
 Negate this field. More...
 
tmp< FieldField< GeoMesh::template PatchField, cmptType > > component (const direction) const
 Return a component field of the field. More...
 
void replace (const direction, const FieldField< GeoMesh::template PatchField, cmptType > &)
 Replace a component field of the field. More...
 
void replace (const direction, const cmptType &)
 Replace a component field of the field. More...
 
tmp< FieldField< GeoMesh::template PatchField, Type > > T () const
 Return the field transpose (only defined for second rank tensors) More...
 
void operator= (const FieldField< GeoMesh::template PatchField, Type > &)
 
void operator= (FieldField< GeoMesh::template PatchField, Type > &&)
 
void operator= (const tmp< FieldField< GeoMesh::template PatchField, Type >> &)
 
void operator= (const Type &)
 
void operator+= (const FieldField< GeoMesh::template PatchField, Type > &)
 
void operator+= (const tmp< FieldField< GeoMesh::template PatchField, Type >> &)
 
void operator+= (const Type &)
 
void operator-= (const FieldField< GeoMesh::template PatchField, Type > &)
 
void operator-= (const tmp< FieldField< GeoMesh::template PatchField, Type >> &)
 
void operator-= (const Type &)
 
void operator*= (const FieldField< GeoMesh::template PatchField, scalar > &)
 
void operator*= (const tmp< FieldField< GeoMesh::template PatchField, scalar >> &)
 
void operator*= (const scalar &)
 
void operator/= (const FieldField< GeoMesh::template PatchField, scalar > &)
 
void operator/= (const tmp< FieldField< GeoMesh::template PatchField, scalar >> &)
 
void operator/= (const scalar &)
 
- Public Member Functions inherited from refCount
int count () const
 Return the current reference count. More...
 
bool unique () const
 Return true if the reference count is zero. More...
 
void operator++ ()
 Increment the reference count. More...
 
void operator++ (int)
 Increment the reference count. More...
 
void operator-- ()
 Decrement the reference count. More...
 
void operator-- (int)
 Decrement the reference count. More...
 
void operator= (const refCount &)=delete
 Disallow bitwise assignment. More...
 
- Public Member Functions inherited from PtrList< T >
 PtrList ()
 Null Constructor. More...
 
 PtrList (const label)
 Construct with size specified. More...
 
 PtrList (const PtrList< T > &)
 Copy constructor. More...
 
template<class CloneArg >
 PtrList (const PtrList< T > &, const CloneArg &)
 Copy constructor with additional argument for clone. More...
 
 PtrList (PtrList< T > &&)
 Move constructor. More...
 
 PtrList (PtrList< T > &, bool reuse)
 Construct as copy or reuse as specified. More...
 
 PtrList (const SLPtrList< T > &)
 Construct as copy of SLPtrList<T> More...
 
template<class INew >
 PtrList (Istream &, const INew &)
 Construct from Istream using given Istream constructor class. More...
 
 PtrList (Istream &)
 Construct from Istream using default Istream constructor class. More...
 
 ~PtrList ()
 Destructor. More...
 
void setSize (const label)
 Reset size of PtrList. If extending the PtrList, new entries are. More...
 
void resize (const label)
 Alias for setSize(const label) More...
 
void shrink ()
 Shrink the allocated space to the number of elements used. More...
 
void clear ()
 Clear the PtrList, i.e. set size to zero deleting all the. More...
 
void append (T *)
 Append an element at the end of the list. More...
 
void append (const autoPtr< T > &)
 Append an element at the end of the list. More...
 
void append (const tmp< T > &)
 Append an element at the end of the list. More...
 
void transfer (PtrList< T > &)
 Transfer the contents of the argument PtrList into this PtrList. More...
 
bool set (const label) const
 Is element set. More...
 
autoPtr< Tset (const label, T *)
 Set element to given T* and return old element (can be nullptr) More...
 
autoPtr< Tset (const label, const autoPtr< T > &)
 Set element to given autoPtr<T> and return old element. More...
 
autoPtr< Tset (const label, const tmp< T > &)
 Set element to given tmp<T> and return old element. More...
 
void reorder (const labelUList &oldToNew)
 Reorders elements. Ordering does not have to be done in. More...
 
void shuffle (const labelUList &newToOld)
 Reorders elements. Ordering does not have to be done in. More...
 
void operator= (const PtrList< T > &)
 Assignment operator. More...
 
void operator= (PtrList< T > &&)
 Move assignment operator. More...
 
- Public Member Functions inherited from UPtrList< T >
 UPtrList ()
 Null Constructor. More...
 
 UPtrList (const label)
 Construct with size specified. More...
 
 UPtrList (UPtrList< T > &, bool reuse)
 Construct as copy or reuse as specified. More...
 
 UPtrList (std::initializer_list< T * >)
 Construct from an initialiser list of pointers. More...
 
label size () const
 Return the number of elements in the UPtrList. More...
 
bool empty () const
 Return true if the UPtrList is empty (ie, size() is zero) More...
 
Tfirst ()
 Return reference to the first element of the list. More...
 
const Tfirst () const
 Return reference to first element of the list. More...
 
Tlast ()
 Return reference to the last element of the list. More...
 
const Tlast () const
 Return reference to the last element of the list. More...
 
void setSize (const label)
 Reset size of UPtrList. This can only be used to set the size. More...
 
void resize (const label)
 Reset size of UPtrList. This can only be used to set the size. More...
 
void clear ()
 Clear the UPtrList, i.e. set size to zero. More...
 
void append (T *)
 Append an element at the end of the list. More...
 
void transfer (UPtrList< T > &)
 Transfer the contents of the argument UPtrList into this. More...
 
bool set (const label) const
 Is element set. More...
 
Tset (const label, T *)
 Set element. Return old element (can be nullptr). More...
 
void reorder (const labelUList &oldToNew)
 Reorders elements. Ordering does not have to be done in. More...
 
void shuffle (const labelUList &newToOld)
 Reorders elements. Ordering does not have to be done in. More...
 
template<class T2 >
UPtrList< T2 > convert ()
 Convert to list of different pointer type. More...
 
template<class T2 >
UPtrList< const T2 > convert () const
 Convert to list of different pointer type. More...
 
const Toperator[] (const label) const
 Return element const reference. More...
 
Toperator[] (const label)
 Return element reference. More...
 
const Toperator() (const label) const
 Return element const pointer. More...
 
Toperator() (const label)
 Return element const pointer. More...
 
iterator begin ()
 Return an iterator to begin traversing the UPtrList. More...
 
iterator end ()
 Return an iterator to end traversing the UPtrList. More...
 
const_iterator cbegin () const
 Return an const_iterator to begin traversing the UPtrList. More...
 
const_iterator cend () const
 Return an const_iterator to end traversing the UPtrList. More...
 
const_iterator begin () const
 Return an const_iterator to begin traversing the UPtrList. More...
 
const_iterator end () const
 Return an const_iterator to end traversing the UPtrList. More...
 
template<class T2 >
Foam::UPtrList< T2 > convert ()
 
template<class T2 >
Foam::UPtrList< const T2 > convert () const
 

Friends

template<class Type2 , class GeoMesh2 , template< class > class PrimitiveField2>
class GeometricBoundaryField
 Declare friendship with other geometric boundary fields. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from FieldField< GeoMesh::template PatchField, Type >
static tmp< FieldField< GeoMesh::template PatchField, Type > > NewCalculatedType (const FieldField< GeoMesh::template PatchField, Type2 > &ff)
 Return a pointer to a new calculatedFvPatchFieldField created on. More...
 
- Protected Member Functions inherited from refCount
 refCount ()
 Construct null initialising count to 0. More...
 
 refCount (const refCount &)=delete
 Disallow copy. More...
 
- Protected Member Functions inherited from PtrList< T >
template<class INew >
void read (Istream &, const INew &inewt)
 Read from Istream using given Istream constructor class. More...
 

Detailed Description

template<class Type, class GeoMesh, template< class > class PrimitiveField>
class Foam::GeometricBoundaryField< Type, GeoMesh, PrimitiveField >

Generic GeometricBoundaryField class.

Source files

Definition at line 55 of file GeometricBoundaryField.H.

Member Typedef Documentation

◆ BoundaryMesh

Type of boundary mesh on which this boundary is instantiated.

Definition at line 64 of file GeometricBoundaryField.H.

◆ Internal

typedef DimensionedField<Type, GeoMesh, PrimitiveField> Internal

Type of the internal field from which this GeometricField is derived.

Definition at line 67 of file GeometricBoundaryField.H.

◆ Patch

typedef GeoMesh::template PatchField<Type> Patch

Type of the patch field of which the Boundary is composed.

Definition at line 70 of file GeometricBoundaryField.H.

Constructor & Destructor Documentation

◆ GeometricBoundaryField() [1/15]

Construct from a BoundaryMesh.

Definition at line 170 of file GeometricBoundaryField.C.

◆ GeometricBoundaryField() [2/15]

GeometricBoundaryField ( const BoundaryMesh ,
const Internal ,
const word  
)

Construct from a BoundaryMesh,.

reference to the internal field and a patch field type

◆ GeometricBoundaryField() [3/15]

GeometricBoundaryField ( const BoundaryMesh ,
const Internal ,
const wordList wantedPatchTypes,
const wordList actualPatchTypes = wordList() 
)

Construct from a BoundaryMesh,.

reference to the internal field and a wordList of patch field types and optionally the actual patch types (to override constraint patches)

◆ GeometricBoundaryField() [4/15]

GeometricBoundaryField ( const BoundaryMesh ,
const Internal ,
const PtrList< Patch > &   
)

Construct from a BoundaryMesh,.

reference to the internal field and a PtrList<Patch>

◆ GeometricBoundaryField() [5/15]

GeometricBoundaryField ( const Internal ,
const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &   
)

Construct as copy setting the reference to the internal field.

◆ GeometricBoundaryField() [6/15]

GeometricBoundaryField ( const Internal field,
const GeometricBoundaryField< Type, GeoMesh, PrimitiveField2 > &  btf 
)
explicit

Construct as copy setting the reference to the internal field.

◆ GeometricBoundaryField() [7/15]

GeometricBoundaryField ( const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &  )
delete

Copy constructor deleted.

as it would not set the internalField reference correctly

◆ GeometricBoundaryField() [8/15]

GeometricBoundaryField ( GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &&  )
delete

Move constructor deleted.

as it would not set the internalField reference correctly

◆ GeometricBoundaryField() [9/15]

GeometricBoundaryField ( const BoundaryMesh ,
const Internal ,
const dictionary  
)

Construct from dictionary.

◆ GeometricBoundaryField() [10/15]

GeometricBoundaryField ( const BoundaryMesh bmesh,
const DimensionedField< Type, GeoMesh, PrimitiveField > &  field,
const word patchFieldType 
)

Definition at line 182 of file GeometricBoundaryField.C.

◆ GeometricBoundaryField() [11/15]

GeometricBoundaryField ( const BoundaryMesh bmesh,
const DimensionedField< Type, GeoMesh, PrimitiveField > &  field,
const wordList patchFieldTypes,
const wordList constraintTypes 
)

Definition at line 215 of file GeometricBoundaryField.C.

◆ GeometricBoundaryField() [12/15]

GeometricBoundaryField ( const BoundaryMesh bmesh,
const DimensionedField< Type, GeoMesh, PrimitiveField > &  field,
const PtrList< Patch > &  ptfl 
)

Definition at line 283 of file GeometricBoundaryField.C.

References FieldField< GeoMesh::template PatchField, Type >::clone(), Foam::endl(), forAll, InfoInFunction, patchi, and PtrList< T >::set().

Here is the call graph for this function:

◆ GeometricBoundaryField() [13/15]

GeometricBoundaryField ( const DimensionedField< Type, GeoMesh, PrimitiveField > &  field,
const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &  btf 
)

Definition at line 307 of file GeometricBoundaryField.C.

References FieldField< GeoMesh::template PatchField, Type >::clone(), Foam::endl(), forAll, InfoInFunction, patchi, and PtrList< T >::set().

Here is the call graph for this function:

◆ GeometricBoundaryField() [14/15]

GeometricBoundaryField ( const BoundaryMesh bmesh,
const DimensionedField< Type, GeoMesh, PrimitiveField > &  field,
const dictionary dict 
)

Definition at line 330 of file GeometricBoundaryField.C.

References dict, and GeometricBoundaryField< Type, GeoMesh, PrimitiveField >::readField().

Here is the call graph for this function:

◆ GeometricBoundaryField() [15/15]

GeometricBoundaryField ( const DimensionedField< Type, GeoMesh, PrimitiveField > &  field,
const GeometricBoundaryField< Type, GeoMesh, PrimitiveField2 > &  btf 
)

Definition at line 347 of file GeometricBoundaryField.C.

References FieldField< GeoMesh::template PatchField, Type >::clone(), Foam::endl(), forAll, InfoInFunction, patchi, and PtrList< T >::set().

Here is the call graph for this function:

Member Function Documentation

◆ readField()

void readField ( const Internal field,
const dictionary dict 
)

Read the boundary field.

Definition at line 36 of file GeometricBoundaryField.C.

References clear(), dict, Foam::endl(), forAll, forAllConstIter, InfoInFunction, patchi, UPtrList< T >::set(), and setSize().

Referenced by GeometricBoundaryField< Type, GeoMesh, PrimitiveField >::GeometricBoundaryField().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateCoeffs()

void updateCoeffs

Update the boundary condition coefficients.

Definition at line 372 of file GeometricBoundaryField.C.

References Foam::endl(), forAll, InfoInFunction, and patchi.

Referenced by PDRkEpsilon::correct(), mixtureKEpsilon< BasicMomentumTransportModel >::correct(), fvMatrix< Type >::fvMatrix(), and makeMomentumTransportModelTypes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ evaluate()

◆ types()

Return a list of the patch field types.

Definition at line 453 of file GeometricBoundaryField.C.

References forAll, patchi, and UPtrList< T >::size().

Referenced by basicThermo::heBoundaryTypes(), and psiuMulticomponentThermo::heuBoundaryTypes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ boundaryInternalField()

Foam::tmp< Foam::GeometricBoundaryField< Type, GeoMesh, PrimitiveField > > boundaryInternalField

Return BoundaryField of the cell values neighbouring.

the boundary

Definition at line 470 of file GeometricBoundaryField.C.

References forAll, patchi, and tmp< T >::ref().

Here is the call graph for this function:

◆ boundaryNeighbourField()

Foam::tmp< Foam::GeometricBoundaryField< Type, GeoMesh, PrimitiveField > > boundaryNeighbourField

Return BoundaryField of the values on the other side of couples.

Definition at line 491 of file GeometricBoundaryField.C.

References UPstream::blocking, UPstream::commsTypeNames, UPstream::defaultCommsType, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, UPstream::nonBlocking, UPstream::nRequests(), UPstream::parRun(), patchi, tmp< T >::ref(), UPstream::scheduled, and UPstream::waitRequests().

Referenced by volPointInterpolation::interpolateUnconstrained(), and Foam::MULES::limiter().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ interfaces()

Foam::LduInterfaceFieldPtrsList< Type > interfaces

Return a list of pointers for each patch field with only those.

pointing to interfaces being set

Definition at line 575 of file GeometricBoundaryField.C.

References forAll, Foam::isA(), patchi, Foam::refCast(), and UPtrList< T >::set().

Here is the call graph for this function:

◆ scalarInterfaces()

Return a list of pointers for each patch field with only those.

pointing to interfaces being set

Definition at line 600 of file GeometricBoundaryField.C.

References forAll, patchi, and UPtrList< T >::set().

Here is the call graph for this function:

◆ reset()

void reset ( const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &  )

Reset the boundary field contents to the given field.

Used for mesh to mesh mapping

Definition at line 625 of file GeometricBoundaryField.C.

References polyMesh::boundaryMesh(), Foam::clone(), forAll, polyBoundaryMesh::mesh(), patchi, setSize(), and UPtrList< T >::size().

Here is the call graph for this function:

◆ writeEntry()

void writeEntry ( const word keyword,
Ostream os 
) const

Write boundary field as dictionary entry.

Definition at line 661 of file GeometricBoundaryField.C.

References token::BEGIN_BLOCK, IOstream::check(), Foam::decrIndent(), token::END_BLOCK, Foam::endl(), forAll, Foam::incrIndent(), Foam::indent(), IOstream::name(), Foam::nl, and patchi.

Referenced by GeometricField< Type, GeoMesh, PrimitiveField >::operator/=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=() [1/5]

void operator= ( const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &  )

Assignment operator.

◆ operator=() [2/5]

void operator= ( GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &&  )

Move assignment operator.

◆ operator=() [3/5]

void operator= ( const FieldField< GeoMesh::template PatchField, Type > &  ptff)

Assignment to FieldField<GeoMesh::template PatchField, Type>

Definition at line 707 of file GeometricBoundaryField.C.

References FieldField< Field, Type >::operator=().

Here is the call graph for this function:

◆ operator=() [4/5]

void operator= ( const FieldField< OtherPatchField, Type > &  ptff)

Assignment to FieldField<OtherPatchField, Type>

Definition at line 716 of file GeometricBoundaryField.C.

References FieldField< Field, Type >::operator=().

Here is the call graph for this function:

◆ operator=() [5/5]

void operator= ( const Type &  t)

Assignment to Type.

Definition at line 724 of file GeometricBoundaryField.C.

References FieldField< Field, Type >::operator=().

Here is the call graph for this function:

◆ operator==() [1/4]

void operator== ( const GeometricBoundaryField< Type, GeoMesh, PrimitiveField > &  )

Forced assignment to.

BoundaryField<Type, GeoMesh::template PatchField, BoundaryMesh>

◆ operator==() [2/4]

void operator== ( const FieldField< GeoMesh::template PatchField, Type > &  ptff)

Forced assignment to FieldField<GeoMesh::template PatchField, Type>

Definition at line 743 of file GeometricBoundaryField.C.

References forAll, and patchi.

◆ operator==() [3/4]

void operator== ( const FieldField< OtherPatchField, Type > &  ptff)

Forced assignment to FieldField<OtherPatchField, Type>

Definition at line 755 of file GeometricBoundaryField.C.

References forAll, and patchi.

◆ operator==() [4/4]

void operator== ( const Type &  t)

Forced assignment to Type.

Definition at line 766 of file GeometricBoundaryField.C.

References forAll, and patchi.

Friends And Related Function Documentation

◆ GeometricBoundaryField

friend class GeometricBoundaryField
friend

Declare friendship with other geometric boundary fields.

Definition at line 85 of file GeometricBoundaryField.H.


The documentation for this class was generated from the following files: