Foam::transformFvPatchField. More...
#include <finiteVolume/transformFvPatchField.H>
Definition at line 50 of file transformFvPatchField.H.
Public Member Functions | |
TypeName ("transform") | |
Runtime type information.
| |
transformFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
transformFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
transformFvPatchField (const transformFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given transformFvPatchField<Type>
| |
transformFvPatchField (const transformFvPatchField< Type > &) | |
Construct as copy.
| |
virtual tmp< fvPatchField< Type > > | clone () const =0 |
Construct and return a clone.
| |
transformFvPatchField (const transformFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &) const =0 |
Construct and return a clone setting internal field reference.
| |
virtual tmp< Field< Type > > | snGrad () const =0 |
Return gradient at boundary.
| |
virtual tmp< Field< Type > > | snGradTransformDiag () const =0 |
Return face-gradient transform diagonal.
| |
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 | operator= (const fvPatchField< Type > &) |
template<> | |
tmp< scalarField > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the.
| |
template<> | |
tmp< scalarField > | gradientInternalCoeffs () const |
Return the matrix diagonal coefficients corresponding to the.
|
transformFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 39 of file transformFvPatchField.C.
transformFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 63 of file transformFvPatchField.C.
transformFvPatchField | ( | const transformFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given transformFvPatchField<Type>
onto a new patch
Definition at line 50 of file transformFvPatchField.C.
transformFvPatchField | ( | const transformFvPatchField< Type > & | ptf ) |
Construct as copy.
Definition at line 75 of file transformFvPatchField.C.
transformFvPatchField | ( | const transformFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 85 of file transformFvPatchField.C.
TypeName | ( | "transform" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [pure virtual]
|
Construct and return a clone.
Reimplemented from fvPatchField< Type >.
Implemented in basicSymmetryFvPatchField< Type >, directionMixedFvPatchField< Type >, symmetryFvPatchField< Type >, wedgeFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, slipFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, and mixedFixedValueSlipFvPatchField< Type >.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | ) | const [pure virtual]
|
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField< Type >.
Implemented in basicSymmetryFvPatchField< Type >, directionMixedFvPatchField< Type >, symmetryFvPatchField< Type >, wedgeFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, slipFvPatchField< Type >, surfaceSlipDisplacementFvPatchField< Type >, and mixedFixedValueSlipFvPatchField< Type >.
Return gradient at boundary.
Reimplemented from fvPatchField< Type >.
Implemented in basicSymmetryFvPatchField< Type >, directionMixedFvPatchField< Type >, wedgeFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, mixedFixedValueSlipFvPatchField< Type >, basicSymmetryFvPatchField< Type >, basicSymmetryFvPatchField< Type >, wedgeFvPatchField< Type >, and wedgeFvPatchField< Type >.
Return face-gradient transform diagonal.
Implemented in basicSymmetryFvPatchField< Type >, directionMixedFvPatchField< Type >, wedgeFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, and mixedFixedValueSlipFvPatchField< Type >.
tmp< Field< Type > > valueInternalCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Definition at line 98 of file transformFvPatchField.C.
tmp< Field< Type > > valueBoundaryCoeffs | ( | const tmp< scalarField > & | ) | const [virtual]
|
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Reimplemented from fvPatchField< Type >.
Definition at line 108 of file transformFvPatchField.C.
References Foam::cmptMultiply().
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 123 of file transformFvPatchField.C.
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 130 of file transformFvPatchField.C.
References Foam::cmptMultiply(), and Foam::fvc::snGrad().
void operator= | ( | const fvPatchField< Type > & | ptf ) | [virtual]
|
Reimplemented from fvPatchField< Type >.
Reimplemented in directionMixedFvPatchField< Type >, fixedNormalSlipFvPatchField< Type >, partialSlipFvPatchField< Type >, and mixedFixedValueSlipFvPatchField< Type >.
Definition at line 142 of file transformFvPatchField.C.
tmp< scalarField > gradientInternalCoeffs | ( | ) | const [virtual]
|
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
tmp< scalarField > gradientInternalCoeffs | ( | ) | const [virtual]
|
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 36 of file transformFvPatchScalarField.C.