Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...
Public Member Functions | |
TypeName ("fixedValue") | |
Runtime type information. More... | |
fixedValueFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &) | |
Construct from patch and internal field. More... | |
fixedValueFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
fixedValueFaePatchField (const fixedValueFaePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) | |
Construct by mapping the given fixedValueFaePatchField<Type> More... | |
fixedValueFaePatchField (const fixedValueFaePatchField< Type > &) | |
Construct as copy. More... | |
virtual tmp< faePatchField< Type > > | clone () const |
Construct and return a clone. More... | |
fixedValueFaePatchField (const fixedValueFaePatchField< Type > &, const DimensionedField< Type, edgeMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< faePatchField< Type > > | clone (const DimensionedField< Type, edgeMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
virtual | ~fixedValueFaePatchField ()=default |
Destructor. More... | |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
virtual void | operator= (const UList< Type > &) |
virtual void | operator= (const faePatchField< Type > &) |
virtual void | operator+= (const faePatchField< Type > &) |
virtual void | operator-= (const faePatchField< Type > &) |
virtual void | operator*= (const faePatchField< scalar > &) |
virtual void | operator/= (const faePatchField< 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 ("faePatchField") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (tmp, faePatchField, patch,(const faPatch &p, const DimensionedField< Type, edgeMesh > &iF),(p, iF)) | |
declareRunTimeSelectionTable (tmp, faePatchField, patchMapper,(const faePatchField< Type > &ptf, const faPatch &p, const DimensionedField< Type, edgeMesh > &iF, const faPatchFieldMapper &m),(dynamic_cast< const faePatchFieldType & >(ptf), p, iF, m)) | |
declareRunTimeSelectionTable (tmp, faePatchField, dictionary,(const faPatch &p, const DimensionedField< Type, edgeMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &) | |
Construct from patch and internal field. More... | |
faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. More... | |
faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
faePatchField (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) | |
Construct by mapping the given faePatchField onto a new patch. More... | |
faePatchField (const faePatchField< Type > &) | |
Construct as copy. More... | |
faePatchField (const faePatchField< Type > &, const DimensionedField< Type, edgeMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual | ~faePatchField ()=default |
Destructor. More... | |
const objectRegistry & | db () const |
Return local objectRegistry. More... | |
const faPatch & | patch () const |
Return patch. More... | |
const DimensionedField< Type, edgeMesh > & | internalField () const |
Return dimensioned internal field reference. More... | |
const Field< Type > & | primitiveField () const |
Return internal field reference. More... | |
virtual bool | coupled () const |
Return true if this patch field is coupled. More... | |
virtual void | autoMap (const faPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object. More... | |
virtual void | rmap (const faePatchField< Type > &, const labelList &) |
Reverse map the given faePatchField onto this faePatchField. More... | |
void | check (const faePatchField< Type > &) const |
Check faePatchField<Type> against given faePatchField<Type> More... | |
virtual void | operator== (const faePatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
template<class Type2 > | |
Foam::tmp< Foam::faePatchField< Type > > | NewCalculatedType (const faePatchField< Type2 > &pf) |
Additional Inherited Members | |
![]() | |
typedef faPatch | Patch |
typedef calculatedFaePatchField< Type > | Calculated |
![]() | |
static tmp< faePatchField< Type > > | New (const word &, const faPatch &, const DimensionedField< Type, edgeMesh > &) |
Return a pointer to a new patchField created on freestore given. More... | |
static tmp< faePatchField< Type > > | New (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) |
Return a pointer to a new patchField created on freestore from. More... | |
static tmp< faePatchField< Type > > | New (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) |
Return a pointer to a new patchField created on freestore. More... | |
template<class Type2 > | |
static tmp< faePatchField< Type > > | NewCalculatedType (const faePatchField< Type2 > &) |
Return a pointer to a new calculatedFaePatchField created on. More... | |
static const word & | calculatedType () |
Return the type of the calculated for of faePatchField. More... | |
![]() | |
static int | disallowGenericFaePatchField |
Debug switch to disallow the use of. More... | |
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 55 of file fixedValueFaePatchField.H.
fixedValueFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 of file fixedValueFaePatchField.C.
fixedValueFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 45 of file fixedValueFaePatchField.C.
fixedValueFaePatchField | ( | const fixedValueFaePatchField< Type > & | ptf, |
const faPatch & | p, | ||
const DimensionedField< Type, edgeMesh > & | iF, | ||
const faPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given fixedValueFaePatchField<Type>
onto a new patch
Definition at line 68 of file fixedValueFaePatchField.C.
fixedValueFaePatchField | ( | const fixedValueFaePatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 81 of file fixedValueFaePatchField.C.
fixedValueFaePatchField | ( | const fixedValueFaePatchField< Type > & | ptf, |
const DimensionedField< Type, edgeMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 57 of file fixedValueFaePatchField.C.
|
virtualdefault |
Destructor.
TypeName | ( | "fixedValue" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from faePatchField< Type >.
Definition at line 100 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from faePatchField< Type >.
Definition at line 117 of file fixedValueFaePatchField.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 faePatchField< Type >.
Definition at line 138 of file fixedValueFaePatchField.H.
|
virtual |
Write.
Reimplemented from faePatchField< Type >.
Definition at line 92 of file fixedValueFaePatchField.C.
References os(), and Foam::vtk::write().
Reimplemented from faePatchField< Type >.
Definition at line 150 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 152 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 153 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 154 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 155 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 156 of file fixedValueFaePatchField.H.
Reimplemented from faePatchField< Type >.
Definition at line 158 of file fixedValueFaePatchField.H.
Reimplemented from faePatchField< Type >.
Definition at line 159 of file fixedValueFaePatchField.H.
Reimplemented from faePatchField< Type >.
Definition at line 161 of file fixedValueFaePatchField.H.
Reimplemented from faePatchField< Type >.
Definition at line 162 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 164 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 165 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 166 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 167 of file fixedValueFaePatchField.H.
|
inlinevirtual |
Reimplemented from faePatchField< Type >.
Definition at line 168 of file fixedValueFaePatchField.H.