![]() |
|
Public Member Functions | |
TypeName ("sliced") | |
Runtime type information. | |
slicedFvPatchField (const fvPatch &, const Field< Type > &, const Field< Type > &) | |
Construct from patch, internal field and field to slice. | |
slicedFvPatchField (const fvPatch &, const Field< Type > &) | |
Construct from patch and internal field. | |
slicedFvPatchField (const fvPatch &, const Field< Type > &, const dictionary &) | |
Construct from patch, internal field and dictionary. | |
slicedFvPatchField (const slicedFvPatchField< Type > &, const fvPatch &, const Field< Type > &, const fvPatchFieldMapper &) | |
Construct by mapping the given slicedFvPatchField<Type>. | |
slicedFvPatchField (const slicedFvPatchField< Type > &) | |
Construct as copy. | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. | |
slicedFvPatchField (const slicedFvPatchField< Type > &, const Field< Type > &) | |
Construct as copy setting internal field reference. | |
virtual tmp< fvPatchField< Type > > | clone (const Field< Type > &iF) const |
Construct and return a clone setting internal field reference. | |
virtual | ~slicedFvPatchField () |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value. | |
virtual tmp< Field< Type > > | snGrad () const |
Return patch-normal gradient. | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. | |
virtual tmp< Field< Type > > | patchInternalField () const |
Return internal field next to patch as patch field. | |
virtual tmp< Field< Type > > | patchNeighbourField (const Field< Type > &iField) const |
Return neighbour coupled given internal cell data. | |
virtual tmp< labelField > | nbrColour (const labelField &iColour) const |
Return neighbour colouring. | |
virtual tmp< Field< Type > > | patchNeighbourField () const |
Return patchField of the values on the patch or on the. | |
virtual void | initEvaluate (const bool=false) |
Initialise the evaluation of the patch field. | |
virtual void | evaluate () |
Evaluate the patch field, sets Updated to false. | |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
Return the matrix diagonal coefficients corresponding to the. | |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
Return the matrix source coefficients corresponding to the. | |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the. | |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
Return the matrix source coefficients corresponding to the. | |
virtual void | write (Ostream &) const |
Write. | |
virtual void | operator= (const UList< Type > &) |
Assignment from UList operator. Takes linear time. | |
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 &) |
Assignment of all entries to the given value. | |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const Type &) |
virtual void | operator *= (const scalar) |
virtual void | operator/= (const scalar) |
|
Construct from patch, internal field and field to slice.
|
|
Construct from patch and internal field.
|
|
Construct from patch, internal field and dictionary.
|
|
Construct by mapping the given slicedFvPatchField<Type>. onto a new patch |
|
Construct as copy.
|
|
Construct as copy setting internal field reference.
|
|
|
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField. |
|
Construct and return a clone.
Reimplemented from fvPatchField. |
|
Evaluate the patch field, sets Updated to false.
Reimplemented from fvPatchField. |
|
Return true if this patch field fixes a value. Needed to check if a level has to be specified while solving Poissons equations. Reimplemented from fvPatchField. Definition at line 143 of file slicedFvPatchField.H. References Foam::labelField. |
|
Return the matrix source coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the gradient of this patchField Reimplemented from fvPatchField. |
|
Initialise the evaluation of the patch field.
Reimplemented from fvPatchField. |
|
Return neighbour colouring. Needed for AMG solver agglomeration Reimplemented from fvPatchField. |
|
Reimplemented from fvPatchField. Definition at line 245 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 239 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 233 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 243 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 236 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 231 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 244 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 237 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 232 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 246 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 240 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 234 of file slicedFvPatchField.H. |
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField. Definition at line 242 of file slicedFvPatchField.H. |
|
Reimplemented from fvPatchField. Definition at line 230 of file slicedFvPatchField.H. |
|
Assignment from UList operator. Takes linear time.
Reimplemented from fvPatchField. Definition at line 228 of file slicedFvPatchField.H. |
|
Return internal field next to patch as patch field.
Reimplemented from fvPatchField. |
|
Return patchField of the values on the patch or on the. opposite patch Reimplemented from fvPatchField. |
|
Return neighbour coupled given internal cell data.
Reimplemented from fvPatchField. |
|
Return patch-normal gradient.
Reimplemented from fvPatchField. |
|
Runtime type information.
|
|
Update the coefficients associated with the patch field. Sets Updated to true Reimplemented from fvPatchField. |
|
Return the matrix source coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Return the matrix diagonal coefficients corresponding to the. evaluation of the value of this patchField with given weights |
|
Write.
Reimplemented from fvPatchField. |