This boundary condition provides a base class for 'mixed' type boundary conditions, i.e. conditions that mix fixed value and patch-normal gradient conditions. More...
Public Member Functions | |
TypeName ("mixed") | |
Runtime type information. More... | |
mixedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field. More... | |
mixedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
mixedFvPatchField (const mixedFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given mixedFvPatchField onto a new patch. More... | |
mixedFvPatchField (const mixedFvPatchField< Type > &) | |
Construct as copy. More... | |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone. More... | |
mixedFvPatchField (const mixedFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value. More... | |
virtual bool | assignable () const |
Return false: this patch field is not altered by assignment. More... | |
virtual Field< Type > & | refValue () |
virtual const Field< Type > & | refValue () const |
virtual Field< Type > & | refGrad () |
virtual const Field< Type > & | refGrad () const |
virtual scalarField & | valueFraction () |
virtual const scalarField & | valueFraction () const |
virtual Field< Type > & | source () |
virtual const Field< Type > & | source () const |
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 gradient at boundary. More... | |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
Evaluate the patch field. More... | |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
Return the matrix diagonal coefficients corresponding to the. More... | |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) 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 > > | gradientBoundaryCoeffs () const |
Return the matrix source coefficients corresponding to the. More... | |
virtual void | write (Ostream &) const |
Write. 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) |
![]() | |
TypeName ("fvPatchField") | |
Runtime type information. More... | |
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 Type &value) | |
Construct from patch, internal field and value. More... | |
fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const word &patchType) | |
Construct from patch and internal field and patch type. More... | |
fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. More... | |
fvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &, const bool valueRequired=true) | |
Construct from patch, internal field and dictionary. 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 | ~fvPatchField ()=default |
Destructor. More... | |
bool | useImplicit () const noexcept |
Use implicit formulation for coupled patches only. More... | |
bool | useImplicit (bool on) noexcept |
Set useImplicit on/off. More... | |
virtual bool | coupled () const |
Return true if this patch field is coupled. More... | |
const objectRegistry & | db () const |
Return local objectRegistry. More... | |
const fvPatch & | patch () const |
Return patch. More... | |
const DimensionedField< Type, volMesh > & | internalField () const |
Return dimensioned internal field reference. More... | |
const Field< Type > & | primitiveField () const |
Return internal field reference. More... | |
const word & | patchType () const |
Optional patch type. More... | |
word & | patchType () |
Optional patch type. More... | |
bool | updated () const |
Return true if the boundary condition has already been updated. More... | |
bool | manipulatedMatrix () const |
Return true if the matrix has already been manipulated. 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 as patch field. More... | |
virtual void | patchInternalField (Field< Type > &) const |
Return internal field next to patch as patch field. 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::blocking) |
Initialise the evaluation of the patch field. 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 scalarField &deltaCoeffs) const |
Return the matrix diagonal 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... | |
void | check (const fvPatchField< Type > &) const |
Check fvPatchField<Type> against given fvPatchField<Type> More... | |
virtual void | operator== (const fvPatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
template<class Type2 > | |
Foam::tmp< Foam::fvPatchField< Type > > | NewCalculatedType (const fvPatchField< Type2 > &pf) |
Additional Inherited Members | |
![]() | |
typedef fvPatch | Patch |
typedef calculatedFvPatchField< Type > | Calculated |
![]() | |
static tmp< fvPatchField< Type > > | New (const word &, 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 &, 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 &) |
Return a pointer to a new calculatedFvPatchField created on. More... | |
template<class Type2 > | |
static tmp< fvPatchField< Type > > | NewCalculatedType (const fvPatchField< Type2 > &) |
Return a pointer to a new calculatedFvPatchField created on. More... | |
static const word & | calculatedType () |
Return the type of the calculated for of fvPatchField. More... | |
![]() | |
static int | disallowGenericFvPatchField |
Debug switch to disallow the use of genericFvPatchField. More... | |
This boundary condition provides a base class for 'mixed' type boundary conditions, i.e. conditions that mix fixed value and patch-normal gradient conditions.
The respective contributions from each is determined by a weight field:
\[ x_p = w x_p + (1-w) \left(x_c + \frac{\nabla_\perp x}{\Delta}\right) \]
where
\( x_p \) | = | patch values |
\( x_c \) | = | patch internal cell values |
\( \Delta\) | = | inverse distance from face centre to internal cell centre |
\( w \) | = | weighting values (0-1) |
Property | Description | Required | Default |
---|---|---|---|
refValue | fixed value | yes | |
refGradient | patch normal gradient | yes | |
valueFraction | value weighting (0-1) | yes |
inletOutlet
Definition at line 123 of file mixedFvPatchField.H.
mixedFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 of file mixedFvPatchField.C.
mixedFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 49 of file mixedFvPatchField.C.
mixedFvPatchField | ( | const mixedFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given mixedFvPatchField onto a new patch.
Definition at line 68 of file mixedFvPatchField.C.
mixedFvPatchField | ( | const mixedFvPatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 95 of file mixedFvPatchField.C.
mixedFvPatchField | ( | const mixedFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 109 of file mixedFvPatchField.C.
TypeName | ( | "mixed" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from fvPatchField< Type >.
Reimplemented in velocityFilmShellFvPatchVectorField, codedMixedFvPatchField< Type >, externalCoupledTemperatureMixedFvPatchScalarField, prghPermeableAlphaTotalPressureFvPatchScalarField, waveTransmissiveFvPatchField< Type >, advectiveFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedMixedFvPatchField< Type >, freestreamFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, exprMixedFvPatchField< Type >, inletOutletFvPatchField< Type >, outletInletFvPatchField< Type >, acousticWaveTransmissiveFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, vibrationShellFvPatchScalarField, externalCoupledMixedFvPatchField< Type >, externalCoupledMixedFvPatchField< scalar >, and totalFlowRateAdvectiveDiffusiveFvPatchScalarField.
Definition at line 181 of file mixedFvPatchField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from fvPatchField< Type >.
Reimplemented in velocityFilmShellFvPatchVectorField, codedMixedFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, advectiveFvPatchField< Type >, mappedMixedFvPatchField< Type >, freestreamFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, exprMixedFvPatchField< Type >, inletOutletFvPatchField< Type >, outletInletFvPatchField< Type >, acousticWaveTransmissiveFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, externalCoupledMixedFvPatchField< Type >, externalCoupledTemperatureMixedFvPatchScalarField, prghPermeableAlphaTotalPressureFvPatchScalarField, vibrationShellFvPatchScalarField, externalCoupledMixedFvPatchField< scalar >, and totalFlowRateAdvectiveDiffusiveFvPatchScalarField.
Definition at line 198 of file mixedFvPatchField.H.
|
inlinevirtual |
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< Type >.
Definition at line 216 of file mixedFvPatchField.H.
|
inlinevirtual |
Return false: this patch field is not altered by assignment.
Reimplemented from fvPatchField< Type >.
Reimplemented in uniformInletOutletFvPatchField< Type >, and inletOutletFvPatchField< Type >.
Definition at line 222 of file mixedFvPatchField.H.
|
inlinevirtual |
Definition at line 230 of file mixedFvPatchField.H.
Referenced by freestreamFvPatchField< Type >::freestreamValue(), and codedMixedFvPatchField< Type >::updateCoeffs().
|
inlinevirtual |
Definition at line 235 of file mixedFvPatchField.H.
|
inlinevirtual |
Definition at line 240 of file mixedFvPatchField.H.
Referenced by codedMixedFvPatchField< Type >::updateCoeffs().
|
inlinevirtual |
Definition at line 245 of file mixedFvPatchField.H.
|
inlinevirtual |
Definition at line 250 of file mixedFvPatchField.H.
Referenced by codedMixedFvPatchField< Type >::updateCoeffs().
|
inlinevirtual |
Definition at line 255 of file mixedFvPatchField.H.
|
inlinevirtual |
Definition at line 260 of file mixedFvPatchField.H.
Referenced by mixedEnergyFvPatchScalarField::manipulateMatrix().
|
inlinevirtual |
Definition at line 265 of file mixedFvPatchField.H.
|
virtual |
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField< Type >.
Reimplemented in freestreamFvPatchField< Type >, prghPermeableAlphaTotalPressureFvPatchScalarField, mappedMixedFieldFvPatchField< Type >, mappedMixedFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, and totalFlowRateAdvectiveDiffusiveFvPatchScalarField.
Definition at line 126 of file mixedFvPatchField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField< Type >.
Reimplemented in prghPermeableAlphaTotalPressureFvPatchScalarField, totalFlowRateAdvectiveDiffusiveFvPatchScalarField, freestreamFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedMixedFvPatchField< Type >, and uniformInletOutletFvPatchField< Type >.
Definition at line 140 of file mixedFvPatchField.C.
Referenced by mixedFvPatchField< vector >::rmap().
|
virtual |
Return gradient at boundary.
Reimplemented from fvPatchField< Type >.
Definition at line 182 of file mixedFvPatchField.C.
|
virtual |
Evaluate the patch field.
Reimplemented from fvPatchField< Type >.
Reimplemented in codedMixedFvPatchField< Type >.
Definition at line 158 of file mixedFvPatchField.C.
|
virtual |
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 195 of file mixedFvPatchField.C.
|
virtual |
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 206 of file mixedFvPatchField.C.
|
virtual |
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 218 of file mixedFvPatchField.C.
|
virtual |
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Reimplemented from fvPatchField< Type >.
Definition at line 226 of file mixedFvPatchField.C.
|
virtual |
Write.
Reimplemented from fvPatchField< Type >.
Reimplemented in externalCoupledTemperatureMixedFvPatchScalarField, exprMixedFvPatchField< Type >, velocityFilmShellFvPatchVectorField, codedMixedFvPatchField< Type >, prghPermeableAlphaTotalPressureFvPatchScalarField, advectiveFvPatchField< Type >, waveTransmissiveFvPatchField< Type >, mappedMixedFieldFvPatchField< Type >, mappedMixedFvPatchField< Type >, freestreamFvPatchField< Type >, uniformInletOutletFvPatchField< Type >, inletOutletFvPatchField< Type >, acousticWaveTransmissiveFvPatchField< Type >, outletInletFvPatchField< Type >, fixedMeanOutletInletFvPatchField< Type >, totalFlowRateAdvectiveDiffusiveFvPatchScalarField, and vibrationShellFvPatchScalarField.
Definition at line 235 of file mixedFvPatchField.C.
Referenced by vibrationShellFvPatchScalarField::write(), prghPermeableAlphaTotalPressureFvPatchScalarField::write(), and velocityFilmShellFvPatchVectorField::write().
Reimplemented from fvPatchField< Type >.
Definition at line 328 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Reimplemented in uniformInletOutletFvPatchField< Type >, and inletOutletFvPatchField< Type >.
Definition at line 330 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 331 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 332 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 333 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 334 of file mixedFvPatchField.H.
Reimplemented from fvPatchField< Type >.
Definition at line 336 of file mixedFvPatchField.H.
Reimplemented from fvPatchField< Type >.
Definition at line 337 of file mixedFvPatchField.H.
Reimplemented from fvPatchField< Type >.
Definition at line 339 of file mixedFvPatchField.H.
Reimplemented from fvPatchField< Type >.
Definition at line 340 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 342 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 343 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 344 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 345 of file mixedFvPatchField.H.
|
inlinevirtual |
Reimplemented from fvPatchField< Type >.
Definition at line 346 of file mixedFvPatchField.H.