GeometricBoundaryField< Type, PatchField, GeoMesh > Class Template Reference

Generic GeometricBoundaryField class. More...

Inheritance diagram for GeometricBoundaryField< Type, PatchField, GeoMesh >:
[legend]
Collaboration diagram for GeometricBoundaryField< Type, PatchField, GeoMesh >:
[legend]

Public Types

typedef GeoMesh::BoundaryMesh BoundaryMesh
 The boundary mesh type for the boundary fields. More...
 
typedef DimensionedField< Type, GeoMeshInternal
 The internal field type associated with the boundary fields. More...
 
typedef PatchField< Type > Patch
 The patch field type for the boundary fields. More...
 
- Public Types inherited from FieldField< PatchField, Type >
typedef pTraits< Type >::cmptType cmptType
 Component type. More...
 
- Public Types inherited from UPtrList< T >
typedef T value_type
 Type of values the list contains. More...
 
typedef Treference
 A non-const reference to the value_type. More...
 
typedef const Tconst_reference
 A const reference to the value_type. More...
 

Public Member Functions

 GeometricBoundaryField (const BoundaryMesh &bmesh)
 Construct from a BoundaryMesh, setting patches later. More...
 
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh > &field, const word &patchFieldType=PatchField< Type >::calculatedType())
 
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh > &field, const wordList &wantedPatchTypes, const wordList &actualPatchTypes=wordList())
 
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh > &field, const PtrList< PatchField< Type > > &ptfl)
 
 GeometricBoundaryField (const DimensionedField< Type, GeoMesh > &field, const GeometricBoundaryField< Type, PatchField, GeoMesh > &btf)
 Construct as copy, setting the reference to the internal field. More...
 
 GeometricBoundaryField (const DimensionedField< Type, GeoMesh > &field, const GeometricBoundaryField< Type, PatchField, GeoMesh > &btf, const labelList &patchIDs, const word &patchFieldName)
 
 GeometricBoundaryField (const GeometricBoundaryField &btf)
 Copy construct. More...
 
 GeometricBoundaryField (const BoundaryMesh &bmesh, const DimensionedField< Type, GeoMesh > &field, const dictionary &dict)
 Construct from dictionary. More...
 
void readField (const DimensionedField< Type, GeoMesh > &field, const dictionary &dict)
 Read the boundary field. More...
 
void updateCoeffs ()
 Update the boundary condition coefficients. More...
 
void evaluate ()
 Evaluate boundary conditions. More...
 
template<class CoupledPatchType >
void evaluateCoupled ()
 Evaluate boundary conditions on a subset of coupled patches. More...
 
wordList types () const
 Return a list of the patch types. More...
 
GeometricBoundaryField boundaryInternalField () const
 Return boundary field of values neighbouring the boundary. More...
 
LduInterfaceFieldPtrsList< Type > interfaces () const
 
lduInterfaceFieldPtrsList scalarInterfaces () const
 
void writeEntry (const word &keyword, Ostream &os) const
 Write boundary field as dictionary entry. More...
 
void writeEntries (Ostream &os) const
 Write dictionary entries of the individual boundary fields. More...
 
void operator= (const GeometricBoundaryField &bf)
 Copy assignment from GeometricBoundaryField. More...
 
void operator= (const FieldField< PatchField, Type > &bf)
 Copy assignment from FieldField<PatchField, Type> More...
 
void operator= (const Type &val)
 Assignment to uniform value. More...
 
void operator== (const GeometricBoundaryField &bf)
 Forced assignment from GeometricBoundaryField. More...
 
void operator== (const FieldField< PatchField, Type > &bf)
 Forced assignment from FieldField<PatchField, Type> More...
 
void operator== (const Type &val)
 Forced assignment to uniform value. More...
 
