Abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More...


Public Types | |
| typedef fvPatch | Patch |
| The patch type for the patch field. More... | |
| typedef Type | value_type |
| The value_type for the patch field. More... | |
| typedef pTraits< Type >::cmptType | cmptType |
| The component type for patch field. More... | |
| typedef DimensionedField< Type, volMesh > | Internal |
| The internal field type associated with the patch field. More... | |
| typedef calculatedFvPatchField< Type > | Calculated |
| Type for a calculated patch. More... | |
Public Types inherited from Field< Type > | |
| typedef pTraits< Type >::cmptType | cmptType |
| Component type. More... | |
| typedef SubField< Type > | subField |
| Declare type of subField. More... | |
Public Types inherited from List< Type > | |
| typedef SubList< Type > | subList |
| Declare type of subList. More... | |
Public Types inherited from UList< Type > | |
| typedef Type | value_type |
| The value type the list contains. More... | |
| typedef Type * | pointer |
| The pointer type for non-const access to value_type items. More... | |
| typedef const Type * | const_pointer |
| The pointer type for const access to value_type items. More... | |
| typedef Type & | reference |
| The type used for storing into value_type objects. More... | |
| typedef const Type & | const_reference |
| The type used for reading from constant value_type objects. More... | |
| typedef Type * | iterator |
| Random access iterator for traversing a UList. More... | |
| typedef const Type * | const_iterator |
| Random access iterator for traversing a UList. More... | |
| typedef label | size_type |
| The type to represent the size of a UList. More... | |
| typedef label | difference_type |
| The difference between iterator objects. More... | |
| typedef std::reverse_iterator< iterator > | reverse_iterator |
| Reverse iterator (non-const access) More... | |
| typedef std::reverse_iterator< const_iterator > | const_reverse_iterator |
| Reverse iterator (const access) More... | |
Public Member Functions | |
| declareRunTimeSelectionTable (tmp, fvPatchField, patch,(const fvPatch &p, const DimensionedField< Type, volMesh > &iF),(p, iF)) | |
| declareRunTimeSelectionTable (tmp, fvPatchField, patchMapper,(const fvPatchField< Type > &ptf, const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const fvPatchFieldMapper &m),(dynamic_cast< const fvPatchFieldType & >(ptf), p, iF, m)) | |
| declareRunTimeSelectionTable (tmp, fvPatchField, dictionary,(const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
| fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
| Construct from patch and internal field. More... | |
| fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const word &patchType) | |
| Construct from patch, internal field and patch type. More... | |
| fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const Type &value) | |
| Construct from patch, internal field and value. More... | |
| fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const Field< Type > &pfld) | |
| Construct from patch, internal field and patch field. More... | |
| fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, Field< Type > &&pfld) | |
| Construct from patch, internal field and patch field. More... | |
| fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &dict, IOobjectOption::readOption requireValue=IOobjectOption::MUST_READ) | |
| Construct from patch, internal field and dictionary. More... | |
| fvPatchField (const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const dictionary &dict, const bool needValue) | |
| Construct, forwarding to readOption variant. More... | |
| fvPatchField (const fvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping the given fvPatchField onto a new patch. More... | |
| fvPatchField (const fvPatchField< Type > &) | |
| Construct as copy. More... | |
| fvPatchField (const fvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< fvPatchField< Type > > | clone () const |
| Clone patch field with its own internal field reference. More... | |
| virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
| Clone patch field with given internal field reference. More... | |
| virtual | ~fvPatchField ()=default |
| Destructor. More... | |
| const DimensionedField< Type, volMesh > & | internalField () const noexcept |
| Return const-reference to the dimensioned internal field. More... | |
| const Field< Type > & | primitiveField () const noexcept |
| Return const-reference to the internal field values. More... | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const fvPatchField< Type > &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. More... | |
| virtual tmp< Field< Type > > | snGrad () const |
| Return patch-normal gradient. More... | |
| virtual tmp< Field< Type > > | snGrad (const scalarField &deltaCoeffs) const |
| Return patch-normal gradient for coupled-patches. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | updateWeightedCoeffs (const scalarField &weights) |
| Update the coefficients associated with the patch field. More... | |
| virtual tmp< Field< Type > > | patchInternalField () const |
| Return internal field next to patch. More... | |
| virtual void | patchInternalField (UList< Type > &pfld) const |
| Retrieve internal field next to patch. More... | |
| virtual tmp< Field< Type > > | patchNeighbourField () const |
| Return patchField on the opposite patch of a coupled patch. More... | |
| virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::buffered) |
| Initialise the evaluation of the patch field. More... | |
| virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::buffered) |
| Evaluate the patch field, sets updated() to false. More... | |
| virtual void | initEvaluateLocal (const Pstream::commsTypes commsType=Pstream::commsTypes::buffered) |
| Initialise the evaluation of the patch field after a local. More... | |
| virtual void | evaluateLocal (const Pstream::commsTypes commsType=Pstream::commsTypes::buffered) |
| Evaluate the patch field after a local operation (e.g. *=) More... | |
| virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< Field< scalar >> &) const |
| Return the matrix diagonal coefficients corresponding to the. More... | |
| virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< Field< scalar >> &) const |
| Return the matrix source coefficients corresponding to the. More... | |
| virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
| Return the matrix diagonal coefficients corresponding to the. More... | |
| virtual tmp< Field< Type > > | gradientInternalCoeffs (const scalarField &deltaCoeffs) const |
| Return the matrix diagonal coefficients corresponding to the. More... | |
| virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
| Return the matrix source coefficients corresponding to the. More... | |
| virtual tmp< Field< Type > > | gradientBoundaryCoeffs (const scalarField &deltaCoeffs) const |
| Return the matrix source coefficients corresponding to the. More... | |
| virtual void | manipulateMatrix (fvMatrix< Type > &matrix) |
| Manipulate matrix. More... | |
| virtual void | manipulateMatrix (fvMatrix< Type > &matrix, const scalarField &weights) |
| Manipulate matrix with given weights. More... | |
| virtual void | manipulateMatrix (fvMatrix< Type > &matrix, const label iMatrix, const direction cmp) |
| Manipulate fvMatrix. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
| void | check (const fvPatchField< Type > &) const |
| Check against given patch field. More... | |
| virtual void | operator= (const UList< Type > &) |
| virtual void | operator= (const fvPatchField< Type > &) |
| virtual void | operator+= (const fvPatchField< Type > &) |
| virtual void | operator-= (const fvPatchField< Type > &) |
| virtual void | operator*= (const fvPatchField< scalar > &) |
| virtual void | operator/= (const fvPatchField< scalar > &) |
| virtual void | operator+= (const Field< Type > &) |
| virtual void | operator-= (const Field< Type > &) |
| virtual void | operator*= (const Field< scalar > &) |
| virtual void | operator/= (const Field< scalar > &) |
| virtual void | operator= (const Type &) |
| virtual void | operator+= (const Type &) |
| virtual void | operator-= (const Type &) |
| virtual void | operator*= (const scalar) |
| virtual void | operator/= (const scalar) |
| virtual void | operator== (const fvPatchField< Type > &) |
| virtual void | operator== (const Field< Type > &) |
| virtual void | operator== (const Type &) |
| bool | operator!= (const fvPatchField< Type > &) const =delete |
| bool | operator!= (const Field< Type > &) const =delete |
| bool | operator!= (const Type &) const =delete |
| template<class AnyType > | |
| Foam::tmp< Foam::fvPatchField< Type > > | NewCalculatedType (const fvPatchField< AnyType > &pf) |
Public Member Functions inherited from fvPatchFieldBase | |
| TypeName ("fvPatchField") | |
| Runtime type information. More... | |
| fvPatchFieldBase (const fvPatch &p) | |
| Construct from patch. More... | |
| fvPatchFieldBase (const fvPatch &p, const word &patchType) | |
| Construct from patch and patch type. More... | |
| fvPatchFieldBase (const fvPatch &p, const dictionary &dict) | |
| Construct from patch and dictionary. More... | |
| fvPatchFieldBase (const fvPatchFieldBase &rhs, const fvPatch &p) | |
| Copy construct with new patch. More... | |
| fvPatchFieldBase (const fvPatchFieldBase &rhs) | |
| Copy construct. More... | |
| virtual | ~fvPatchFieldBase ()=default |
| Destructor. More... | |
| virtual bool | assignable () const |
| True if the value of the patch field is altered by assignment. More... | |
| virtual bool | fixesValue () const |
| True if the patch field fixes a value. More... | |
| virtual bool | coupled () const |
| True if the patch field is coupled. More... | |
| const objectRegistry & | db () const |
| The associated objectRegistry. More... | |
| const fvPatch & | patch () const noexcept |
| Return the patch. More... | |
| const word & | patchType () const noexcept |
| The optional patch type. More... | |
| word & | patchType () noexcept |
| The optional patch type. More... | |
| virtual bool | constraintOverride () const |
| True if the type does not correspond to the constraint type. More... | |
| bool | updated () const noexcept |
| True if the boundary condition has already been updated. More... | |
| void | setUpdated (bool state) noexcept |
| Set updated state. More... | |
| bool | manipulatedMatrix () const noexcept |
| True if the matrix has already been manipulated. More... | |
| void | setManipulated (bool state) noexcept |
| Set matrix manipulated state. More... | |
| bool | useImplicit () const noexcept |
| Use implicit formulation for coupled patches only. More... | |
| bool | useImplicit (bool on) noexcept |
| Set useImplicit on/off. More... | |
| void | checkPatch (const fvPatchFieldBase &rhs) const |
| Check that patches are identical. More... | |
Public Member Functions inherited from Field< Type > | |
| constexpr | Field () noexcept |
| Default construct. More... | |
| Field (const label len) | |
| Construct given size. More... | |
| Field (const label len, const Type &val) | |
| Construct given size and initial value. More... | |
| Field (const label len, Foam::zero) | |
| Construct given size and initial values of zero. More... | |
| Field (Foam::one, const Type &val) | |
| Construct with length=1, copying the value as the only content. More... | |
| Field (Foam::one, Type &&val) | |
| Construct with length=1, moving the value as the only content. More... | |
| Field (Foam::one, Foam::zero) | |
| Construct with length=1, initializing content to zero. More... | |
| Field (const Field< Type > &fld) | |
| Copy construct. More... | |
| Field (const UList< Type > &list) | |
| Copy construct from UList<Type> More... | |
| template<class Addr > | |
| Field (const IndirectListBase< Type, Addr > &list) | |
| Copy construct from IndirectList. More... | |
| Field (Field< Type > &&fld) noexcept | |
| Move construct from Field. More... | |
| Field (List< Type > &&list) noexcept | |
| Move construct from List. More... | |
| template<int SizeMin> | |
| Field (DynamicList< Type, SizeMin > &&list) | |
| Move construct from DynamicList. More... | |
| Field (const UList< Type > &mapF, const labelUList &mapAddressing) | |
| Construct by 1 to 1 mapping from the given field. More... | |
| Field (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | |
| Construct by 1 to 1 mapping from the given tmp field. More... | |
| Field (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | |
| Construct by interpolative mapping from the given field. More... | |
| Field (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | |
| Construct by interpolative mapping from the given tmp field. More... | |
| Field (const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) | |
| Construct by mapping from the given field. More... | |
| Field (const UList< Type > &mapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | |
| Construct by mapping from the given field. More... | |
| Field (const UList< Type > &mapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | |
| Construct by mapping from the given field. More... | |
| Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | |
| Construct by mapping from the given tmp field. More... | |
| Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | |
| Construct by mapping from the given tmp field. Uses supplied uniform value for unmapped items. More... | |
| Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | |
| Construct by mapping from the given tmp field. Uses supplied values for unmapped items. More... | |
| Field (Field< Type > &fld, bool reuse) | |
| Copy construct or re-use as specified. More... | |
| Field (const tmp< Field< Type >> &tfld) | |
| Copy or move construct from tmp. More... | |
| Field (Istream &is) | |
| Construct from Istream. More... | |
| Field (const entry &e, const label len) | |
| Construct from a dictionary (primitive) entry. More... | |
| Field (const word &key, const dictionary &dict, const label len, IOobjectOption::readOption readOpt=IOobjectOption::MUST_READ) | |
| Lookup of a primitive dictionary entry by (literal) name and assign its contents to this. The behaviour largely as described in assign(): More... | |
| tmp< Field< Type > > | clone () const |
| Clone. More... | |
| void | assign (const entry &e, const label len) |
| Assign from a primitive dictionary entry with the following behaviour: More... | |
| bool | assign (const word &key, const dictionary &dict, const label len, IOobjectOption::readOption readOpt=IOobjectOption::MUST_READ) |
| Lookup a primitive dictionary entry by (literal) name and assign its contents to this (behaviour as described above). More... | |
| void | map (const UList< Type > &mapF, const labelUList &mapAddressing) |
| 1 to 1 map from the given field More... | |
| void | map (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
| 1 to 1 map from the given tmp field More... | |
| void | map (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) |
| Interpolative map from the given field. More... | |
| void | map (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) |
| Interpolative map from the given tmp field. More... | |
| void | map (const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) |
| Map from the given field. More... | |
| void | map (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) |
| Map from the given tmp field. More... | |
| void | autoMap (const FieldMapper &map, const bool applyFlip=true) |
| Map from self. More... | |
| void | rmap (const UList< Type > &mapF, const labelUList &mapAddressing) |
| 1 to 1 reverse-map from the given field More... | |
| void | rmap (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
| 1 to 1 reverse-map from the given tmp field More... | |
| void | rmap (const UList< Type > &mapF, const labelUList &mapAddressing, const UList< scalar > &weights) |
| Interpolative reverse map from the given field. More... | |
| void | rmap (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing, const UList< scalar > &weights) |
| Interpolative reverse map from the given tmp field. More... | |
| void | negate () |
| Inplace negate this field (negative). More... | |
| void | normalise () |
| Inplace normalise this field. Generally a no-op except for vector fields. More... | |
| tmp< Field< cmptType > > | component (const direction) const |
| Return a component field of the field. More... | |
| void | replace (const direction, const UList< cmptType > &) |
| Replace a component field of the field. More... | |
| void | replace (const direction, const tmp< Field< cmptType >> &) |
| Replace a component field of the field. More... | |
| void | replace (const direction, const cmptType &) |
| Replace a component field of the field. More... | |
| void | clamp_min (const Type &lower) |
| Impose lower (floor) clamp on the field values (in-place) More... | |
| void | clamp_min (const UList< Type > &lower) |
| Impose lower (floor) clamp on the field values (in-place) More... | |
| void | clamp_max (const Type &upper) |
| Impose upper (ceiling) clamp on the field values (in-place) More... | |
| void | clamp_max (const UList< Type > &upper) |
| Impose upper (ceiling) clamp on the field values (in-place) More... | |
| void | clamp_range (const Type &lower, const Type &upper) |
| Clamp field values (in-place) to the specified range. More... | |
| void | clamp_range (const MinMax< Type > &range) |
| Clamp field values (in-place) to the specified range. More... | |
| template<class VSForm > | |
| VSForm | block (const label start) const |
| tmp< Field< Type > > | T () const |
| Return the field transpose (only defined for second rank tensors) More... | |
| void | writeEntry (const word &keyword, Ostream &os) const |
| Write the field as a dictionary entry. More... | |
| SubField< Type > | slice (const label pos, label len=-1) |
| Return SubField slice (non-const access) - no range checking. More... | |
| const SubField< Type > | slice (const label pos, label len=-1) const |
| Return SubField slice (const access) - no range checking. More... | |
| SubField< Type > | slice (const labelRange &range) |
| Return SubField slice (non-const access) - with range checking. More... | |
| const SubField< Type > | slice (const labelRange &range) const |
| Return SubField slice (const access) - with range checking. More... | |
| void | operator= (const Field< Type > &) |
| Copy assignment. More... | |
| void | operator= (const tmp< Field< Type >> &) |
| void | operator= (const UList< Type > &rhs) |
| void | operator= (const SubField< Type > &rhs) |
| template<class Addr > | |
| void | operator= (const IndirectListBase< Type, Addr > &rhs) |
| Copy assign from IndirectList. More... | |
| void | operator= (Field< Type > &&rhs) |
| Move assignment. More... | |
| void | operator= (List< Type > &&rhs) |
| template<int SizeMin> | |
| void | operator= (DynamicList< Type, SizeMin > &&rhs) |
| void | operator= (const Type &val) |
| Assign entries to the given value. More... | |
| void | operator= (Foam::zero) |
| Assign entries to zero. More... | |
| template<class Form , class Cmpt , direction nCmpt> | |
| void | operator= (const VectorSpace< Form, Cmpt, nCmpt > &) |
| void | operator+= (const UList< Type > &) |
| void | operator+= (const tmp< Field< Type >> &) |
| void | operator-= (const UList< Type > &) |
| void | operator-= (const tmp< Field< Type >> &) |
| void | operator*= (const UList< scalar > &) |
| void | operator*= (const tmp< Field< scalar >> &) |
| void | operator/= (const UList< scalar > &) |
| void | operator/= (const tmp< Field< scalar >> &) |
| void | operator+= (const Type &) |
| void | operator-= (const Type &) |
| void | operator*= (const scalar &) |
| void | operator/= (const scalar &) |
| template<class Type > | |
| void | operator= (const tmp< Field > &rhs) |
| void | normalise () |
| void | normalise () |
| void | normalise () |
| Inplace normalise (float) vector field. More... | |
| void | normalise () |
| Inplace normalise (double) vector field. More... | |
Public Member Functions inherited from FieldBase | |
| constexpr | FieldBase () noexcept |
| Default construct. More... | |
Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Default construct, initializing count to 0. More... | |
| int | use_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 List< Type > | |
| constexpr | List () noexcept |
| Default construct. More... | |
| List (const label len) | |
| Construct with given size. More... | |
| List (const label len, const Type &val) | |
| Construct with given size and value for all elements. More... | |
| List (const label len, Foam::zero) | |
| Construct with given size initializing all elements to zero. More... | |
| List (Foam::one, const Type &val) | |
| Construct with length=1, copying the value as the only content. More... | |
| List (Foam::one, Type &&val) | |
| Construct with length=1, moving the value as the only content. More... | |
| List (Foam::one, Foam::zero) | |
| Construct with length=1, initializing content to zero. More... | |
| List (const List< Type > &list) | |
| Copy construct from list. More... | |
| List (const UList< Type > &list) | |
| Copy construct contents from list. More... | |
| List (List< Type > &list, bool reuse) | |
| Construct as copy or re-use as specified. More... | |
| List (const UList< Type > &list, const labelUList &indices) | |
| Copy construct subset of list. More... | |
| List (const UList< Type > &list, const FixedList< label, N > &indices) | |
| Copy construct subset of list. More... | |
| List (const FixedList< Type, N > &list) | |
| Construct as copy of FixedList<T, N> More... | |
| List (const PtrList< Type > &list) | |
| Construct as copy of PtrList<T> More... | |
| List (const IndirectListBase< Type, Addr > &list) | |
| Construct as copy of IndirectList contents. More... | |
| List (std::initializer_list< Type > list) | |
| Construct from an initializer list. More... | |
| List (List< Type > &&list) noexcept | |
| Move construct from List. More... | |
| List (DynamicList< Type, SizeMin > &&list) | |
| Move construct from DynamicList. More... | |
| List (Istream &is) | |
| Construct from Istream. More... | |
| autoPtr< List< Type > > | clone () const |
| Clone. More... | |
| ~List () | |
| Destructor. More... | |
| void | clear () |
| Clear the list, i.e. set size to zero. More... | |
| void | resize (const label len) |
| Adjust allocated size of list. More... | |
| void | resize (const label len, const Type &val) |
| Adjust allocated size of list and set val for new elements. More... | |
| void | resize (const label len) |
| void | resize_fill (const label len, const Type &val) |
| Adjust allocated size of list and set val for all elements. More... | |
| void | resize_nocopy (const label len) |
| Adjust allocated size of list without necessarily. More... | |
| void | resize_unsafe (const label len) noexcept |
| Change the addressed list size directly without affecting any memory management (advanced usage). More... | |
| void | setSize (const label n) |
| Alias for resize() More... | |
| void | setSize (const label n, const Type &val) |
| Alias for resize() More... | |
| void | transfer (List< Type > &list) |
| Transfer the contents of the argument List into this list and annul the argument list. More... | |
| void | transfer (DynamicList< Type, SizeMin > &list) |
| Transfer the contents of the argument List into this list and annul the argument list. More... | |
| Type & | newElmt (const label i) |
| Return subscript-checked element of UList and resizing the list if required. More... | |
| Type & | emplace_back (Args &&... args) |
| Construct an element at the end of the list, return reference to the new list element. More... | |
| void | push_back (const Type &val) |
| Append an element at the end of the list. More... | |
| void | push_back (Type &&val) |
| Move append an element at the end of the list. More... | |
| void | push_back (const UList< Type > &list) |
| Append a List to the end of this list. More... | |
| void | push_back (const IndirectListBase< Type, Addr > &list) |
| Append IndirectList contents at the end of this list. More... | |
| label | push_uniq (const Type &val) |
| Append an element if not already in the list. More... | |
| void | pop_back (label n=1) |
| Reduce size by 1 or more elements. Can be called on an empty list. More... | |
| void | operator= (const UList< Type > &list) |
| Assignment to UList operator. Takes linear time. More... | |
| void | operator= (const List< Type > &list) |
| Assignment operator. Takes linear time. More... | |
| void | operator= (const IndirectListBase< Type, Addr > &list) |
| Assignment from IndirectList. Takes linear time. More... | |
| void | operator= (const FixedList< Type, N > &list) |
| Copy assignment from FixedList. More... | |
| void | operator= (std::initializer_list< Type > list) |
| Assignment to an initializer list. More... | |
| void | operator= (const Type &val) |
| Assignment of all entries to the given value. More... | |
| void | operator= (Foam::zero) |
| Assignment of all entries to zero. More... | |
| void | operator= (List< Type > &&list) |
| Move assignment. Takes constant time. More... | |
| void | operator= (DynamicList< Type, SizeMin > &&list) |
| Move assignment. Takes constant time. More... | |
| Istream & | readList (Istream &is) |
| Read List from Istream, discarding contents of existing List. More... | |
| void | shallowCopy (const UList< Type > &)=delete |
| No shallowCopy permitted. More... | |
| std::enable_if_t< std::is_same_v< bool, TypeT >, bool > | set (const label i, bool val=true) |
| A bitSet::set() method for a list of bool. More... | |
| void | append (const Type &val) |
| Append an element at the end of the list. More... | |
| void | append (Type &&val) |
| Move append an element at the end of the list. More... | |
| void | append (const UList< Type > &list) |
| Append a List to the end of this list. More... | |
| void | append (const IndirectListBase< Type, Addr > &list) |
| Append IndirectList contents at the end of this list. More... | |
| label | appendUniq (const Type &val) |
| Same as push_uniq() More... | |
Public Member Functions inherited from UList< Type > | |
| label | size () const noexcept |
| The number of elements in the container. More... | |
| void | writeEntry (const word &keyword, Ostream &os) const |
| Write the List as a dictionary entry with keyword. More... | |
| UList (const UList< Type > &) noexcept=default | |
| Copy construct, shallow copy. More... | |
| UList (UList< Type > &&) noexcept=default | |
| Move construct, shallow copy. More... | |
| constexpr | UList () noexcept |
| Default construct, zero-sized and nullptr. More... | |
| UList (Type *__restrict__ ptr, const label len) noexcept | |
| Construct from components. More... | |
| UList (SubList< Type > &&) noexcept | |
| Move construct from a SubList, shallow copy. More... | |
| UList< Type > & | operator= (const UList< Type > &)=delete |
| No copy assignment (default: shallow copy) More... | |
| UList< Type > & | operator= (UList< Type > &&) noexcept=default |
| Move assignment, shallow copy. More... | |
| void | operator= (const Type &val) |
| Assignment of all entries to the given value. More... | |
| void | operator= (Foam::zero) |
| Assignment of all entries to zero. More... | |
| void | operator= (Foam::zero) |
| Character list assign zero - avoids Foam::zero casting ambiguities. More... | |
| void | operator= (const Foam::zero) |
| label | fcIndex (const label i) const noexcept |
| The forward circular index. The next index in the list which returns to the first at the end of the list. More... | |
| label | rcIndex (const label i) const noexcept |
| The reverse circular index. The previous index in the list which returns to the last at the beginning of the list. More... | |
| const Type & | fcValue (const label i) const |
| Return forward circular value (ie, next value in the list) More... | |
| Type & | fcValue (const label i) |
| Return forward circular value (ie, next value in the list) More... | |
| const Type & | rcValue (const label i) const |
| Return reverse circular value (ie, previous value in the list) More... | |
| Type & | rcValue (const label i) |
| Return reverse circular value (ie, previous value in the list) More... | |
| const Type * | cdata () const noexcept |
| Return pointer to the underlying array serving as data storage. More... | |
| Type * | data () noexcept |
| Return pointer to the underlying array serving as data storage. More... | |
| const char * | cdata_bytes () const noexcept |
| Return pointer to the underlying array serving as data storage,. More... | |
| char * | data_bytes () noexcept |
| Return pointer to the underlying array serving as data storage,. More... | |
| Type & | front () |
| Access first element of the list, position [0]. More... | |
| const Type & | front () const |
| Access first element of the list. More... | |
| Type & | back () |
| Access last element of the list, position [size()-1]. More... | |
| const Type & | back () const |
| Access last element of the list, position [size()-1]. More... | |
| std::streamsize | size_bytes () const noexcept |
| Number of contiguous bytes for the List data. More... | |
| std::streamsize | byteSize () const |
| Number of contiguous bytes for the List data, runtime FatalError if type is not contiguous. More... | |
| void | checkStart (const label start) const |
| Check start is within valid range [0,size) More... | |
| void | checkSize (const label size) const |
| Check size is within valid range [0,size]. More... | |
| void | checkRange (const label start, const label len) const |
| Check that start and length define a valid range. More... | |
| void | checkIndex (const label i) const |
| Check index is within valid range [0,size) More... | |
| bool | uniform () const |
| True if all entries have identical values, and list is non-empty. More... | |
| bool | contains (const Type &val) const |
| True if the value is contained in the list. More... | |
| bool | contains (const Type &val, label pos, label len=-1) const |
| Is the value contained in the list? More... | |
| label | find (const Type &val) const |
| Find index of the first occurrence of the value. More... | |
| label | find (const Type &val, label pos, label len=-1) const |
| Find index of the first occurrence of the value. More... | |
| label | rfind (const Type &val, label pos=-1) const |
| Find index of the last occurrence of the value. More... | |
| void | moveFirst (const label i) |
| Move element to the first position. More... | |
| void | moveLast (const label i) |
| Move element to the last position. More... | |
| void | swapFirst (const label i) |
| Swap element with the first element. Fatal on an empty list. More... | |
| void | swapLast (const label i) |
| Swap element with the last element. Fatal on an empty list. More... | |
| void | shallowCopy (Type *__restrict__ ptr, const label len) noexcept |
| Copy the pointer and size. More... | |
| void | shallowCopy (std::nullptr_t) noexcept |
| Copy nullptr and zero size. More... | |
| void | shallowCopy (const UList< Type > &list) noexcept |
| Copy the pointer and size held by the given UList. More... | |
| void | deepCopy (const UList< Type > &list) |
| Copy elements of the given UList. Sizes must match! More... | |
| void | deepCopy (const IndirectListBase< Type, Addr > &list) |
| Copy elements of the given indirect list. Sizes must match! More... | |
| SubList< Type > | slice (const label pos, label len=-1) |
| Return SubList slice (non-const access) - no range checking. More... | |
| const SubList< Type > | slice (const label pos, label len=-1) const |
| Return SubList slice (const access) - no range checking. More... | |
| SubList< Type > | slice (const labelRange &range) |
| Return SubList slice (non-const access) - with range checking. More... | |
| const SubList< Type > | slice (const labelRange &range) const |
| Return SubList slice (const access) - with range checking. More... | |
| Type & | operator[] (const label i) |
| Return element of UList. More... | |
| const Type & | operator[] (const label i) const |
| Return element of constant UList. More... | |
| const bool & | operator[] (const label i) const |
| operator const Foam::List< Type > & () const | |
| Allow cast to a const List<T>&. More... | |
| iterator | begin () noexcept |
| Return an iterator to begin traversing the UList. More... | |
| iterator | begin (const label i) noexcept |
| Return iterator at offset i from begin, clamped to [0,size] range. More... | |
| const_iterator | begin () const noexcept |
| Return const_iterator to begin traversing the constant UList. More... | |
| const_iterator | begin (const label i) const noexcept |
| Return const_iterator at offset i from begin, clamped to [0,size] range. More... | |
| iterator | end () noexcept |
| Return an iterator to end traversing the UList. More... | |
| const_iterator | end () const noexcept |
| Return const_iterator to end traversing the constant UList. More... | |
| const_iterator | cbegin () const noexcept |
| Return const_iterator to begin traversing the constant UList. More... | |
| const_iterator | cbegin (const label i) const noexcept |
| Return const_iterator at offset i from begin, clamped to [0,size] range. More... | |
| const_iterator | cend () const noexcept |
| Return const_iterator to end traversing the constant UList. More... | |
| reverse_iterator | rbegin () |
| Return reverse_iterator to begin reverse traversing the UList. More... | |
| const_reverse_iterator | rbegin () const |
| Return const_reverse_iterator to begin reverse traversing the UList. More... | |
| reverse_iterator | rend () |
| Return reverse_iterator to end reverse traversing the UList. More... | |
| const_reverse_iterator | rend () const |
| Return const_reverse_iterator to end reverse traversing the UList. More... | |
| const_reverse_iterator | crbegin () const |
| Return const_reverse_iterator to begin reverse traversing the UList. More... | |
| const_reverse_iterator | crend () const |
| Return const_reverse_iterator to end reverse traversing the UList. More... | |
| bool | empty () const noexcept |
| True if List is empty (ie, size() is zero) More... | |
| label | capacity () const noexcept |
| Size of the underlying storage. More... | |
| void | swap (UList< Type > &list) noexcept |
| Swap content with another UList of the same type in constant time. More... | |
| bool | operator== (const UList< Type > &list) const |
| Equality operation on ULists of the same type. More... | |
| bool | operator!= (const UList< Type > &list) const |
| The opposite of the equality operation. Takes linear time. More... | |
| bool | operator< (const UList< Type > &list) const |
| Compare two ULists lexicographically. Takes linear time. More... | |
| bool | operator> (const UList< Type > &list) const |
| Compare two ULists lexicographically. Takes linear time. More... | |
| bool | operator<= (const UList< Type > &list) const |
| Return true if !(a > b). Takes linear time. More... | |
| bool | operator>= (const UList< Type > &list) const |
| Return true if !(a < b). Takes linear time. More... | |
| Istream & | readList (Istream &is) |
| Read List contents from Istream. More... | |
| Ostream & | writeList (Ostream &os, const label shortLen=0) const |
| Write List, with line-breaks in ASCII when length exceeds shortLen. More... | |
| std::enable_if_t< std::is_same_v< bool, TypeT >, bool > | test (const label i) const |
Test bool value at specified position, always false for out-of-range access. More... | |
| std::enable_if_t< std::is_same_v< bool, TypeT >, bool > | get (const label i) const |
Return bool value at specified position, always false for out-of-range access. More... | |
| std::enable_if_t< std::is_same_v< bool, TypeT >, bool > | unset (const label i) |
Unset the bool entry at specified position, always false for out-of-range access. More... | |
| Type & | first () |
| Access first element of the list, position [0]. More... | |
| const Type & | first () const |
| Access first element of the list. More... | |
| Type & | last () |
| Access last element of the list, position [size()-1]. More... | |
| const Type & | last () const |
| Access last element of the list, position [size()-1]. More... | |
| bool | found (const Type &val, label pos=0) const |
| Same as contains() More... | |
Static Public Member Functions | |
| template<class DerivedPatchField , class... Args> | |
| static tmp< fvPatchField< Type > > | Clone (const DerivedPatchField &pf, Args &&... args) |
| Clone a patch field, optionally with internal field reference etc. More... | |
| static tmp< fvPatchField< Type > > | New (const word &patchFieldType, const fvPatch &, const DimensionedField< Type, volMesh > &) |
| Return a pointer to a new patchField created on freestore given. More... | |
| static tmp< fvPatchField< Type > > | New (const word &patchFieldType, const word &actualPatchType, const fvPatch &, const DimensionedField< Type, volMesh > &) |
| Return a pointer to a new patchField created on freestore given. More... | |
| static tmp< fvPatchField< Type > > | New (const fvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) |
| Return a pointer to a new patchField created on freestore from. More... | |
| static tmp< fvPatchField< Type > > | New (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) |
| Return a pointer to a new patchField created on freestore. More... | |
| static tmp< fvPatchField< Type > > | NewCalculatedType (const fvPatch &p) |
| Return a pointer to a new calculatedFvPatchField created on. More... | |
| template<class AnyType > | |
| static tmp< fvPatchField< Type > > | NewCalculatedType (const fvPatchField< AnyType > &pf) |
| Return a pointer to a new calculatedFvPatchField created on. More... | |
Static Public Member Functions inherited from fvPatchFieldBase | |
| static const word & | emptyType () noexcept |
The type name for empty patch fields. More... | |
| static const word & | calculatedType () noexcept |
The type name for calculated patch fields. More... | |
| static const word & | extrapolatedCalculatedType () noexcept |
The type name for extrapolatedCalculated patch fields combines zero-gradient and calculated. More... | |
| static const word & | zeroGradientType () noexcept |
The type name for zeroGradient patch fields. More... | |
Static Public Member Functions inherited from Field< Type > | |
| static const Field< Type > & | null () noexcept |
| Return a null Field (reference to a nullObject). Behaves like an empty Field. More... | |
| static autoPtr< Field< Type > > | New (Istream &is) |
| Return a pointer to a new Field created on freestore. More... | |
| template<class Type2 > | |
| static tmp< Field< Type > > | NewCalculatedType (const Field< Type2 > &f) |
| Return a pointer to a new calculatedFvPatchFieldField created on freestore without setting patchField values. More... | |
Static Public Member Functions inherited from FieldBase | |
| static void | warnLocalBoundaryConsistencyCompat (const dictionary &) |
| Warn about keyword changes for local boundary consistency checks. More... | |
| static int | localBoundaryConsistency () noexcept |
| Get flag for local boundary consistency checks. More... | |
| static int | localBoundaryConsistency (int val) noexcept |
| Set flag for local boundary consistency checks. More... | |
Static Public Member Functions inherited from List< Type > | |
| static const List< Type > & | null () noexcept |
| Return a null List (reference to a nullObject). Behaves like an empty List. More... | |
Static Public Member Functions inherited from UList< Type > | |
| static const UList< Type > & | null () noexcept |
| Return a null UList (reference to a nullObject). Behaves like an empty UList. More... | |
| static constexpr label | max_size () noexcept |
| The size of the largest possible UList. More... | |
Protected Member Functions | |
| bool | readValueEntry (const dictionary &dict, IOobjectOption::readOption readOpt=IOobjectOption::LAZY_READ) |
Read the "value" entry into *this. More... | |
| void | writeValueEntry (Ostream &os) const |
Write *this field as a "value" entry. More... | |
| void | extrapolateInternal () |
| Assign the patch field from the internal field. More... | |
Protected Member Functions inherited from fvPatchFieldBase | |
| virtual void | readDict (const dictionary &dict) |
| Read dictionary entries. More... | |
Protected Member Functions inherited from List< Type > | |
| void | resize_copy (const label count, const label len) |
| Low-level resizing (backend for resize). Change allocation size of list, retaining the first count contents. More... | |
Protected Member Functions inherited from UList< Type > | |
| void | setAddressableSize (const label n) noexcept |
| Set addressed size to be inconsistent with allocated storage. More... | |
| void | size (const label n) |
| Older name for setAddressableSize. More... | |
| void | writeEntry (Ostream &os) const |
| Write the UList with its compound type. More... | |
| void | writeEntry (Ostream &os) const |
| Character list writeEntry. More... | |
| void | writeEntry (Ostream &os) const |
| labelRange | validateRange (const labelRange &requestedRange) const |
| Return a validated (start,size) subset range, which means that it always addresses a valid section of the list. More... | |
| void | fill_uniform (const Type &val) |
| Assign all entries to the given value. More... | |
| void | fill_uniform (Foam::zero) |
| Assign all entries to zero. More... | |
Friends | |
| Ostream & | operator (Ostream &, const fvPatchField< Type > &) |
Additional Inherited Members | |
Static Public Attributes inherited from fvPatchFieldBase | |
| static int | disallowGenericPatchField |
| Debug switch to disallow the use of generic fvPatchField. More... | |
Static Public Attributes inherited from FieldBase | |
| static const char *const | typeName |
| Typename for Field. More... | |
| static bool | allowConstructFromLargerSize = false |
| Permit read construct from a larger size. More... | |
| static bool | unifiedGeometricField |
| GeometricField with extra capacity for flattened boundary fields. Uses opt-switch "unifiedGeometricField". More... | |
| static int | localBoundaryConsistency_ |
| Local boundary field consistency checks. Uses opt-switch "localBoundaryConsistency". More... | |
| static scalar | localBoundaryTolerance_ |
| Tolerance for local boundary field consistency checks. Uses opt-switch "localBoundaryConsistency::tolerance". More... | |
Abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used.
The first level of derivation is to basic patchFields which cover zero-gradient, fixed-gradient, fixed-value and mixed conditions.
The next level of derivation covers all the specialised types with specific evaluation procedures, particularly with respect to specific fields.
Definition at line 349 of file fvPatchField.H.
The patch type for the patch field.
Definition at line 361 of file fvPatchField.H.
| typedef Type value_type |
The value_type for the patch field.
Definition at line 366 of file fvPatchField.H.
The component type for patch field.
Definition at line 371 of file fvPatchField.H.
| typedef DimensionedField<Type, volMesh> Internal |
The internal field type associated with the patch field.
Definition at line 376 of file fvPatchField.H.
| typedef calculatedFvPatchField<Type> Calculated |
Type for a calculated patch.
Definition at line 381 of file fvPatchField.H.
| fvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 73 of file fvPatchField.C.
| fvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const word & | patchType | ||
| ) |
Construct from patch, internal field and patch type.
Definition at line 86 of file fvPatchField.C.
| fvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const Type & | value | ||
| ) |
Construct from patch, internal field and value.
Definition at line 100 of file fvPatchField.C.
| fvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const Field< Type > & | pfld | ||
| ) |
Construct from patch, internal field and patch field.
Definition at line 114 of file fvPatchField.C.
| fvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| Field< Type > && | pfld | ||
| ) |
Construct from patch, internal field and patch field.
Definition at line 128 of file fvPatchField.C.
| fvPatchField | ( | const fvPatch & | p, |
| const DimensionedField< Type, volMesh > & | iF, | ||
| const dictionary & | dict, | ||
| IOobjectOption::readOption | requireValue = IOobjectOption::MUST_READ |
||
| ) |
Construct from patch, internal field and dictionary.
| requireValue | The "value" entry (default: mandatory) |
Definition at line 142 of file fvPatchField.C.
References dict, and fvPatchField< Type >::readValueEntry().

|
inline |
Construct, forwarding to readOption variant.
Definition at line 534 of file fvPatchField.H.
| fvPatchField | ( | const fvPatchField< Type > & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< Type, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping the given fvPatchField onto a new patch.
Definition at line 159 of file fvPatchField.C.
References fvPatchField< Type >::extrapolateInternal(), FieldMapper::hasUnmapped(), Field< Type >::map(), and Foam::notNull().

| fvPatchField | ( | const fvPatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 181 of file fvPatchField.C.
| fvPatchField | ( | const fvPatchField< Type > & | ptf, |
| const DimensionedField< Type, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 193 of file fvPatchField.C.
|
virtualdefault |
Destructor.
|
protected |
Read the "value" entry into *this.
The reading can be optional (default), mandatory etc.
Definition at line 31 of file fvPatchField.C.
References Foam::FieldOps::assign(), dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::nl, p, and Foam::foamVersion::patch.
Referenced by advectiveFvPatchField< Type >::advectiveFvPatchField(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), energyJumpAMIFvPatchScalarField::energyJumpAMIFvPatchScalarField(), energyJumpFvPatchScalarField::energyJumpFvPatchScalarField(), enthalpySorptionFvPatchScalarField::enthalpySorptionFvPatchScalarField(), externalCoupledTemperatureMixedFvPatchScalarField::externalCoupledTemperatureMixedFvPatchScalarField(), fanFvPatchField< Type >::fanFvPatchField(), fixedJumpAMIFvPatchField< Type >::fixedJumpAMIFvPatchField(), fixedJumpFvPatchField< Type >::fixedJumpFvPatchField(), fixedMeanOutletInletFvPatchField< Type >::fixedMeanOutletInletFvPatchField(), freestreamFvPatchField< Type >::freestreamFvPatchField(), fvPatchField< Type >::fvPatchField(), inletOutletFvPatchField< Type >::inletOutletFvPatchField(), mappedMixedFvPatchField< Type >::mappedMixedFvPatchField(), outletInletFvPatchField< Type >::outletInletFvPatchField(), outletMappedUniformInletFvPatchField< Type >::outletMappedUniformInletFvPatchField(), porousBafflePressureFvPatchField::porousBafflePressureFvPatchField(), prghPermeableAlphaTotalPressureFvPatchScalarField::prghPermeableAlphaTotalPressureFvPatchScalarField(), processorFvPatchField< Type >::processorFvPatchField(), speciesSorptionFvPatchScalarField::speciesSorptionFvPatchScalarField(), timeVaryingMappedFixedValueFvPatchField< Type >::timeVaryingMappedFixedValueFvPatchField(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::totalFlowRateAdvectiveDiffusiveFvPatchScalarField(), turbulentInletFvPatchField< Type >::turbulentInletFvPatchField(), uniformFixedGradientFvPatchField< Type >::uniformFixedGradientFvPatchField(), uniformFixedValueFvPatchField< Type >::uniformFixedValueFvPatchField(), uniformInletOutletFvPatchField< Type >::uniformInletOutletFvPatchField(), uniformJumpAMIFvPatchField< Type >::uniformJumpAMIFvPatchField(), uniformJumpFvPatchField< Type >::uniformJumpFvPatchField(), and uniformMixedFvPatchField< Type >::uniformMixedFvPatchField().


|
inlineprotected |
Write *this field as a "value" entry.
Definition at line 413 of file fvPatchField.H.
References os(), and Field< Type >::writeEntry().
Referenced by atmBoundaryLayerInletEpsilonFvPatchScalarField::write(), atmBoundaryLayerInletKFvPatchScalarField::write(), atmBoundaryLayerInletOmegaFvPatchScalarField::write(), atmBoundaryLayerInletVelocityFvPatchVectorField::write(), atmTurbulentHeatFluxTemperatureFvPatchScalarField::write(), atmAlphatkWallFunctionFvPatchScalarField::write(), atmEpsilonWallFunctionFvPatchScalarField::write(), atmNutkWallFunctionFvPatchScalarField::write(), atmNutUWallFunctionFvPatchScalarField::write(), atmNutWallFunctionFvPatchScalarField::write(), atmOmegaWallFunctionFvPatchScalarField::write(), freeSurfacePressureFvPatchScalarField::write(), freeSurfaceVelocityFvPatchVectorField::write(), SRFFreestreamVelocityFvPatchVectorField::write(), SRFVelocityFvPatchVectorField::write(), SRFWallVelocityFvPatchVectorField::write(), calculatedFvPatchField< Type >::write(), coupledFvPatchField< Type >::write(), directionMixedFvPatchField< Type >::write(), fixedValueFvPatchField< Type >::write(), slicedFvPatchField< Type >::write(), acousticWaveTransmissiveFvPatchField< Type >::write(), activeBaffleVelocityFvPatchVectorField::write(), activePressureForceBaffleVelocityFvPatchVectorField::write(), advectiveFvPatchField< Type >::write(), cylindricalInletVelocityFvPatchVectorField::write(), electrostaticDepositionFvPatchScalarField::write(), fixedFluxPressureFvPatchScalarField::write(), fixedMeanFvPatchField< Type >::write(), fixedMeanOutletInletFvPatchField< Type >::write(), fixedNormalInletOutletVelocityFvPatchVectorField::write(), fixedNormalSlipFvPatchField< Type >::write(), fixedPressureCompressibleDensityFvPatchScalarField::write(), fixedProfileFvPatchField< Type >::write(), flowRateInletVelocityFvPatchVectorField::write(), flowRateOutletVelocityFvPatchVectorField::write(), fluxCorrectedVelocityFvPatchVectorField::write(), freestreamFvPatchField< Type >::write(), freestreamPressureFvPatchScalarField::write(), freestreamVelocityFvPatchVectorField::write(), inletOutletFvPatchField< Type >::write(), inletOutletTotalTemperatureFvPatchScalarField::write(), interfaceCompressionFvPatchScalarField::write(), interstitialInletVelocityFvPatchVectorField::write(), mappedFieldFvPatchField< Type >::write(), mappedFixedValueFvPatchField< Type >::write(), mappedFlowRateFvPatchVectorField::write(), mappedVelocityFluxFixedValueFvPatchField::write(), matchedFlowRateOutletVelocityFvPatchVectorField::write(), movingWallVelocityFvPatchVectorField::write(), outletInletFvPatchField< Type >::write(), outletMappedUniformInletFvPatchField< Type >::write(), outletPhaseMeanVelocityFvPatchVectorField::write(), partialSlipFvPatchField< Type >::write(), phaseHydrostaticPressureFvPatchScalarField::write(), plenumPressureFvPatchScalarField::write(), pressureDirectedInletOutletVelocityFvPatchVectorField::write(), pressureDirectedInletVelocityFvPatchVectorField::write(), pressureInletOutletParSlipVelocityFvPatchVectorField::write(), pressureInletOutletVelocityFvPatchVectorField::write(), pressureInletVelocityFvPatchVectorField::write(), pressureNormalInletOutletVelocityFvPatchVectorField::write(), pressurePIDControlInletVelocityFvPatchVectorField::write(), prghPressureFvPatchScalarField::write(), prghTotalHydrostaticPressureFvPatchScalarField::write(), prghTotalPressureFvPatchScalarField::write(), rotatingPressureInletOutletVelocityFvPatchVectorField::write(), rotatingWallVelocityFvPatchVectorField::write(), supersonicFreestreamFvPatchVectorField::write(), swirlFlowRateInletVelocityFvPatchVectorField::write(), swirlInletVelocityFvPatchVectorField::write(), syringePressureFvPatchScalarField::write(), timeVaryingMappedFixedValueFvPatchField< Type >::write(), totalPressureFvPatchScalarField::write(), totalTemperatureFvPatchScalarField::write(), translatingWallVelocityFvPatchVectorField::write(), turbulentDFSEMInletFvPatchVectorField::write(), turbulentDigitalFilterInletFvPatchField< Type >::write(), turbulentInletFvPatchField< Type >::write(), turbulentIntensityKineticEnergyInletFvPatchScalarField::write(), uniformDensityHydrostaticPressureFvPatchScalarField::write(), uniformInletOutletFvPatchField< Type >::write(), uniformTotalPressureFvPatchScalarField::write(), variableHeightFlowRateFvPatchScalarField::write(), variableHeightFlowRateInletVelocityFvPatchVectorField::write(), waveSurfacePressureFvPatchScalarField::write(), waveTransmissiveFvPatchField< Type >::write(), cellMotionFvPatchField< Type >::write(), genericFvPatchField< Type >::write(), adjointFarFieldPressureFvPatchScalarField::write(), adjointFarFieldVelocityFvPatchVectorField::write(), adjointInletVelocityFvPatchVectorField::write(), adjointOutletPressureFvPatchScalarField::write(), adjointOutletVelocityFvPatchVectorField::write(), adjointOutletVelocityFluxFvPatchVectorField::write(), adjointWallVelocityFvPatchVectorField::write(), adjointWallVelocityLowReFvPatchVectorField::write(), adjointFarFieldNuaTildaFvPatchScalarField::write(), adjointFarFieldTMVar1FvPatchScalarField::write(), adjointFarFieldTMVar2FvPatchScalarField::write(), adjointInletNuaTildaFvPatchScalarField::write(), adjointOutletFluxFvPatchField< Type >::write(), adjointOutletKaFvPatchScalarField::write(), adjointOutletNuaTildaFvPatchScalarField::write(), adjointOutletNuaTildaFluxFvPatchScalarField::write(), adjointOutletWaFvPatchScalarField::write(), alphaContactAngleFvPatchScalarField::write(), timeVaryingMassSorptionFvPatchScalarField::write(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::write(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write(), alphatPhaseChangeWallFunctionFvPatchScalarField::write(), alphatWallBoilingWallFunctionFvPatchScalarField::write(), copiedFixedValueFvPatchScalarField::write(), fixedMultiPhaseHeatFluxFvPatchScalarField::write(), JohnsonJacksonParticleSlipFvPatchVectorField::write(), JohnsonJacksonParticleThetaFvPatchScalarField::write(), filmPyrolysisTemperatureCoupledFvPatchScalarField::write(), filmPyrolysisVelocityCoupledFvPatchVectorField::write(), filmHeightInletVelocityFvPatchVectorField::write(), inclinedFilmNusseltHeightFvPatchScalarField::write(), inclinedFilmNusseltInletVelocityFvPatchVectorField::write(), alphatFilmWallFunctionFvPatchScalarField::write(), energyJumpFvPatchScalarField::write(), energyJumpAMIFvPatchScalarField::write(), gradientEnergyFvPatchScalarField::write(), enthalpySorptionFvPatchScalarField::write(), speciesSorptionFvPatchScalarField::write(), convectiveHeatTransferFvPatchScalarField::write(), externalWallHeatFluxTemperatureFvPatchScalarField::write(), fixedIncidentRadiationFvPatchScalarField::write(), outletMappedUniformInletHeatAdditionFvPatchField::write(), semiPermeableBaffleMassFractionFvPatchScalarField::write(), semiPermeableBaffleVelocityFvPatchVectorField::write(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::write(), alphatJayatillekeWallFunctionFvPatchScalarField::write(), alphatWallFunctionFvPatchScalarField::write(), sorptionWallFunctionFvPatchScalarField::write(), wallHeatTransferFvPatchScalarField::write(), constantAlphaContactAngleFvPatchScalarField::write(), dynamicAlphaContactAngleFvPatchScalarField::write(), temperatureDependentAlphaContactAngleFvPatchScalarField::write(), timeVaryingAlphaContactAngleFvPatchScalarField::write(), alphaFixedPressureFvPatchScalarField::write(), fixedShearStressFvPatchVectorField::write(), epsilonWallFunctionFvPatchScalarField::write(), kLowReWallFunctionFvPatchScalarField::write(), kqRWallFunctionFvPatchField< Type >::write(), nutkRoughWallFunctionFvPatchScalarField::write(), nutkWallFunctionFvPatchScalarField::write(), nutLowReWallFunctionFvPatchScalarField::write(), omegaWallFunctionFvPatchScalarField::write(), turbulentMixingLengthDissipationRateInletFvPatchScalarField::write(), turbulentMixingLengthFrequencyInletFvPatchScalarField::write(), waveAlphaFvPatchScalarField::write(), waveVelocityFvPatchVectorField::write(), cyclicACMIFvPatchField< Type >::write(), cyclicAMIFvPatchField< Type >::write(), uniformFixedGradientFvPatchField< Type >::write(), uniformFixedValueFvPatchField< Type >::write(), uniformMixedFvPatchField< Type >::write(), uniformNormalFixedValueFvPatchVectorField::write(), surfaceSlipDisplacementFvPatchField< Type >::write(), nutkFilmWallFunctionFvPatchScalarField::write(), outletMachNumberPressureFvPatchScalarField::write(), nutUBlendedWallFunctionFvPatchScalarField::write(), nutURoughWallFunctionFvPatchScalarField::write(), nutUSpaldingWallFunctionFvPatchScalarField::write(), nutUTabulatedWallFunctionFvPatchScalarField::write(), and nutUWallFunctionFvPatchScalarField::write().

|
protected |
Assign the patch field from the internal field.
Definition at line 62 of file fvPatchField.C.
References p, and Foam::foamVersion::patch.
Referenced by advectiveFvPatchField< Type >::advectiveFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField(), extrapolatedCalculatedFvPatchField< Type >::evaluate(), zeroGradientFvPatchField< Type >::evaluate(), externalCoupledTemperatureMixedFvPatchScalarField::externalCoupledTemperatureMixedFvPatchScalarField(), extrapolatedCalculatedFvPatchField< Type >::extrapolatedCalculatedFvPatchField(), fixedGradientFvPatchField< Type >::fixedGradientFvPatchField(), fvPatchField< Type >::fvPatchField(), inletOutletFvPatchField< Type >::inletOutletFvPatchField(), omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField(), outletInletFvPatchField< Type >::outletInletFvPatchField(), outletMappedUniformInletFvPatchField< Type >::outletMappedUniformInletFvPatchField(), processorFvPatchField< Type >::processorFvPatchField(), uniformFixedGradientFvPatchField< Type >::uniformFixedGradientFvPatchField(), uniformFixedValueFvPatchField< Type >::uniformFixedValueFvPatchField(), uniformMixedFvPatchField< Type >::uniformMixedFvPatchField(), and zeroGradientFvPatchField< Type >::zeroGradientFvPatchField().

| declareRunTimeSelectionTable | ( | tmp | , |
| fvPatchField< Type > | , | ||
| patch | , | ||
| (const fvPatch &p, const DimensionedField< Type, volMesh > &iF) | , | ||
| (p, iF) | |||
| ) |
| declareRunTimeSelectionTable | ( | tmp | , |
| fvPatchField< Type > | , | ||
| patchMapper | , | ||
| (const fvPatchField< Type > &ptf, const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const fvPatchFieldMapper &m) | , | ||
| (dynamic_cast< const fvPatchFieldType & >(ptf), p, iF, m) | |||
| ) |
| declareRunTimeSelectionTable | ( | tmp | , |
| fvPatchField< Type > | , | ||
| dictionary | , | ||
| (const fvPatch &p, const DimensionedField< Type, volMesh > &iF, const dictionary &dict) | , | ||
| (p, iF, dict) | |||
| ) |
|
inlinevirtual |
Clone patch field with its own internal field reference.
Reimplemented in transformFvPatchField< Type >, coupledFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, kqRWallFunctionFvPatchField< scalar >, kLowReWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, porousBafflePressureFvPatchField, totalFlowRateAdvectiveDiffusiveFvPatchScalarField, speciesSorptionFvPatchScalarField, enthalpySorptionFvPatchScalarField, energyJumpAMIFvPatchScalarField, energyJumpFvPatchScalarField, vibrationShellFvPatchScalarField, thermalShellFvPatchScalarField, velocityFilmShellFvPatchVectorField, oversetFvPatchField< Type >, waWallFunctionFvPatchScalarField, kaqRWallFunctionFvPatchScalarField, adjointOutletFluxFvPatchField< Type >, adjointZeroInletFvPatchField< Type >, genericFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, cellMotionFvPatchField< Type >, externalCoupledTemperatureMixedFvPatchScalarField, externalCoupledMixedFvPatchField< Type >, externalCoupledMixedFvPatchField< scalar >, waveTransmissiveFvPatchField< Type >, uniformMixedFvPatchField< Type >, uniformJumpAMIFvPatchField< Type >, uniformJumpFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, uniformFixedGradientFvPatchField< Type >, turbulentInletFvPatchField< Type >, turbulentDigitalFilterInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, swirlFanVelocityFvPatchField, slipFvPatchField< Type >, scaledFixedValueFvPatchField< Type >, prghPermeableAlphaTotalPressureFvPatchScalarField, partialSlipFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, outletInletFvPatchField< Type >, mappedMixedFvPatchField< Type >, mappedFixedValueFvPatchField< Type >, mappedFixedPushedInternalValueFvPatchField< Type >, mappedFixedInternalValueFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedFieldFvPatchField< Type >, inletOutletFvPatchField< Type >, freestreamFvPatchField< Type >, fixedProfileFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, fixedMeanFvPatchField< Type >, fixedJumpAMIFvPatchField< Type >, fixedJumpAMIFvPatchField< scalar >, fixedJumpFvPatchField< Type >, fixedJumpFvPatchField< scalar >, fixedJumpFvPatchField< vector >, fixedInternalValueFvPatchField< Type >, fanFvPatchField< Type >, codedMixedFvPatchField< Type >, codedFixedValueFvPatchField< Type >, advectiveFvPatchField< Type >, acousticWaveTransmissiveFvPatchField< Type >, wedgeFvPatchField< Type >, symmetryPlaneFvPatchField< Type >, symmetryFvPatchField< Type >, processorCyclicFvPatchField< Type >, processorFvPatchField< Type >, nonuniformTransformCyclicFvPatchField< Type >, emptyFvPatchField< Type >, cyclicSlipFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicFvPatchField< Type >, calculatedProcessorFvPatchField< Type >, zeroGradientFvPatchField< Type >, zeroGradientFvPatchField< scalar >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, fixedGradientFvPatchField< Type >, extrapolatedCalculatedFvPatchField< Type >, directionMixedFvPatchField< Type >, calculatedFvPatchField< Type >, basicSymmetryFvPatchField< Type >, exprMixedFvPatchField< Type >, exprFixedValueFvPatchField< Type >, atmOmegaWallFunctionFvPatchScalarField, and atmEpsilonWallFunctionFvPatchScalarField.
Definition at line 577 of file fvPatchField.H.
|
inlinevirtual |
Clone patch field with given internal field reference.
Reimplemented in kqRWallFunctionFvPatchField< Type >, oversetFvPatchField< Type >, adjointOutletFluxFvPatchField< Type >, adjointZeroInletFvPatchField< Type >, genericFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, cellMotionFvPatchField< Type >, externalCoupledMixedFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, uniformMixedFvPatchField< Type >, uniformJumpAMIFvPatchField< Type >, uniformJumpFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, uniformFixedGradientFvPatchField< Type >, turbulentInletFvPatchField< Type >, turbulentDigitalFilterInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, slipFvPatchField< Type >, scaledFixedValueFvPatchField< Type >, partialSlipFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, outletInletFvPatchField< Type >, mappedMixedFvPatchField< Type >, mappedFixedValueFvPatchField< Type >, mappedFixedPushedInternalValueFvPatchField< Type >, mappedFixedInternalValueFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedFieldFvPatchField< Type >, inletOutletFvPatchField< Type >, freestreamFvPatchField< Type >, fixedProfileFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, fixedMeanFvPatchField< Type >, fixedJumpAMIFvPatchField< Type >, fixedJumpFvPatchField< Type >, fixedInternalValueFvPatchField< Type >, fanFvPatchField< Type >, codedMixedFvPatchField< Type >, codedFixedValueFvPatchField< Type >, advectiveFvPatchField< Type >, acousticWaveTransmissiveFvPatchField< Type >, wedgeFvPatchField< Type >, symmetryPlaneFvPatchField< Type >, symmetryFvPatchField< Type >, processorCyclicFvPatchField< Type >, processorFvPatchField< Type >, nonuniformTransformCyclicFvPatchField< Type >, emptyFvPatchField< Type >, cyclicSlipFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicFvPatchField< Type >, calculatedProcessorFvPatchField< Type >, zeroGradientFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, fixedGradientFvPatchField< Type >, extrapolatedCalculatedFvPatchField< Type >, directionMixedFvPatchField< Type >, calculatedFvPatchField< Type >, basicSymmetryFvPatchField< Type >, exprMixedFvPatchField< Type >, exprFixedValueFvPatchField< Type >, transformFvPatchField< Type >, and coupledFvPatchField< Type >.
Definition at line 588 of file fvPatchField.H.
|
inlinestatic |
Clone a patch field, optionally with internal field reference etc.
Definition at line 606 of file fvPatchField.H.
References args.
Referenced by fixedRhoFvPatchScalarField::clone(), smoluchowskiJumpTFvPatchScalarField::clone(), maxwellSlipUFvPatchVectorField::clone(), turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField::clone(), tractionDisplacementFvPatchVectorField::clone(), tractionDisplacementCorrectionFvPatchVectorField::clone(), atmBoundaryLayerInletEpsilonFvPatchScalarField::clone(), atmBoundaryLayerInletKFvPatchScalarField::clone(), atmBoundaryLayerInletOmegaFvPatchScalarField::clone(), atmBoundaryLayerInletVelocityFvPatchVectorField::clone(), atmTurbulentHeatFluxTemperatureFvPatchScalarField::clone(), atmAlphatkWallFunctionFvPatchScalarField::clone(), atmEpsilonWallFunctionFvPatchScalarField::clone(), atmNutkWallFunctionFvPatchScalarField::clone(), atmNutUWallFunctionFvPatchScalarField::clone(), atmNutWallFunctionFvPatchScalarField::clone(), atmOmegaWallFunctionFvPatchScalarField::clone(), freeSurfacePressureFvPatchScalarField::clone(), freeSurfaceVelocityFvPatchVectorField::clone(), SRFFreestreamVelocityFvPatchVectorField::clone(), SRFVelocityFvPatchVectorField::clone(), SRFWallVelocityFvPatchVectorField::clone(), exprFixedValueFvPatchField< Type >::clone(), exprMixedFvPatchField< Type >::clone(), basicSymmetryFvPatchField< Type >::clone(), calculatedFvPatchField< Type >::clone(), directionMixedFvPatchField< Type >::clone(), extrapolatedCalculatedFvPatchField< Type >::clone(), fixedGradientFvPatchField< Type >::clone(), fixedValueFvPatchField< Type >::clone(), mixedFvPatchField< Type >::clone(), slicedFvPatchField< Type >::clone(), zeroGradientFvPatchField< Type >::clone(), calculatedProcessorFvPatchField< Type >::clone(), cyclicFvPatchField< Type >::clone(), cyclicACMIFvPatchField< Type >::clone(), cyclicAMIFvPatchField< Type >::clone(), cyclicSlipFvPatchField< Type >::clone(), emptyFvPatchField< Type >::clone(), nonuniformTransformCyclicFvPatchField< Type >::clone(), processorFvPatchField< Type >::clone(), processorCyclicFvPatchField< Type >::clone(), symmetryFvPatchField< Type >::clone(), symmetryPlaneFvPatchField< Type >::clone(), wedgeFvPatchField< Type >::clone(), acousticWaveTransmissiveFvPatchField< Type >::clone(), activeBaffleVelocityFvPatchVectorField::clone(), activePressureForceBaffleVelocityFvPatchVectorField::clone(), advectiveFvPatchField< Type >::clone(), codedFixedValueFvPatchField< Type >::clone(), codedMixedFvPatchField< Type >::clone(), cylindricalInletVelocityFvPatchVectorField::clone(), electrostaticDepositionFvPatchScalarField::clone(), fanFvPatchField< Type >::clone(), fanPressureFvPatchScalarField::clone(), fixedFluxExtrapolatedPressureFvPatchScalarField::clone(), fixedFluxPressureFvPatchScalarField::clone(), fixedInternalValueFvPatchField< Type >::clone(), fixedJumpFvPatchField< Type >::clone(), fixedJumpAMIFvPatchField< Type >::clone(), fixedMeanFvPatchField< Type >::clone(), fixedMeanOutletInletFvPatchField< Type >::clone(), fixedNormalInletOutletVelocityFvPatchVectorField::clone(), fixedNormalSlipFvPatchField< Type >::clone(), fixedPressureCompressibleDensityFvPatchScalarField::clone(), fixedProfileFvPatchField< Type >::clone(), flowRateInletVelocityFvPatchVectorField::clone(), flowRateOutletVelocityFvPatchVectorField::clone(), fluxCorrectedVelocityFvPatchVectorField::clone(), freestreamFvPatchField< Type >::clone(), freestreamPressureFvPatchScalarField::clone(), freestreamVelocityFvPatchVectorField::clone(), inletOutletFvPatchField< Type >::clone(), inletOutletTotalTemperatureFvPatchScalarField::clone(), interfaceCompressionFvPatchScalarField::clone(), interstitialInletVelocityFvPatchVectorField::clone(), mappedFieldFvPatchField< Type >::clone(), mappedMixedFieldFvPatchField< Type >::clone(), mappedFixedInternalValueFvPatchField< Type >::clone(), mappedFixedPushedInternalValueFvPatchField< Type >::clone(), mappedFixedValueFvPatchField< Type >::clone(), mappedFlowRateFvPatchVectorField::clone(), mappedMixedFvPatchField< Type >::clone(), mappedVelocityFluxFixedValueFvPatchField::clone(), matchedFlowRateOutletVelocityFvPatchVectorField::clone(), movingWallVelocityFvPatchVectorField::clone(), noSlipFvPatchVectorField::clone(), outletInletFvPatchField< Type >::clone(), outletMappedUniformInletFvPatchField< Type >::clone(), outletPhaseMeanVelocityFvPatchVectorField::clone(), partialSlipFvPatchField< Type >::clone(), phaseHydrostaticPressureFvPatchScalarField::clone(), plenumPressureFvPatchScalarField::clone(), pressureDirectedInletOutletVelocityFvPatchVectorField::clone(), pressureDirectedInletVelocityFvPatchVectorField::clone(), pressureInletOutletParSlipVelocityFvPatchVectorField::clone(), pressureInletOutletVelocityFvPatchVectorField::clone(), pressureInletUniformVelocityFvPatchVectorField::clone(), pressureInletVelocityFvPatchVectorField::clone(), pressureNormalInletOutletVelocityFvPatchVectorField::clone(), pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::clone(), pressurePIDControlInletVelocityFvPatchVectorField::clone(), prghPermeableAlphaTotalPressureFvPatchScalarField::clone(), prghPressureFvPatchScalarField::clone(), prghTotalHydrostaticPressureFvPatchScalarField::clone(), prghTotalPressureFvPatchScalarField::clone(), rotatingPressureInletOutletVelocityFvPatchVectorField::clone(), rotatingTotalPressureFvPatchScalarField::clone(), rotatingWallVelocityFvPatchVectorField::clone(), scaledFixedValueFvPatchField< Type >::clone(), slipFvPatchField< Type >::clone(), supersonicFreestreamFvPatchVectorField::clone(), surfaceNormalFixedValueFvPatchVectorField::clone(), swirlFanVelocityFvPatchField::clone(), swirlFlowRateInletVelocityFvPatchVectorField::clone(), swirlInletVelocityFvPatchVectorField::clone(), syringePressureFvPatchScalarField::clone(), timeVaryingMappedFixedValueFvPatchField< Type >::clone(), totalPressureFvPatchScalarField::clone(), totalTemperatureFvPatchScalarField::clone(), translatingWallVelocityFvPatchVectorField::clone(), turbulentDFSEMInletFvPatchVectorField::clone(), turbulentDigitalFilterInletFvPatchField< Type >::clone(), turbulentInletFvPatchField< Type >::clone(), turbulentIntensityKineticEnergyInletFvPatchScalarField::clone(), uniformDensityHydrostaticPressureFvPatchScalarField::clone(), uniformFixedGradientFvPatchField< Type >::clone(), uniformFixedValueFvPatchField< Type >::clone(), uniformInletOutletFvPatchField< Type >::clone(), uniformJumpFvPatchField< Type >::clone(), uniformJumpAMIFvPatchField< Type >::clone(), uniformMixedFvPatchField< Type >::clone(), uniformNormalFixedValueFvPatchVectorField::clone(), uniformTotalPressureFvPatchScalarField::clone(), variableHeightFlowRateFvPatchScalarField::clone(), variableHeightFlowRateInletVelocityFvPatchVectorField::clone(), waveSurfacePressureFvPatchScalarField::clone(), waveTransmissiveFvPatchField< Type >::clone(), externalCoupledMixedFvPatchField< Type >::clone(), externalCoupledTemperatureMixedFvPatchScalarField::clone(), cellMotionFvPatchField< Type >::clone(), surfaceSlipDisplacementFvPatchField< Type >::clone(), genericFvPatchField< Type >::clone(), adjointFarFieldPressureFvPatchScalarField::clone(), adjointFarFieldVelocityFvPatchVectorField::clone(), adjointInletVelocityFvPatchVectorField::clone(), adjointOutletPressureFvPatchScalarField::clone(), adjointOutletVelocityFvPatchVectorField::clone(), adjointOutletVelocityFluxFvPatchVectorField::clone(), adjointRotatingWallVelocityFvPatchVectorField::clone(), adjointWallVelocityFvPatchVectorField::clone(), adjointWallVelocityLowReFvPatchVectorField::clone(), adjointZeroInletFvPatchField< Type >::clone(), adjointFarFieldNuaTildaFvPatchScalarField::clone(), adjointFarFieldTMVar1FvPatchScalarField::clone(), adjointFarFieldTMVar2FvPatchScalarField::clone(), adjointInletNuaTildaFvPatchScalarField::clone(), adjointOutletFluxFvPatchField< Type >::clone(), adjointOutletKaFvPatchScalarField::clone(), adjointOutletNuaTildaFvPatchScalarField::clone(), adjointOutletNuaTildaFluxFvPatchScalarField::clone(), adjointOutletWaFvPatchScalarField::clone(), kaqRWallFunctionFvPatchScalarField::clone(), waWallFunctionFvPatchScalarField::clone(), oversetFvPatchField< Type >::clone(), alphaContactAngleFvPatchScalarField::clone(), timeVaryingMassSorptionFvPatchScalarField::clone(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::clone(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::clone(), alphatWallBoilingWallFunctionFvPatchScalarField::clone(), copiedFixedValueFvPatchScalarField::clone(), fixedMultiPhaseHeatFluxFvPatchScalarField::clone(), JohnsonJacksonParticleSlipFvPatchVectorField::clone(), JohnsonJacksonParticleThetaFvPatchScalarField::clone(), velocityFilmShellFvPatchVectorField::clone(), thermalShellFvPatchScalarField::clone(), vibrationShellFvPatchScalarField::clone(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::clone(), filmPyrolysisTemperatureCoupledFvPatchScalarField::clone(), filmPyrolysisVelocityCoupledFvPatchVectorField::clone(), filmHeightInletVelocityFvPatchVectorField::clone(), inclinedFilmNusseltHeightFvPatchScalarField::clone(), inclinedFilmNusseltInletVelocityFvPatchVectorField::clone(), alphatFilmWallFunctionFvPatchScalarField::clone(), nutkFilmWallFunctionFvPatchScalarField::clone(), thermalBaffleFvPatchScalarField::clone(), energyJumpFvPatchScalarField::clone(), energyJumpAMIFvPatchScalarField::clone(), fixedEnergyFvPatchScalarField::clone(), gradientEnergyFvPatchScalarField::clone(), mixedEnergyFvPatchScalarField::clone(), greyDiffusiveRadiationMixedFvPatchScalarField::clone(), greyDiffusiveViewFactorFixedValueFvPatchScalarField::clone(), MarshakRadiationFvPatchScalarField::clone(), MarshakRadiationFixedTemperatureFvPatchScalarField::clone(), specularRadiationMixedFvPatchScalarField::clone(), wideBandDiffusiveRadiationMixedFvPatchScalarField::clone(), enthalpySorptionFvPatchScalarField::clone(), fixedUnburntEnthalpyFvPatchScalarField::clone(), gradientUnburntEnthalpyFvPatchScalarField::clone(), mixedUnburntEnthalpyFvPatchScalarField::clone(), speciesSorptionFvPatchScalarField::clone(), convectiveHeatTransferFvPatchScalarField::clone(), externalWallHeatFluxTemperatureFvPatchScalarField::clone(), fixedIncidentRadiationFvPatchScalarField::clone(), humidityTemperatureCoupledMixedFvPatchScalarField::clone(), lumpedMassWallTemperatureFvPatchScalarField::clone(), outletMachNumberPressureFvPatchScalarField::clone(), outletMappedUniformInletHeatAdditionFvPatchField::clone(), semiPermeableBaffleMassFractionFvPatchScalarField::clone(), semiPermeableBaffleVelocityFvPatchVectorField::clone(), thermalBaffle1DFvPatchScalarField< solidType >::clone(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::clone(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::clone(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::clone(), alphatJayatillekeWallFunctionFvPatchScalarField::clone(), alphatWallFunctionFvPatchScalarField::clone(), sorptionWallFunctionFvPatchScalarField::clone(), wallHeatTransferFvPatchScalarField::clone(), constantAlphaContactAngleFvPatchScalarField::clone(), dynamicAlphaContactAngleFvPatchScalarField::clone(), temperatureDependentAlphaContactAngleFvPatchScalarField::clone(), timeVaryingAlphaContactAngleFvPatchScalarField::clone(), alphaFixedPressureFvPatchScalarField::clone(), fixedShearStressFvPatchVectorField::clone(), porousBafflePressureFvPatchField::clone(), epsilonWallFunctionFvPatchScalarField::clone(), kLowReWallFunctionFvPatchScalarField::clone(), kqRWallFunctionFvPatchField< Type >::clone(), nutkRoughWallFunctionFvPatchScalarField::clone(), nutkWallFunctionFvPatchScalarField::clone(), nutLowReWallFunctionFvPatchScalarField::clone(), nutUBlendedWallFunctionFvPatchScalarField::clone(), nutURoughWallFunctionFvPatchScalarField::clone(), nutUSpaldingWallFunctionFvPatchScalarField::clone(), nutUTabulatedWallFunctionFvPatchScalarField::clone(), nutUWallFunctionFvPatchScalarField::clone(), omegaWallFunctionFvPatchScalarField::clone(), turbulentMixingLengthDissipationRateInletFvPatchScalarField::clone(), turbulentMixingLengthFrequencyInletFvPatchScalarField::clone(), waveAlphaFvPatchScalarField::clone(), and waveVelocityFvPatchVectorField::clone().
|
static |
Return a pointer to a new patchField created on freestore given.
patch and internal field (does not set the patch field values)
Definition at line 77 of file fvPatchFieldNew.C.
References Foam::New(), and p.
Referenced by freestreamFvPatchField< Type >::freestreamFvPatchField(), emptyFvPatchField< Type >::gradientBoundaryCoeffs(), waWallFunctionFvPatchScalarField::gradientBoundaryCoeffs(), oversetFvPatchField< Type >::gradientBoundaryCoeffs(), emptyFvPatchField< Type >::gradientInternalCoeffs(), waWallFunctionFvPatchScalarField::gradientInternalCoeffs(), oversetFvPatchField< Type >::gradientInternalCoeffs(), oversetFvPatchField< Type >::patchNeighbourField(), zeroGradientFvPatchField< Type >::snGrad(), emptyFvPatchField< Type >::valueBoundaryCoeffs(), waWallFunctionFvPatchScalarField::valueBoundaryCoeffs(), oversetFvPatchField< Type >::valueBoundaryCoeffs(), emptyFvPatchField< Type >::valueInternalCoeffs(), waWallFunctionFvPatchScalarField::valueInternalCoeffs(), and oversetFvPatchField< Type >::valueInternalCoeffs().


|
static |
Return a pointer to a new patchField created on freestore given.
patch and internal field (does not set the patch field values). Allows override of constraint type
Definition at line 25 of file fvPatchFieldNew.C.
References DebugInFunction, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInLookup, p, and tmp< T >::ref().

|
static |
Return a pointer to a new patchField created on freestore from.
a given fvPatchField mapped onto a new patch
Definition at line 145 of file fvPatchFieldNew.C.
References DebugInFunction, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInLookup, and p.

|
static |
Return a pointer to a new patchField created on freestore.
from dictionary
Definition at line 89 of file fvPatchFieldNew.C.
References DebugInFunction, dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::nl, and p.

|
static |
Return a pointer to a new calculatedFvPatchField created on.
freestore without setting patchField values
Definition at line 87 of file calculatedFvPatchField.C.
References p.
|
static |
Return a pointer to a new calculatedFvPatchField created on.
freestore without setting patchField values
|
inlinenoexcept |
Return const-reference to the dimensioned internal field.
Definition at line 706 of file fvPatchField.H.
Referenced by advectiveFvPatchField< Type >::advectiveFvPatchField(), cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField(), cyclicAMIFvPatchField< Type >::cyclicAMIFvPatchField(), cyclicFvPatchField< Type >::cyclicFvPatchField(), emptyFvPatchField< Type >::emptyFvPatchField(), genericFvPatchField< Type >::genericFvPatchField(), basicThermo::lookupThermo(), processorCyclicFvPatchField< Type >::processorCyclicFvPatchField(), processorFvPatchField< Type >::processorFvPatchField(), epsilonWallFunctionFvPatchScalarField::setMaster(), omegaWallFunctionFvPatchScalarField::setMaster(), symmetryFvPatchField< Type >::symmetryFvPatchField(), symmetryPlaneFvPatchField< Type >::symmetryPlaneFvPatchField(), uniformMixedFvPatchField< Type >::uniformMixedFvPatchField(), and wedgeFvPatchField< Type >::wedgeFvPatchField().

|
inlinenoexcept |
Return const-reference to the internal field values.
Definition at line 714 of file fvPatchField.H.
Referenced by cyclicACMIFvPatchField< Type >::cyclicACMIFvPatchField().

|
virtual |
Map (and resize as needed) from self given a mapping object.
Reimplemented in freestreamFvPatchField< Type >, turbulentDigitalFilterInletFvPatchField< Type >, scaledFixedValueFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, totalFlowRateAdvectiveDiffusiveFvPatchScalarField, speciesSorptionFvPatchScalarField, enthalpySorptionFvPatchScalarField, genericFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, prghPermeableAlphaTotalPressureFvPatchScalarField, partialSlipFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, mappedMixedFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedFieldFvPatchField< Type >, fixedJumpAMIFvPatchField< Type >, fixedJumpAMIFvPatchField< scalar >, fixedJumpFvPatchField< Type >, fixedJumpFvPatchField< scalar >, fixedJumpFvPatchField< vector >, emptyFvPatchField< Type >, cyclicAMIFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedGradientFvPatchField< Type >, directionMixedFvPatchField< Type >, atmOmegaWallFunctionFvPatchScalarField, and atmEpsilonWallFunctionFvPatchScalarField.
Definition at line 237 of file fvPatchField.C.
References FieldMapper::addressing(), Field< Type >::autoMap(), FieldMapper::direct(), FieldMapper::directAddressing(), FieldMapper::distributed(), f(), forAll, FieldMapper::hasUnmapped(), Foam::notNull(), List< T >::resize_nocopy(), FieldMapper::size(), and UList< T >::size().
Referenced by atmEpsilonWallFunctionFvPatchScalarField::autoMap(), atmOmegaWallFunctionFvPatchScalarField::autoMap(), directionMixedFvPatchField< Type >::autoMap(), fixedGradientFvPatchField< Type >::autoMap(), cyclicAMIFvPatchField< Type >::autoMap(), fixedJumpFvPatchField< Type >::autoMap(), mappedFieldFvPatchField< Type >::autoMap(), outletMappedUniformInletFvPatchField< Type >::autoMap(), timeVaryingMappedFixedValueFvPatchField< Type >::autoMap(), turbulentInletFvPatchField< Type >::autoMap(), uniformFixedValueFvPatchField< Type >::autoMap(), scaledFixedValueFvPatchField< Type >::autoMap(), turbulentDFSEMInletFvPatchVectorField::autoMap(), turbulentDigitalFilterInletFvPatchField< Type >::autoMap(), and mixedFvPatchField< scalar >::mixedFvPatchField().


|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented in fixedJumpFvPatchField< vector >, mixedFvPatchField< vector >, turbulentDigitalFilterInletFvPatchField< Type >, scaledFixedValueFvPatchField< Type >, freestreamFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, genericFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, turbulentInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, partialSlipFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, mappedMixedFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedFieldFvPatchField< Type >, fixedJumpAMIFvPatchField< Type >, fixedJumpFvPatchField< Type >, emptyFvPatchField< Type >, cyclicAMIFvPatchField< Type >, mixedFvPatchField< Type >, fixedGradientFvPatchField< Type >, directionMixedFvPatchField< Type >, fixedJumpAMIFvPatchField< scalar >, fixedJumpFvPatchField< scalar >, and mixedFvPatchField< scalar >.
Definition at line 300 of file fvPatchField.C.
References Field< Type >::rmap().
Referenced by meshToMesh::mapSrcToTgt(), meshToMesh::mapTgtToSrc(), mixedFvPatchField< scalar >::mixedFvPatchField(), directionMixedFvPatchField< Type >::rmap(), fixedGradientFvPatchField< Type >::rmap(), cyclicAMIFvPatchField< Type >::rmap(), mappedFieldFvPatchField< Type >::rmap(), outletMappedUniformInletFvPatchField< Type >::rmap(), timeVaryingMappedFixedValueFvPatchField< Type >::rmap(), turbulentInletFvPatchField< Type >::rmap(), uniformFixedValueFvPatchField< Type >::rmap(), scaledFixedValueFvPatchField< Type >::rmap(), turbulentDigitalFilterInletFvPatchField< Type >::rmap(), atmEpsilonWallFunctionFvPatchScalarField::rmap(), atmOmegaWallFunctionFvPatchScalarField::rmap(), turbulentDFSEMInletFvPatchVectorField::rmap(), and fixedJumpFvPatchField< scalar >::setJump().


|
virtual |
Return patch-normal gradient.
Reimplemented in transformFvPatchField< Type >, partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, wedgeFvPatchField< Type >, symmetryPlaneFvPatchField< Type >, zeroGradientFvPatchField< Type >, zeroGradientFvPatchField< scalar >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedGradientFvPatchField< Type >, directionMixedFvPatchField< Type >, coupledFvPatchField< Type >, and basicSymmetryFvPatchField< Type >.
Definition at line 215 of file fvPatchField.C.
References Foam::foamVersion::patch.
Referenced by incompressibleAdjointSolver::accumulateBCSensitivityIntegrand(), adjointkOmegaSST::addWallFunctionTerms(), adjointkOmegaSST::adjointMeanFlowSource(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), nutUTabulatedWallFunctionFvPatchScalarField::calcNut(), atmEpsilonWallFunctionFvPatchScalarField::calculate(), epsilonWallFunctionFvPatchScalarField::calculate(), atmOmegaWallFunctionFvPatchScalarField::calculate(), omegaWallFunctionFvPatchScalarField::calculate(), adjointSpalartAllmaras::distanceSensitivities(), thermalBaffle::info(), kaqRWallFunctionFvPatchScalarField::manipulateMatrix(), adjointWallVelocityFvPatchVectorField::manipulateMatrix(), snGradScheme< Type >::snGrad(), adjointOutletPressureFvPatchScalarField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), gradientEnergyFvPatchScalarField::updateCoeffs(), gradientUnburntEnthalpyFvPatchScalarField::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), externalCoupledTemperatureMixedFvPatchScalarField::writeData(), nutkFilmWallFunctionFvPatchScalarField::yPlus(), nutkWallFunctionFvPatchScalarField::yPlus(), nutLowReWallFunctionFvPatchScalarField::yPlus(), nutUBlendedWallFunctionFvPatchScalarField::yPlus(), nutUSpaldingWallFunctionFvPatchScalarField::yPlus(), nutUWallFunctionFvPatchScalarField::yPlus(), and alphatJayatillekeWallFunctionFvPatchScalarField::yPlus().

|
inlinevirtual |
Return patch-normal gradient for coupled-patches.
using the deltaCoeffs provided
Reimplemented in processorFvPatchField< Type >, and coupledFvPatchField< Type >.
Definition at line 752 of file fvPatchField.H.
References NotImplemented.
|
virtual |
Update the coefficients associated with the patch field.
Sets Updated to true
Reimplemented in omegaWallFunctionFvPatchScalarField, kLowReWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, porousBafflePressureFvPatchField, totalFlowRateAdvectiveDiffusiveFvPatchScalarField, speciesSorptionFvPatchScalarField, enthalpySorptionFvPatchScalarField, energyJumpAMIFvPatchScalarField, energyJumpFvPatchScalarField, vibrationShellFvPatchScalarField, thermalShellFvPatchScalarField, velocityFilmShellFvPatchVectorField, waWallFunctionFvPatchScalarField, adjointOutletFluxFvPatchField< Type >, cellMotionFvPatchField< Type >, uniformMixedFvPatchField< Type >, uniformJumpAMIFvPatchField< Type >, uniformJumpFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, uniformFixedGradientFvPatchField< Type >, turbulentInletFvPatchField< Type >, turbulentDigitalFilterInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, swirlFanVelocityFvPatchField, scaledFixedValueFvPatchField< Type >, prghPermeableAlphaTotalPressureFvPatchScalarField, outletMappedUniformInletFvPatchField< Type >, outletInletFvPatchField< Type >, mappedMixedFvPatchField< Type >, mappedFixedValueFvPatchField< Type >, mappedFixedPushedInternalValueFvPatchField< Type >, mappedFixedInternalValueFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedFieldFvPatchField< Type >, inletOutletFvPatchField< Type >, freestreamFvPatchField< Type >, fixedProfileFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, fixedMeanFvPatchField< Type >, fanFvPatchField< Type >, codedMixedFvPatchField< Type >, codedFixedValueFvPatchField< Type >, advectiveFvPatchField< Type >, emptyFvPatchField< Type >, cyclicACMIFvPatchField< Type >, exprMixedFvPatchField< Type >, and exprFixedValueFvPatchField< Type >.
Definition at line 311 of file fvPatchField.C.
References fvPatchFieldBase::setUpdated().
Referenced by atmAlphatkWallFunctionFvPatchScalarField::updateCoeffs(), SRFFreestreamVelocityFvPatchVectorField::updateCoeffs(), advectiveFvPatchField< Type >::updateCoeffs(), cylindricalInletVelocityFvPatchVectorField::updateCoeffs(), fanFvPatchField< Type >::updateCoeffs(), fixedMeanFvPatchField< Type >::updateCoeffs(), fixedPressureCompressibleDensityFvPatchScalarField::updateCoeffs(), fixedProfileFvPatchField< Type >::updateCoeffs(), freestreamPressureFvPatchScalarField::updateCoeffs(), freestreamVelocityFvPatchVectorField::updateCoeffs(), inletOutletFvPatchField< Type >::updateCoeffs(), mappedFieldFvPatchField< Type >::updateCoeffs(), mappedMixedFieldFvPatchField< Type >::updateCoeffs(), mappedFixedValueFvPatchField< Type >::updateCoeffs(), mappedFlowRateFvPatchVectorField::updateCoeffs(), mappedMixedFvPatchField< Type >::updateCoeffs(), outletInletFvPatchField< Type >::updateCoeffs(), outletMappedUniformInletFvPatchField< Type >::updateCoeffs(), outletPhaseMeanVelocityFvPatchVectorField::updateCoeffs(), pressurePIDControlInletVelocityFvPatchVectorField::updateCoeffs(), scaledFixedValueFvPatchField< Type >::updateCoeffs(), surfaceNormalFixedValueFvPatchVectorField::updateCoeffs(), swirlFlowRateInletVelocityFvPatchVectorField::updateCoeffs(), swirlInletVelocityFvPatchVectorField::updateCoeffs(), timeVaryingMappedFixedValueFvPatchField< Type >::updateCoeffs(), turbulentDigitalFilterInletFvPatchField< Type >::updateCoeffs(), turbulentInletFvPatchField< Type >::updateCoeffs(), uniformFixedGradientFvPatchField< Type >::updateCoeffs(), uniformFixedValueFvPatchField< Type >::updateCoeffs(), uniformInletOutletFvPatchField< Type >::updateCoeffs(), uniformJumpFvPatchField< Type >::updateCoeffs(), uniformJumpAMIFvPatchField< Type >::updateCoeffs(), uniformMixedFvPatchField< Type >::updateCoeffs(), uniformNormalFixedValueFvPatchVectorField::updateCoeffs(), variableHeightFlowRateInletVelocityFvPatchVectorField::updateCoeffs(), cellMotionFvPatchField< Type >::updateCoeffs(), adjointOutletFluxFvPatchField< Type >::updateCoeffs(), waWallFunctionFvPatchScalarField::updateCoeffs(), velocityFilmShellFvPatchVectorField::updateCoeffs(), thermalShellFvPatchScalarField::updateCoeffs(), vibrationShellFvPatchScalarField::updateCoeffs(), energyJumpFvPatchScalarField::updateCoeffs(), energyJumpAMIFvPatchScalarField::updateCoeffs(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), porousBafflePressureFvPatchField::updateCoeffs(), epsilonWallFunctionFvPatchScalarField::updateCoeffs(), kLowReWallFunctionFvPatchScalarField::updateCoeffs(), omegaWallFunctionFvPatchScalarField::updateCoeffs(), waveAlphaFvPatchScalarField::updateCoeffs(), waveVelocityFvPatchVectorField::updateCoeffs(), prghPermeableAlphaTotalPressureFvPatchScalarField::updateSnGrad(), epsilonWallFunctionFvPatchScalarField::updateWeightedCoeffs(), and omegaWallFunctionFvPatchScalarField::updateWeightedCoeffs().

|
virtual |
Update the coefficients associated with the patch field.
with a weight field (0..1). This weight field is usually provided as the amount of geometric overlap for 'duplicate' patches. Sets Updated to true
Reimplemented in omegaWallFunctionFvPatchScalarField, and epsilonWallFunctionFvPatchScalarField.
Definition at line 318 of file fvPatchField.C.
References fvPatchFieldBase::setUpdated().

|
virtual |
Return internal field next to patch.
Reimplemented in slicedFvPatchField< Type >.
Definition at line 223 of file fvPatchField.C.
References Foam::foamVersion::patch.
Referenced by isoSurfacePoint::adaptPatchFields(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::calcAlphat(), atmNutUWallFunctionFvPatchScalarField::calcNut(), atmNutWallFunctionFvPatchScalarField::calcNut(), nutUTabulatedWallFunctionFvPatchScalarField::calcNut(), nutUBlendedWallFunctionFvPatchScalarField::calcUTau(), nutUSpaldingWallFunctionFvPatchScalarField::calcUTau(), epsilonWallFunctionFvPatchScalarField::createAveragingWeights(), omegaWallFunctionFvPatchScalarField::createAveragingWeights(), adjointSpalartAllmaras::distanceSensitivities(), adjointkOmegaSST::dNutdbMult(), adjointkOmegaSST::dR_dF1(), localMax< Type >::interpolate(), localMin< Type >::interpolate(), adjointkOmegaSST::kaEqnSourceFromCDkOmega(), adjointWallVelocityFvPatchVectorField::manipulateMatrix(), meshToMesh::mapSrcToTgt(), meshToMesh::mapTgtToSrc(), dynamicAlphaContactAngleFvPatchScalarField::theta(), mappedFixedInternalValueFvPatchField< Type >::updateCoeffs(), adjointFarFieldPressureFvPatchScalarField::updateCoeffs(), adjointWallVelocityFvPatchVectorField::updateCoeffs(), alphatWallBoilingWallFunctionFvPatchScalarField::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), adjointkOmegaSST::waEqnSourceFromCDkOmega(), regionSizeDistribution::write(), nutUTabulatedWallFunctionFvPatchScalarField::yPlus(), nutUWallFunctionFvPatchScalarField::yPlus(), and wallLubricationModel::zeroGradWalls().

|
virtual |
Retrieve internal field next to patch.
| [out] | pfld | The extracted patch field. |
Reimplemented in slicedFvPatchField< Type >.
Definition at line 230 of file fvPatchField.C.
References Foam::foamVersion::patch.
Return patchField on the opposite patch of a coupled patch.
Reimplemented in coupledFvPatchField< Type >, oversetFvPatchField< Type >, processorFvPatchField< Type >, jumpCyclicAMIFvPatchField< Type >, jumpCyclicFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicFvPatchField< Type >, calculatedProcessorFvPatchField< Type >, and slicedFvPatchField< Type >.
Definition at line 792 of file fvPatchField.H.
References NotImplemented.
Referenced by isoSurfacePoint::adaptPatchFields(), fvMatrix< Type >::addBoundarySource(), cellMDLimitedGrad< Type >::calcGrad(), faceLimitedGrad< Type >::calcGrad(), faceMDLimitedGrad< Type >::calcGrad(), directionalPressureGradientExplicitSource::correct(), localMax< Type >::interpolate(), localMin< Type >::interpolate(), Foam::MULES::limiter(), Foam::MULES::limiterCorr(), and regionSizeDistribution::write().

|
inlinevirtual |
Initialise the evaluation of the patch field.
Reimplemented in slicedFvPatchField< Type >, oversetFvPatchField< Type >, processorFvPatchField< Type >, jumpCyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, calculatedProcessorFvPatchField< Type >, and coupledFvPatchField< Type >.
Definition at line 801 of file fvPatchField.H.
|
virtual |
Evaluate the patch field, sets updated() to false.
Reimplemented in kqRWallFunctionFvPatchField< Type >, kqRWallFunctionFvPatchField< scalar >, partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, codedMixedFvPatchField< Type >, codedFixedValueFvPatchField< Type >, wedgeFvPatchField< Type >, symmetryPlaneFvPatchField< Type >, zeroGradientFvPatchField< Type >, zeroGradientFvPatchField< scalar >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedGradientFvPatchField< Type >, extrapolatedCalculatedFvPatchField< Type >, directionMixedFvPatchField< Type >, basicSymmetryFvPatchField< Type >, processorFvPatchField< Type >, jumpCyclicAMIFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, calculatedProcessorFvPatchField< Type >, and coupledFvPatchField< Type >.
Definition at line 331 of file fvPatchField.C.
References fvPatchFieldBase::setManipulated(), and fvPatchFieldBase::setUpdated().
Referenced by coupledFvPatchField< Type >::evaluate(), basicSymmetryFvPatchField< Type >::evaluate(), directionMixedFvPatchField< Type >::evaluate(), extrapolatedCalculatedFvPatchField< Type >::evaluate(), fixedGradientFvPatchField< Type >::evaluate(), symmetryPlaneFvPatchField< Type >::evaluate(), adjointOutletVelocityFvPatchVectorField::evaluate(), fixedProfileFvPatchField< Type >::fixedProfileFvPatchField(), timeVaryingMappedFixedValueFvPatchField< Type >::timeVaryingMappedFixedValueFvPatchField(), uniformFixedValueFvPatchField< Type >::uniformFixedValueFvPatchField(), fixedEnergyFvPatchScalarField::updateCoeffs(), gradientEnergyFvPatchScalarField::updateCoeffs(), fixedUnburntEnthalpyFvPatchScalarField::updateCoeffs(), and gradientUnburntEnthalpyFvPatchScalarField::updateCoeffs().


|
inlinevirtual |
Initialise the evaluation of the patch field after a local.
operation
Reimplemented in processorFvPatchField< Type >, and coupledFvPatchField< Type >.
Definition at line 822 of file fvPatchField.H.
|
inlinevirtual |
Evaluate the patch field after a local operation (e.g. *=)
Reimplemented in processorFvPatchField< Type >, and coupledFvPatchField< Type >.
Definition at line 832 of file fvPatchField.H.
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 844 of file fvPatchField.H.
References NotImplemented.
Referenced by gaussConvectionScheme< Type >::fvmDiv(), and fusedGaussConvectionScheme< Type >::fvmDiv().

Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 858 of file fvPatchField.H.
References NotImplemented.
Referenced by gaussConvectionScheme< Type >::fvmDiv(), and fusedGaussConvectionScheme< Type >::fvmDiv().

Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented in oversetFvPatchField< Type >, waWallFunctionFvPatchScalarField, adjointOutletFluxFvPatchField< Type >, genericFvPatchField< Type >, emptyFvPatchField< Type >, zeroGradientFvPatchField< Type >, zeroGradientFvPatchField< scalar >, transformFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, fixedGradientFvPatchField< Type >, coupledFvPatchField< Type >, and calculatedFvPatchField< Type >.
Definition at line 872 of file fvPatchField.H.
References NotImplemented.
Referenced by gaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), and fusedGaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected().

|
inlinevirtual |
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this coupled patchField using the deltaCoeffs provided
Reimplemented in coupledFvPatchField< Type >.
Definition at line 884 of file fvPatchField.H.
References NotImplemented.
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented in oversetFvPatchField< Type >, waWallFunctionFvPatchScalarField, adjointOutletFluxFvPatchField< Type >, genericFvPatchField< Type >, emptyFvPatchField< Type >, zeroGradientFvPatchField< Type >, zeroGradientFvPatchField< scalar >, transformFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, fixedGradientFvPatchField< Type >, coupledFvPatchField< Type >, and calculatedFvPatchField< Type >.
Definition at line 898 of file fvPatchField.H.
References NotImplemented.
Referenced by gaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), relaxedNonOrthoGaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected(), and fusedGaussLaplacianScheme< Type, GType >::fvmLaplacianUncorrected().

|
inlinevirtual |
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this coupled patchField using the deltaCoeffs provided
Reimplemented in coupledFvPatchField< Type >.
Definition at line 910 of file fvPatchField.H.
References NotImplemented.
|
virtual |
Manipulate matrix.
Reimplemented in oversetFvPatchField< Type >, fixedInternalValueFvPatchField< Type >, and cyclicACMIFvPatchField< Type >.
Definition at line 344 of file fvPatchField.C.
References fvPatchFieldBase::setManipulated().
Referenced by waWallFunctionFvPatchScalarField::manipulateMatrix(), epsilonWallFunctionFvPatchScalarField::manipulateMatrix(), omegaWallFunctionFvPatchScalarField::manipulateMatrix(), and oversetFvPatchField< Type >::manipulateMatrix().


|
virtual |
Manipulate matrix with given weights.
Definition at line 351 of file fvPatchField.C.
References fvPatchFieldBase::setManipulated().

|
virtual |
Manipulate fvMatrix.
Reimplemented in cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, and cyclicFvPatchField< Type >.
Definition at line 362 of file fvPatchField.C.
References fvPatchFieldBase::setManipulated().

|
virtual |
Write.
Reimplemented in oversetFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, externalCoupledTemperatureMixedFvPatchScalarField, uniformMixedFvPatchField< Type >, uniformJumpFvPatchField< Type >, uniformFixedValueFvPatchField< Type >, uniformFixedGradientFvPatchField< Type >, swirlFanVelocityFvPatchField, mappedFixedInternalValueFvPatchField< Type >, fanFvPatchField< Type >, cyclicAMIFvPatchField< Type >, cyclicACMIFvPatchField< Type >, cyclicFvPatchField< Type >, exprMixedFvPatchField< Type >, exprFixedValueFvPatchField< Type >, omegaWallFunctionFvPatchScalarField, kqRWallFunctionFvPatchField< Type >, kqRWallFunctionFvPatchField< scalar >, kLowReWallFunctionFvPatchScalarField, epsilonWallFunctionFvPatchScalarField, porousBafflePressureFvPatchField, totalFlowRateAdvectiveDiffusiveFvPatchScalarField, speciesSorptionFvPatchScalarField, enthalpySorptionFvPatchScalarField, energyJumpAMIFvPatchScalarField, energyJumpFvPatchScalarField, vibrationShellFvPatchScalarField, thermalShellFvPatchScalarField, velocityFilmShellFvPatchVectorField, waWallFunctionFvPatchScalarField, kaqRWallFunctionFvPatchScalarField, adjointOutletFluxFvPatchField< Type >, genericFvPatchField< Type >, cellMotionFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, uniformJumpAMIFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, turbulentInletFvPatchField< Type >, turbulentDigitalFilterInletFvPatchField< Type >, timeVaryingMappedFixedValueFvPatchField< Type >, scaledFixedValueFvPatchField< Type >, prghPermeableAlphaTotalPressureFvPatchScalarField, partialSlipFvPatchField< Type >, outletMappedUniformInletFvPatchField< Type >, outletInletFvPatchField< Type >, mappedMixedFvPatchField< Type >, mappedFixedValueFvPatchField< Type >, mappedFixedPushedInternalValueFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedFieldFvPatchField< Type >, inletOutletFvPatchField< Type >, freestreamFvPatchField< Type >, fixedProfileFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, fixedMeanFvPatchField< Type >, fixedJumpAMIFvPatchField< Type >, fixedJumpAMIFvPatchField< scalar >, fixedJumpFvPatchField< Type >, fixedJumpFvPatchField< scalar >, fixedJumpFvPatchField< vector >, codedMixedFvPatchField< Type >, codedFixedValueFvPatchField< Type >, advectiveFvPatchField< Type >, acousticWaveTransmissiveFvPatchField< Type >, emptyFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, fixedGradientFvPatchField< Type >, directionMixedFvPatchField< Type >, coupledFvPatchField< Type >, calculatedFvPatchField< Type >, atmOmegaWallFunctionFvPatchScalarField, and atmEpsilonWallFunctionFvPatchScalarField.
Definition at line 374 of file fvPatchField.C.
References os(), Foam::type(), and Ostream::writeEntry().
Referenced by fixedJumpFvPatchField< scalar >::jump(), atmBoundaryLayerInletEpsilonFvPatchScalarField::write(), atmBoundaryLayerInletKFvPatchScalarField::write(), atmBoundaryLayerInletOmegaFvPatchScalarField::write(), atmBoundaryLayerInletVelocityFvPatchVectorField::write(), atmAlphatkWallFunctionFvPatchScalarField::write(), atmEpsilonWallFunctionFvPatchScalarField::write(), atmOmegaWallFunctionFvPatchScalarField::write(), freeSurfacePressureFvPatchScalarField::write(), SRFFreestreamVelocityFvPatchVectorField::write(), SRFVelocityFvPatchVectorField::write(), SRFWallVelocityFvPatchVectorField::write(), calculatedFvPatchField< Type >::write(), coupledFvPatchField< Type >::write(), directionMixedFvPatchField< Type >::write(), fixedGradientFvPatchField< Type >::write(), fixedValueFvPatchField< Type >::write(), mixedFvPatchField< Type >::write(), slicedFvPatchField< Type >::write(), emptyFvPatchField< Type >::write(), acousticWaveTransmissiveFvPatchField< Type >::write(), activeBaffleVelocityFvPatchVectorField::write(), activePressureForceBaffleVelocityFvPatchVectorField::write(), advectiveFvPatchField< Type >::write(), cylindricalInletVelocityFvPatchVectorField::write(), electrostaticDepositionFvPatchScalarField::write(), fixedJumpAMIFvPatchField< Type >::write(), fixedMeanFvPatchField< Type >::write(), fixedMeanOutletInletFvPatchField< Type >::write(), fixedNormalInletOutletVelocityFvPatchVectorField::write(), fixedPressureCompressibleDensityFvPatchScalarField::write(), fixedProfileFvPatchField< Type >::write(), flowRateInletVelocityFvPatchVectorField::write(), flowRateOutletVelocityFvPatchVectorField::write(), fluxCorrectedVelocityFvPatchVectorField::write(), freestreamFvPatchField< Type >::write(), freestreamPressureFvPatchScalarField::write(), freestreamVelocityFvPatchVectorField::write(), inletOutletFvPatchField< Type >::write(), inletOutletTotalTemperatureFvPatchScalarField::write(), interfaceCompressionFvPatchScalarField::write(), interstitialInletVelocityFvPatchVectorField::write(), mappedFieldFvPatchField< Type >::write(), mappedFixedValueFvPatchField< Type >::write(), mappedFlowRateFvPatchVectorField::write(), mappedVelocityFluxFixedValueFvPatchField::write(), matchedFlowRateOutletVelocityFvPatchVectorField::write(), movingWallVelocityFvPatchVectorField::write(), noSlipFvPatchVectorField::write(), outletInletFvPatchField< Type >::write(), outletMappedUniformInletFvPatchField< Type >::write(), outletPhaseMeanVelocityFvPatchVectorField::write(), phaseHydrostaticPressureFvPatchScalarField::write(), plenumPressureFvPatchScalarField::write(), pressureDirectedInletOutletVelocityFvPatchVectorField::write(), pressureDirectedInletVelocityFvPatchVectorField::write(), pressureInletOutletParSlipVelocityFvPatchVectorField::write(), pressureInletOutletVelocityFvPatchVectorField::write(), pressureInletVelocityFvPatchVectorField::write(), pressureNormalInletOutletVelocityFvPatchVectorField::write(), pressurePIDControlInletVelocityFvPatchVectorField::write(), prghPressureFvPatchScalarField::write(), prghTotalHydrostaticPressureFvPatchScalarField::write(), prghTotalPressureFvPatchScalarField::write(), rotatingPressureInletOutletVelocityFvPatchVectorField::write(), rotatingWallVelocityFvPatchVectorField::write(), scaledFixedValueFvPatchField< Type >::write(), supersonicFreestreamFvPatchVectorField::write(), surfaceNormalFixedValueFvPatchVectorField::write(), swirlFlowRateInletVelocityFvPatchVectorField::write(), swirlInletVelocityFvPatchVectorField::write(), syringePressureFvPatchScalarField::write(), timeVaryingMappedFixedValueFvPatchField< Type >::write(), totalPressureFvPatchScalarField::write(), totalTemperatureFvPatchScalarField::write(), translatingWallVelocityFvPatchVectorField::write(), turbulentDFSEMInletFvPatchVectorField::write(), turbulentDigitalFilterInletFvPatchField< Type >::write(), turbulentInletFvPatchField< Type >::write(), turbulentIntensityKineticEnergyInletFvPatchScalarField::write(), uniformDensityHydrostaticPressureFvPatchScalarField::write(), uniformInletOutletFvPatchField< Type >::write(), uniformTotalPressureFvPatchScalarField::write(), variableHeightFlowRateFvPatchScalarField::write(), variableHeightFlowRateInletVelocityFvPatchVectorField::write(), waveSurfacePressureFvPatchScalarField::write(), waveTransmissiveFvPatchField< Type >::write(), cellMotionFvPatchField< Type >::write(), adjointFarFieldPressureFvPatchScalarField::write(), adjointFarFieldVelocityFvPatchVectorField::write(), adjointInletVelocityFvPatchVectorField::write(), adjointOutletPressureFvPatchScalarField::write(), adjointOutletVelocityFvPatchVectorField::write(), adjointOutletVelocityFluxFvPatchVectorField::write(), adjointWallVelocityFvPatchVectorField::write(), adjointWallVelocityLowReFvPatchVectorField::write(), adjointFarFieldNuaTildaFvPatchScalarField::write(), adjointFarFieldTMVar1FvPatchScalarField::write(), adjointFarFieldTMVar2FvPatchScalarField::write(), adjointInletNuaTildaFvPatchScalarField::write(), adjointOutletFluxFvPatchField< Type >::write(), adjointOutletKaFvPatchScalarField::write(), adjointOutletNuaTildaFvPatchScalarField::write(), adjointOutletNuaTildaFluxFvPatchScalarField::write(), adjointOutletWaFvPatchScalarField::write(), alphaContactAngleFvPatchScalarField::write(), timeVaryingMassSorptionFvPatchScalarField::write(), alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField::write(), alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField::write(), alphatPhaseChangeWallFunctionFvPatchScalarField::write(), alphatWallBoilingWallFunctionFvPatchScalarField::write(), copiedFixedValueFvPatchScalarField::write(), fixedMultiPhaseHeatFluxFvPatchScalarField::write(), JohnsonJacksonParticleSlipFvPatchVectorField::write(), JohnsonJacksonParticleThetaFvPatchScalarField::write(), filmPyrolysisTemperatureCoupledFvPatchScalarField::write(), filmPyrolysisVelocityCoupledFvPatchVectorField::write(), filmHeightInletVelocityFvPatchVectorField::write(), inclinedFilmNusseltHeightFvPatchScalarField::write(), inclinedFilmNusseltInletVelocityFvPatchVectorField::write(), alphatFilmWallFunctionFvPatchScalarField::write(), enthalpySorptionFvPatchScalarField::write(), speciesSorptionFvPatchScalarField::write(), convectiveHeatTransferFvPatchScalarField::write(), externalWallHeatFluxTemperatureFvPatchScalarField::write(), outletMappedUniformInletHeatAdditionFvPatchField::write(), semiPermeableBaffleMassFractionFvPatchScalarField::write(), semiPermeableBaffleVelocityFvPatchVectorField::write(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::write(), alphatJayatillekeWallFunctionFvPatchScalarField::write(), alphatWallFunctionFvPatchScalarField::write(), wallHeatTransferFvPatchScalarField::write(), alphaFixedPressureFvPatchScalarField::write(), fixedShearStressFvPatchVectorField::write(), epsilonWallFunctionFvPatchScalarField::write(), kLowReWallFunctionFvPatchScalarField::write(), kqRWallFunctionFvPatchField< Type >::write(), nutWallFunctionFvPatchScalarField::write(), omegaWallFunctionFvPatchScalarField::write(), turbulentMixingLengthDissipationRateInletFvPatchScalarField::write(), turbulentMixingLengthFrequencyInletFvPatchScalarField::write(), waveAlphaFvPatchScalarField::write(), waveVelocityFvPatchVectorField::write(), cyclicFvPatchField< Type >::write(), cyclicACMIFvPatchField< Type >::write(), cyclicAMIFvPatchField< Type >::write(), uniformFixedValueFvPatchField< Type >::write(), uniformMixedFvPatchField< Type >::write(), uniformNormalFixedValueFvPatchVectorField::write(), surfaceSlipDisplacementFvPatchField< Type >::write(), and outletMachNumberPressureFvPatchScalarField::write().

| void check | ( | const fvPatchField< Type > & | rhs | ) | const |
Check against given patch field.
Definition at line 208 of file fvPatchField.C.
References fvPatchFieldBase::checkPatch().

Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, and fixedValueFvPatchField< Type >.
Definition at line 392 of file fvPatchField.C.
References Field< Type >::operator=().
Referenced by activeBaffleVelocityFvPatchVectorField::activeBaffleVelocityFvPatchVectorField(), activePressureForceBaffleVelocityFvPatchVectorField::activePressureForceBaffleVelocityFvPatchVectorField(), alphaFixedPressureFvPatchScalarField::alphaFixedPressureFvPatchScalarField(), enthalpySorptionFvPatchScalarField::enthalpySorptionFvPatchScalarField(), freestreamFvPatchField< Type >::freestreamFvPatchField(), freestreamPressureFvPatchScalarField::freestreamPressureFvPatchScalarField(), freestreamVelocityFvPatchVectorField::freestreamVelocityFvPatchVectorField(), freeSurfacePressureFvPatchScalarField::freeSurfacePressureFvPatchScalarField(), greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField(), greyDiffusiveViewFactorFixedValueFvPatchScalarField::greyDiffusiveViewFactorFixedValueFvPatchScalarField(), inletOutletTotalTemperatureFvPatchScalarField::inletOutletTotalTemperatureFvPatchScalarField(), MarshakRadiationFixedTemperatureFvPatchScalarField::MarshakRadiationFixedTemperatureFvPatchScalarField(), MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField(), cyclicAMIFvPatchField< Type >::operator=(), fixedNormalInletOutletVelocityFvPatchVectorField::operator=(), pressureDirectedInletVelocityFvPatchVectorField::operator=(), pressureInletOutletParSlipVelocityFvPatchVectorField::operator=(), pressureInletOutletVelocityFvPatchVectorField::operator=(), pressureInletVelocityFvPatchVectorField::operator=(), adjointOutletVelocityFvPatchVectorField::operator=(), adjointOutletVelocityFluxFvPatchVectorField::operator=(), filmHeightInletVelocityFvPatchVectorField::operator=(), phaseHydrostaticPressureFvPatchScalarField::phaseHydrostaticPressureFvPatchScalarField(), prghPermeableAlphaTotalPressureFvPatchScalarField::prghPermeableAlphaTotalPressureFvPatchScalarField(), prghPressureFvPatchScalarField::prghPressureFvPatchScalarField(), prghTotalPressureFvPatchScalarField::prghTotalPressureFvPatchScalarField(), speciesSorptionFvPatchScalarField::speciesSorptionFvPatchScalarField(), specularRadiationMixedFvPatchScalarField::specularRadiationMixedFvPatchScalarField(), surfaceNormalFixedValueFvPatchVectorField::surfaceNormalFixedValueFvPatchVectorField(), syringePressureFvPatchScalarField::syringePressureFvPatchScalarField(), timeVaryingMassSorptionFvPatchScalarField::timeVaryingMassSorptionFvPatchScalarField(), totalFlowRateAdvectiveDiffusiveFvPatchScalarField::totalFlowRateAdvectiveDiffusiveFvPatchScalarField(), totalPressureFvPatchScalarField::totalPressureFvPatchScalarField(), totalTemperatureFvPatchScalarField::totalTemperatureFvPatchScalarField(), turbulentInletFvPatchField< Type >::turbulentInletFvPatchField(), uniformInletOutletFvPatchField< Type >::uniformInletOutletFvPatchField(), surfaceNormalFixedValueFvPatchVectorField::updateCoeffs(), uniformNormalFixedValueFvPatchVectorField::updateCoeffs(), and wideBandDiffusiveRadiationMixedFvPatchScalarField::wideBandDiffusiveRadiationMixedFvPatchScalarField().


|
virtual |
Reimplemented in uniformInletOutletFvPatchField< Type >, inletOutletFvPatchField< Type >, partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, cyclicAMIFvPatchField< Type >, transformFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 402 of file fvPatchField.C.
References fvPatchFieldBase::checkPatch(), and Field< Type >::operator=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 413 of file fvPatchField.C.
References fvPatchFieldBase::checkPatch(), and Field< Type >::operator+=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 424 of file fvPatchField.C.
References fvPatchFieldBase::checkPatch(), and Field< Type >::operator-=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, and fixedValueFvPatchField< scalar >.
Definition at line 435 of file fvPatchField.C.
References fvPatchFieldBase::checkPatch(), and Field< Type >::operator*=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, and fixedValueFvPatchField< scalar >.
Definition at line 446 of file fvPatchField.C.
References fvPatchFieldBase::checkPatch(), and Field< Type >::operator/=().

Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 457 of file fvPatchField.C.
References Field< Type >::operator+=().

Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 467 of file fvPatchField.C.
References Field< Type >::operator-=().

Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, and directionMixedFvPatchField< Type >.
Definition at line 477 of file fvPatchField.C.
References Field< Type >::operator*=().

Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, and directionMixedFvPatchField< Type >.
Definition at line 487 of file fvPatchField.C.
References Field< Type >::operator/=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 497 of file fvPatchField.C.
References Field< Type >::operator=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 507 of file fvPatchField.C.
References Field< Type >::operator+=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, fixedValueFvPatchField< Type >, and directionMixedFvPatchField< Type >.
Definition at line 517 of file fvPatchField.C.
References Field< Type >::operator-=().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, and directionMixedFvPatchField< Type >.
Definition at line 527 of file fvPatchField.C.
References Field< Type >::operator*=(), and s().

|
virtual |
Reimplemented in partialSlipFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, slicedFvPatchField< Type >, mixedFvPatchField< Type >, mixedFvPatchField< scalar >, mixedFvPatchField< vector >, fixedValueFvPatchField< Type >, fixedValueFvPatchField< scalar >, and directionMixedFvPatchField< Type >.
Definition at line 537 of file fvPatchField.C.
References Field< Type >::operator/=(), and s().

|
virtual |
Reimplemented in scaledFixedValueFvPatchField< Type >, and cyclicAMIFvPatchField< Type >.
Definition at line 547 of file fvPatchField.C.
References Field< Type >::operator=().
Referenced by cyclicAMIFvPatchField< Type >::operator==(), uniformTotalPressureFvPatchScalarField::uniformTotalPressureFvPatchScalarField(), fixedProfileFvPatchField< Type >::updateCoeffs(), timeVaryingMappedFixedValueFvPatchField< Type >::updateCoeffs(), uniformFixedValueFvPatchField< Type >::updateCoeffs(), and waWallFunctionFvPatchScalarField::updateCoeffs().


Reimplemented in scaledFixedValueFvPatchField< Type >.
Definition at line 557 of file fvPatchField.C.
References Field< Type >::operator=().

|
virtual |
Reimplemented in scaledFixedValueFvPatchField< Type >.
Definition at line 567 of file fvPatchField.C.
References Field< Type >::operator=().

|
delete |
|
delete |
| Foam::tmp<Foam::fvPatchField<Type> > NewCalculatedType | ( | const fvPatchField< AnyType > & | pf | ) |
Definition at line 119 of file calculatedFvPatchField.C.
References fvPatchFieldBase::patch().

|
friend |
Referenced by phaseHydrostaticPressureFvPatchScalarField::operator=().