Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...
Public Member Functions | |
TypeName (coupledFaPatch::typeName_()) | |
Runtime type information. More... | |
coupledFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &) | |
Construct from patch and internal field. More... | |
coupledFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &) | |
Construct from patch and internal field and patch field. More... | |
coupledFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
coupledFaePatchField (const coupledFaePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) | |
Construct by mapping the given coupledFaePatchField onto a new patch. More... | |
coupledFaePatchField (const coupledFaePatchField< Type > &) | |
Construct as copy. More... | |
virtual tmp< faePatchField< Type > > | clone () const =0 |
Construct and return a clone. More... | |
coupledFaePatchField (const coupledFaePatchField< Type > &, const DimensionedField< Type, edgeMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< faePatchField< Type > > | clone (const DimensionedField< Type, edgeMesh > &) const =0 |
Construct and return a clone. More... | |
virtual | ~coupledFaePatchField ()=default |
Destructor. More... | |
virtual bool | coupled () const |
Return true if this patch field is derived from. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
![]() | |
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 | fixesValue () const |
Return true if this patch field fixes a value. 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 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) |
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 56 of file coupledFaePatchField.H.
coupledFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 34 of file coupledFaePatchField.C.
coupledFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF, | ||
const Field< Type > & | f | ||
) |
Construct from patch and internal field and patch field.
Definition at line 45 of file coupledFaePatchField.C.
coupledFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 70 of file coupledFaePatchField.C.
coupledFaePatchField | ( | const coupledFaePatchField< Type > & | ptf, |
const faPatch & | p, | ||
const DimensionedField< Type, edgeMesh > & | iF, | ||
const faPatchFieldMapper & | mapper | ||
) |
Construct by mapping the given coupledFaePatchField onto a new patch.
Definition at line 57 of file coupledFaePatchField.C.
coupledFaePatchField | ( | const coupledFaePatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 82 of file coupledFaePatchField.C.
coupledFaePatchField | ( | const coupledFaePatchField< Type > & | ptf, |
const DimensionedField< Type, edgeMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 92 of file coupledFaePatchField.C.
|
virtualdefault |
Destructor.
TypeName | ( | coupledFaPatch::typeName_() | ) |
Runtime type information.
|
pure virtual |
Construct and return a clone.
Reimplemented from faePatchField< Type >.
Implemented in processorFaePatchField< Type >, and cyclicFaePatchField< Type >.
|
pure virtual |
Construct and return a clone.
Reimplemented from faePatchField< Type >.
Implemented in processorFaePatchField< Type >, and cyclicFaePatchField< Type >.
|
inlinevirtual |
Return true if this patch field is derived from.
coupledFaePatchField<Type>.
Reimplemented from faePatchField< Type >.
Reimplemented in processorFaePatchField< Type >.
Definition at line 134 of file coupledFaePatchField.H.
|
virtual |
Write.
Reimplemented from faePatchField< Type >.
Definition at line 104 of file coupledFaePatchField.C.
References os(), and Foam::vtk::write().