- Public Member Functions inherited from FieldField< PatchField, Type >
constexpr FieldField () noexcept
 Construct null. More...
 
 FieldField (const label size)
 Construct given size. More...
 
 FieldField (const word &type, const FieldField< PatchField, Type > &ff)
 Clone construct with new type. More...
 
 FieldField (const FieldField< PatchField, Type > &ff)
 Copy construct, cloning each element. More...
 
 FieldField (FieldField< PatchField, Type > &&ff)
 Move construct. More...
 
 FieldField (FieldField< PatchField, Type > &ff, bool reuse)
 Construct as copy or re-use as specified. More...
 
 FieldField (const PtrList< PatchField< Type > > &list)
 Copy construct from PtrList. More...
 
 FieldField (PtrList< PatchField< Type > > &&list)
 Move construct from PtrList. More...
 
 FieldField (const tmp< FieldField< PatchField, Type > > &tf)
 Move/copy construct from tmp<FieldField> More...
 
 FieldField (Istream &is)
 Construct from Istream. More...
 
tmp< FieldField< PatchField, Type > > clone () const
 Clone. More...
 
void negate ()
 Negate this field. See notes in Field. More...
 
void normalise ()
 Normalise this field. See notes in Field. More...
 
tmp< FieldField< PatchField, cmptType > > component (const direction) const
 Return a component field of the field. More...
 
