Foam::fixedValueFvsPatchField. More...
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information. More... | |
fixedValueFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &) | |
Construct from patch and internal field. More... | |
fixedValueFvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
fixedValueFvsPatchField (const fixedValueFvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given fixedValueFvsPatchField<Type> More... | |
fixedValueFvsPatchField (const fixedValueFvsPatchField< Type > &) | |
Construct as copy. More... | |
virtual tmp< fvsPatchField< Type > > | clone () const |
Construct and return a clone. More... | |
fixedValueFvsPatchField (const fixedValueFvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvsPatchField< Type > > | clone (const DimensionedField< Type, surfaceMesh > &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 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 | operator= (const UList< Type > &) |
virtual void | operator= (const fvsPatchField< Type > &) |
virtual void | operator+= (const fvsPatchField< Type > &) |
virtual void | operator-= (const fvsPatchField< Type > &) |
virtual void | operator*= (const fvsPatchField< scalar > &) |
virtual void | operator/= (const fvsPatchField< 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 ("fvsPatchField") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (tmp, fvsPatchField, patch,(const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF),(p, iF)) | |
declareRunTimeSelectionTable (tmp, fvsPatchField, patchMapper,(const fvsPatchField< Type > &ptf, const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF, const fvPatchFieldMapper &m),(dynamic_cast< const fvsPatchFieldType & >(ptf), p, iF, m)) | |
declareRunTimeSelectionTable (tmp, fvsPatchField, dictionary,(const fvPatch &p, const DimensionedField< Type, surfaceMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
fvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &) | |
Construct from patch and internal field. More... | |
fvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. More... | |
fvsPatchField (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
fvsPatchField (const fvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping the given fvsPatchField onto a new patch. More... | |
fvsPatchField (const fvsPatchField< Type > &) | |
Construct as copy. More... | |
fvsPatchField (const fvsPatchField< Type > &, const DimensionedField< Type, surfaceMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvsPatchField< Type > > | clone () const |
Construct and return a clone. More... | |
tmp< fvsPatchField< Type > > | NewCalculatedType (const fvPatch &p) |
virtual | ~fvsPatchField () |
Destructor. More... | |
const objectRegistry & | db () const |
Return local objectRegistry. More... | |
const fvPatch & | patch () const |
Return patch. More... | |
const DimensionedField< Type, surfaceMesh > & | dimensionedInternalField () const |
Return dimensioned internal field reference. More... | |
const Field< Type > & | internalField () const |
Return internal field reference. More... | |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value. More... | |
virtual bool | coupled () const |
Return true if this patch field is coupled. More... | |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const fvsPatchField< Type > &, const labelList &) |
Reverse map the given fvsPatchField onto this fvsPatchField. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
void | check (const fvsPatchField< Type > &) const |
Check fvsPatchField<Type> against given fvsPatchField<Type> More... | |
virtual void | operator== (const fvsPatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
Additional Inherited Members | |
![]() | |
typedef fvPatch | Patch |
![]() | |
static tmp< fvsPatchField< Type > > | New (const word &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &) |
Return a pointer to a new patchField created on freestore given. More... | |
static tmp< fvsPatchField< Type > > | New (const word &, const word &actualPatchType, const fvPatch &, const DimensionedField< Type, surfaceMesh > &) |
Return a pointer to a new patchField created on freestore given. More... | |
static tmp< fvsPatchField< Type > > | New (const fvsPatchField< Type > &, const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const fvPatchFieldMapper &) |
Return a pointer to a new patchField created on freestore from. More... | |
static tmp< fvsPatchField< Type > > | New (const fvPatch &, const DimensionedField< Type, surfaceMesh > &, const dictionary &) |
Return a pointer to a new patchField created on freestore. More... | |
static tmp< fvsPatchField< Type > > | NewCalculatedType (const fvPatch &) |
Return a pointer to a new calculatedFvsPatchField created on. More... | |
static tmp< fvsPatchField< Type > > | NewCalculatedType (const fvsPatchField< Type2 > &) |
Return a pointer to a new calculatedFvsPatchField created on. More... | |
static const word & | calculatedType () |
Return the type of the calculated for of fvsPatchField. More... | |
![]() | |
static int | disallowGenericFvsPatchField |
Debug switch to disallow the use of genericFvsPatchField. More... | |
Foam::fixedValueFvsPatchField.
Definition at line 49 of file fixedValueFvsPatchField.H.
fixedValueFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 37 of file fixedValueFvsPatchField.C.
fixedValueFvsPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 61 of file fixedValueFvsPatchField.C.
fixedValueFvsPatchField | ( | const fixedValueFvsPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, surfaceMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given fixedValueFvsPatchField<Type>
onto a new patch
Definition at line 48 of file fixedValueFvsPatchField.C.
fixedValueFvsPatchField | ( | const fixedValueFvsPatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 73 of file fixedValueFvsPatchField.C.
fixedValueFvsPatchField | ( | const fixedValueFvsPatchField< Type > & | ptf, |
const DimensionedField< Type, surfaceMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 83 of file fixedValueFvsPatchField.C.
TypeName | ( | "fixedValue" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 94 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from fvsPatchField< Type >.
Definition at line 111 of file fixedValueFvsPatchField.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.
Definition at line 129 of file fixedValueFvsPatchField.H.
|
virtual |
Return the matrix diagonal coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 96 of file fixedValueFvsPatchField.C.
|
virtual |
Return the matrix source coefficients corresponding to the.
evaluation of the value of this patchField with given weights
Definition at line 109 of file fixedValueFvsPatchField.C.
Return the matrix diagonal coefficients corresponding to the.
evaluation of the gradient of this patchField
Definition at line 118 of file fixedValueFvsPatchField.C.
Return the matrix source coefficients corresponding to the.
evaluation of the gradient of this patchField
Definition at line 125 of file fixedValueFvsPatchField.C.
Reimplemented from fvsPatchField< Type >.
Definition at line 162 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 164 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 165 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 166 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 167 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 168 of file fixedValueFvsPatchField.H.
Reimplemented from fvsPatchField< Type >.
Definition at line 170 of file fixedValueFvsPatchField.H.
Reimplemented from fvsPatchField< Type >.
Definition at line 171 of file fixedValueFvsPatchField.H.
Reimplemented from fvsPatchField< Type >.
Definition at line 173 of file fixedValueFvsPatchField.H.
Reimplemented from fvsPatchField< Type >.
Definition at line 174 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 176 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 177 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 178 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 179 of file fixedValueFvsPatchField.H.
|
inlinevirtual |
Reimplemented from fvsPatchField< Type >.
Definition at line 180 of file fixedValueFvsPatchField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.