Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...
Public Member Functions | |
TypeName ("empty") | |
Runtime type information. More... | |
emptyFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &) | |
Construct from patch and internal field. More... | |
emptyFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
emptyFaePatchField (const emptyFaePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) | |
Construct by mapping given emptyFaePatchField onto a new patch. More... | |
emptyFaePatchField (const emptyFaePatchField< Type > &) | |
Construct as copy. More... | |
virtual tmp< faePatchField< Type > > | clone () const |
Construct and return a clone. More... | |
emptyFaePatchField (const emptyFaePatchField< 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 | ~emptyFaePatchField ()=default |
Destructor. 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 fvsPatchField onto this fvsPatchField. 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 bool | coupled () const |
Return true if this patch field is coupled. More... | |
virtual void | write (Ostream &) const |
Write. 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 emptyFaePatchField.H.
emptyFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 35 of file emptyFaePatchField.C.
emptyFaePatchField | ( | const faPatch & | p, |
const DimensionedField< Type, edgeMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 69 of file emptyFaePatchField.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, p, and Foam::foamVersion::patch.
emptyFaePatchField | ( | const emptyFaePatchField< Type > & | , |
const faPatch & | p, | ||
const DimensionedField< Type, edgeMesh > & | iF, | ||
const faPatchFieldMapper & | |||
) |
Construct by mapping given emptyFaePatchField onto a new patch.
Definition at line 46 of file emptyFaePatchField.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::foamVersion::patch.
emptyFaePatchField | ( | const emptyFaePatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 89 of file emptyFaePatchField.C.
emptyFaePatchField | ( | const emptyFaePatchField< Type > & | ptf, |
const DimensionedField< Type, edgeMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 104 of file emptyFaePatchField.C.
|
virtualdefault |
Destructor.
TypeName | ( | "empty" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from faePatchField< Type >.
Definition at line 100 of file emptyFaePatchField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from faePatchField< Type >.
Definition at line 117 of file emptyFaePatchField.H.
|
inlinevirtual |
Map (and resize as needed) from self given a mapping object.
Reimplemented from faePatchField< Type >.
Definition at line 137 of file emptyFaePatchField.H.
|
inlinevirtual |
Reverse map the given fvsPatchField onto this fvsPatchField.
Reimplemented from faePatchField< Type >.
Definition at line 144 of file emptyFaePatchField.H.