void replace (const direction, const FieldField< 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< PatchField, Type > > T () const
 Return the field transpose (only defined for second rank tensors) More...
 
void operator= (const FieldField< PatchField, Type > &)
 Copy assignment. More...
 
void operator= (FieldField< PatchField, Type > &&)
 Move assignment. More...
 
void operator= (const tmp< FieldField< PatchField, Type > > &)
 Move or clone assignment. More...
 
void operator= (const Type &val)
 Assign uniform value. More...
 
void operator+= (const FieldField< PatchField, Type > &)
 
void operator+= (const tmp< FieldField< PatchField, Type > > &)
 
void operator+= (const Type &)
 
void operator-= (const FieldField< PatchField, Type > &)
 
void operator-= (const tmp< FieldField< PatchField, Type > > &)
 
void operator-= (const Type &)
 
void operator*= (const FieldField< PatchField, scalar > &)
 
void operator*= (const tmp< FieldField< PatchField, scalar > > &)
 
void operator*= (const scalar &)
 
void operator/= (const FieldField< PatchField, scalar > &)
 
void operator/= (const tmp< FieldField< PatchField, scalar > > &)
 
void operator/= (const scalar &)
 
- Public Member Functions inherited from refCount
constexpr refCount () noexcept
 Default construct, initializing count to 0. More...
 
int count () const noexcept
 Return the current reference count. More...
 
bool unique () const noexcept
 Return true if the reference count is zero. More...
 
void operator++ () noexcept
 Increment the reference count. More...
 
void operator++ (int) noexcept
 Increment the reference count. More...
 
void operator-- () noexcept
 Decrement the reference count. More...
 
void operator-- (int) noexcept
 Decrement the reference count. More...
 
- Public Member Functions inherited from PtrList< T >
constexpr PtrList () noexcept
 Default construct. More...
 
 PtrList (const label len)
 Construct with specified size, each element initialized to nullptr. More...
 
 PtrList (const PtrList< T > &list)
 Copy construct using 'clone()' method on each element. More...
 
 PtrList (PtrList< T > &&list)
 Move construct. More...
 
 PtrList (UList< T * > &list)
 Take ownership of pointers in the list, set old pointers to null. More...
 
template<class CloneArg >
 PtrList (const PtrList< T > &list, const CloneArg &cloneArgs)
 Copy construct using 'clone()' method on each element. More...
 
 PtrList (PtrList< T > &list, bool reuse)
 Construct as copy or re-use as specified. More...
 
 PtrList (const SLPtrList< T > &list)
 Copy construct using 'clone()' on each element of SLPtrList<T> More...
 
template<class INew >
 PtrList (Istream &is, const INew &inew)
 Construct from Istream using given Istream constructor class. More...
 
 PtrList (Istream &is)
 Construct from Istream using default Istream constructor class. More...
 
 ~PtrList ()
 Destructor. More...
 
template<class... Args>
PtrList< Tclone (Args &&... args) const
 Make a copy by cloning each of the list elements. More...
 
const Tset (const label i) const
 
void clear ()
 Clear the PtrList. Delete allocated entries and set size to zero. More...
 
void resize (const label newLen)
 Adjust size of PtrList. More...
 
void setSize (const label newLen)
 Same as resize() More...
 
template<class... Args>
void emplace_append (Args &&... args)
 Construct and append an element to the end of the list. More...
 
void append (T *ptr)
 Append an element to the end of the list. More...
 
void append (autoPtr< T > &ptr)
 Move append an element to the end of the list. More...
 
void append (autoPtr< T > &&ptr)
 Move append an element to the end of the list. More...
 
void append (std::unique_ptr< T > &&ptr)
 Move append an element to the end of the list. More...
 
void append (const refPtr< T > &ptr)
 Move or clone append a refPtr to the end of the list. More...
 
void append (const tmp< T > &ptr)
 Move or clone append a tmp to the end of the list. More...
 
void append (PtrList< T > &&other)
 Move append another list to the end of this list. More...
 
template<class... Args>
autoPtr< Templace (const label i, Args &&... args)
 Construct and set an element. More...
 
autoPtr< Tset (const label i, T *ptr)
 Set element to given pointer and return old element (can be null) More...
 
autoPtr< Tset (const label i, autoPtr< T > &ptr)
 Set element to given autoPtr and return old element. More...
 
autoPtr< Tset (const label i, autoPtr< T > &&ptr)
 Set element to given autoPtr and return old element. More...
 
autoPtr< Tset (const label i, std::unique_ptr< T > &&ptr)
 Set element to given unique_ptr and return old element. More...
 
autoPtr< Tset (const label i, const refPtr< T > &ptr)
 Set element to given refPtr and return old element. More...
 
autoPtr< Tset (const label i, const tmp< T > &ptr)
 Set element to given tmp and return old element. More...
 
autoPtr< Trelease (const label i)
 Release ownership of the pointer at the given position. More...
 
void transfer (PtrList< T > &list)
 Transfer into this list and annul the argument list. More...
 
void operator= (const PtrList< T > &list)
 Copy assignment. More...
 
void operator= (PtrList< T > &&list)
 Move assignment. More...
 
template<class... Args>
Foam::PtrList< Tclone (Args &&... args) const
 
template<class... Args>
Foam::autoPtr< Templace (const label i, Args &&... args)
 
- Public Member Functions inherited from UPtrList< T >
constexpr UPtrList () noexcept
 Default construct. More...
 
 UPtrList (const label len)
 Construct with specified size, each element initialized to nullptr. More...
 
 UPtrList (const UPtrList< T > &list)
 Copy construct (shallow copies addresses) More...
 
 UPtrList (UPtrList< T > &&list)
 Move construct. More...
 
 UPtrList (UPtrList< T > &list, bool reuse)
 Construct as shallow copy or re-use as specified. More...
 
 UPtrList (PtrList< T > &list)
 Shallow copy from PtrList. More...
 
 UPtrList (const UList< T * > &list)
 Construct from UList of pointers (shallow copy) More...
 
 UPtrList (UList< T > &list)
 Construct from UList, taking the address of each list element. More...
 
label size () const noexcept
 The number of elements in the list. More...
 
bool empty () const noexcept
 True if the list 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...
 
const Ttest (const label i) const
 
Tget (const label i)
 
const Tget (const label i) const
 
const Tset (const label i) const
 
void clear ()
 Set list size to zero. More...
 
void resize (const label newLen)
 Change the size of the list. More...
 
void setSize (const label n)
 Alias for resize() More...
 
label squeezeNull ()
 Squeeze out intermediate nullptr entries in the list of pointers. More...
 
void append (T *ptr)
 Append an element to the end of the list. More...
 
void append (UPtrList< T > &&other)
 Move append another list to the end of this list. More...
 
void swap (UPtrList< T > &list)
 Swap content. More...
 
void transfer (UPtrList< T > &list)
 Transfer contents into this list and annul the argument. More...
 
Tset (const label i, T *ptr)
 
void reorder (const labelUList &oldToNew, const bool check=false)
 
void sortOrder (const labelUList &order, const bool check=false)
 
void checkNonNull () const
 Check and raise FatalError if any nullptr exists in the list. More...
 
const Toperator[] (const label i) const
 Return const reference to the element. More...
 
Toperator[] (const label i)
 Return reference to the element. More...
 
const Toperator() (const label i) const
 Return const pointer to the element - same as get(). More...
 
void operator= (const UPtrList< T > &list)
 Copy assignment (shallow copies addresses) More...
 
void operator= (UPtrList< T > &&list)
 Move assignment. More...
 
T ** begin_ptr () noexcept
 Iterator to begin of raw pointers traversal (use with caution) More...
 
T ** end_ptr () noexcept
 Iterator beyond end of raw pointers traversal (use with caution) More...
 
iterator begin () noexcept
 Return an iterator to begin of UPtrList traversal. More...
 
iterator end () noexcept
 Return iterator beyond end of UPtrList traversal. More...
 
const_iterator cbegin () const noexcept
 Return const_iterator to begin of UPtrList traversal. More...
 
const_iterator cend () const noexcept
 Return const_iterator beyond end of UPtrList traversal. More...
 
const_iterator begin () const noexcept
 Return const_iterator to begin of UPtrList traversal. More...
 
const_iterator end () const noexcept
 Return const_iterator beyond end of UPtrList traversal. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from FieldField< PatchField, Type >
static tmp< FieldField< PatchField, Type > > NewCalculatedType (const FieldField< PatchField, Type2 > &ff)
 Return a pointer to a new calculatedFvPatchFieldField created on. More...
 
- Protected Member Functions inherited from PtrList< T >
template<class INew >
void readIstream (Istream &is, const INew &inew)
 Read from Istream using Istream constructor class. More...
 
void free ()
 Delete the allocated entries, but retain the list size. More...
 
- Protected Member Functions inherited from UPtrList< T >
void setAddressableSize (const label n) noexcept
 Adjust addressable size. More...
 
 UPtrList (Detail::PtrListDetail< T > &&ptrs)
 Low-level move construct. More...
 
- Protected Attributes inherited from UPtrList< T >
Detail::PtrListDetail< Tptrs_
 The list of pointers. More...
 

Detailed Description

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

Generic GeometricBoundaryField class.

Source files

Definition at line 62 of file GeometricBoundaryField.H.

Member Typedef Documentation

◆ BoundaryMesh

The boundary mesh type for the boundary fields.

Definition at line 71 of file GeometricBoundaryField.H.

◆ Internal

The internal field type associated with the boundary fields.

Definition at line 74 of file GeometricBoundaryField.H.

◆ Patch

typedef PatchField<Type> Patch

The patch field type for the boundary fields.

Definition at line 77 of file GeometricBoundaryField.H.

Constructor & Destructor Documentation

◆ GeometricBoundaryField() [1/8]

GeometricBoundaryField ( const BoundaryMesh bmesh)
explicit

Construct from a BoundaryMesh, setting patches later.

Definition at line 189 of file GeometricBoundaryField.C.

◆ GeometricBoundaryField() [2/8]

GeometricBoundaryField ( const BoundaryMesh bmesh,
const DimensionedField< Type, GeoMesh > &  field,
const word patchFieldType = PatchField<Type>::calculatedType() 
)

Construct from a BoundaryMesh, reference to the internal field and a patch type

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 200 of file GeometricBoundaryField.C.

◆ GeometricBoundaryField() [3/8]

GeometricBoundaryField ( const BoundaryMesh bmesh,
const DimensionedField< Type, GeoMesh > &  field,
const wordList wantedPatchTypes,
const wordList actualPatchTypes = wordList() 
)

Construct from a BoundaryMesh, reference to the internal field and a wordList of patch types and optional the actual patch types (to override constraint patches)

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 232 of file GeometricBoundaryField.C.

References Foam::abort(), Foam::FatalError, FatalErrorInFunction, field(), forAll, Foam::nl, PtrList< T >::set(), and UList< T >::size().

Here is the call graph for this function:

◆ GeometricBoundaryField() [4/8]

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

Construct from a BoundaryMesh, reference to the internal field and a PtrList<PatchField<Type>> (to be cloned)

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 299 of file GeometricBoundaryField.C.

References FieldField< PatchField, Type >::clone(), field(), forAll, and PtrList< T >::set().

Here is the call graph for this function:

◆ GeometricBoundaryField() [5/8]

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

Construct as copy, setting the reference to the internal field.

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 322 of file GeometricBoundaryField.C.

References FieldField< PatchField, Type >::clone(), field(), forAll, and PtrList< T >::set().

Here is the call graph for this function:

◆ GeometricBoundaryField() [6/8]

GeometricBoundaryField ( const DimensionedField< Type, GeoMesh > &  field,
const GeometricBoundaryField< Type, PatchField, GeoMesh > &  btf,
const labelList patchIDs,
const word patchFieldName 
)

Construct as copy, setting the reference to the internal field and resetting type of field for given patch IDs

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 344 of file GeometricBoundaryField.C.

References FieldField< PatchField, Type >::clone(), field(), forAll, and PtrList< T >::set().

Here is the call graph for this function:

◆ GeometricBoundaryField() [7/8]

GeometricBoundaryField ( const GeometricBoundaryField< Type, PatchField, GeoMesh > &  btf)

Copy construct.

Dangerous because Field may be set to a field which gets deleted Need new type of BoundaryField, one which is part of a geometric field for which snGrad etc. may be called and a free standing BoundaryField for which such operations are unavailable.

◆ GeometricBoundaryField() [8/8]

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

Construct from dictionary.

Definition at line 401 of file GeometricBoundaryField.C.

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

Here is the call graph for this function:

Member Function Documentation

◆ readField()

void readField ( const DimensionedField< Type, GeoMesh > &  field,
const dictionary dict 
)

Read the boundary field.

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 37 of file GeometricBoundaryField.C.

References clear(), dict, field(), and resize().

Referenced by GeometricBoundaryField< Type, PatchField, GeoMesh >::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.

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 418 of file GeometricBoundaryField.C.

Referenced by kkLOmega::correct(), LamBremhorstKE::correct(), LienCubicKE::correct(), LienLeschziner::correct(), ShihQuadraticKE::correct(), mixtureKEpsilon< BasicTurbulenceModel >::correct(), elasticityMotionSolver::setBoundaryConditions(), and laplacianMotionSolver::setBoundaryConditions().

Here is the caller graph for this function:

◆ evaluate()

void evaluate

Evaluate boundary conditions.

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 433 of file GeometricBoundaryField.C.

References UPstream::blocking, UPstream::commsTypeNames, UPstream::defaultCommsType, Foam::exit(), Foam::FatalError, FatalErrorInFunction, UPstream::nonBlocking, UPstream::nRequests(), UPstream::parRun(), UPstream::scheduled, and UPstream::waitRequests().

Referenced by motionSmootherAlgo::correctBoundaryConditions(), Foam::correctUphiBCs(), basicSymmetryFaPatchField< Type >::evaluate(), fixedGradientFaPatchField< Type >::evaluate(), mixedFaPatchField< Type >::evaluate(), zeroGradientFaPatchField< Type >::evaluate(), basicSymmetryFvPatchField< Type >::evaluate(), directionMixedFvPatchField< Type >::evaluate(), extrapolatedCalculatedFvPatchField< Type >::evaluate(), fixedGradientFvPatchField< Type >::evaluate(), symmetryPlaneFvPatchField< Type >::evaluate(), surfaceSlipDisplacementPointPatchVectorField::evaluate(), valuePointPatchField< Type >::evaluate(), adjointOutletVelocityFvPatchVectorField::evaluate(), kqRWallFunctionFvPatchField< Type >::evaluate(), clampedPlateFaPatchField< Type >::evaluate(), motionSmootherAlgo::setDisplacementPatchFields(), and timeVaryingMappedFixedValuePointPatchField< Type >::timeVaryingMappedFixedValuePointPatchField().

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

◆ evaluateCoupled()

void evaluateCoupled

Evaluate boundary conditions on a subset of coupled patches.

if (GeometricField<Type, PatchField, GeoMesh::debug) { InfoInFunction << nl; }

Definition at line 502 of file GeometricBoundaryField.C.

References UPstream::blocking, UPstream::commsTypeNames, UPstream::defaultCommsType, Foam::exit(), Foam::FatalError, FatalErrorInFunction, UPstream::nonBlocking, UPstream::nRequests(), UPstream::parRun(), UPstream::scheduled, and UPstream::waitRequests().

Here is the call graph for this function:

◆ types()

Return a list of the patch types.

Definition at line 586 of file GeometricBoundaryField.C.

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

Referenced by mixtureKEpsilon< BasicTurbulenceModel >::epsilonBoundaryTypes(), basicThermo::heBoundaryTypes(), psiuReactionThermo::heuBoundaryTypes(), mixtureKEpsilon< BasicTurbulenceModel >::initMixtureFields(), kkLOmega::k(), and thermoSingleLayer::thermoSingleLayer().

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

◆ boundaryInternalField()

Foam::GeometricBoundaryField< Type, PatchField, GeoMesh > boundaryInternalField

Return boundary field of values neighbouring the boundary.

Definition at line 603 of file GeometricBoundaryField.C.

References forAll.

◆ 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 619 of file GeometricBoundaryField.C.

References forAll, 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 640 of file GeometricBoundaryField.C.

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

Referenced by faMatrix< Type >::residual(), fvMatrix< Type >::residual(), and fvMatrix< Type >::solveSegregated().

Here is the call graph for this function:
Here is the caller 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 Ostream::beginBlock(), IOstream::check(), Ostream::endBlock(), FUNCTION_NAME, and os().

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

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

◆ writeEntries()

void writeEntries ( Ostream os) const

Write dictionary entries of the individual boundary fields.

Definition at line 676 of file GeometricBoundaryField.C.

References Ostream::beginBlock(), Ostream::endBlock(), and os().

Here is the call graph for this function:

◆ operator=() [1/3]

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

Copy assignment from GeometricBoundaryField.

◆ operator=() [2/3]

void operator= ( const FieldField< PatchField, Type > &  bf)

Copy assignment from FieldField<PatchField, Type>

Definition at line 703 of file GeometricBoundaryField.C.

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

Here is the call graph for this function:

◆ operator=() [3/3]

void operator= ( const Type &  val)

Assignment to uniform value.

Definition at line 713 of file GeometricBoundaryField.C.

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

Here is the call graph for this function:

◆ operator==() [1/3]

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

Forced assignment from GeometricBoundaryField.

◆ operator==() [2/3]

void operator== ( const FieldField< PatchField, Type > &  bf)

Forced assignment from FieldField<PatchField, Type>

Definition at line 736 of file GeometricBoundaryField.C.

References forAll.

◆ operator==() [3/3]

void operator== ( const Type &  val)

Forced assignment to uniform value.

Definition at line 749 of file GeometricBoundaryField.C.

References forAll.


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