|
| TypeName (coupledFaPatch::typeName_()) |
|
| coupledFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &) |
|
| coupledFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &) |
|
| coupledFaePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) |
|
| coupledFaePatchField (const coupledFaePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) |
|
| coupledFaePatchField (const coupledFaePatchField< Type > &) |
|
virtual tmp< faePatchField< Type > > | clone () const =0 |
|
| coupledFaePatchField (const coupledFaePatchField< Type > &, const DimensionedField< Type, edgeMesh > &) |
|
virtual tmp< faePatchField< Type > > | clone (const DimensionedField< Type, edgeMesh > &) const =0 |
|
virtual | ~coupledFaePatchField ()=default |
|
virtual bool | coupled () const |
|
virtual void | write (Ostream &) const |
|
| TypeName ("faePatchField") |
|
| 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 > &) |
|
| faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const Field< Type > &) |
|
| faePatchField (const faPatch &, const DimensionedField< Type, edgeMesh > &, const dictionary &) |
|
| faePatchField (const faePatchField< Type > &, const faPatch &, const DimensionedField< Type, edgeMesh > &, const faPatchFieldMapper &) |
|
| faePatchField (const faePatchField< Type > &) |
|
| faePatchField (const faePatchField< Type > &, const DimensionedField< Type, edgeMesh > &) |
|
virtual tmp< faePatchField< Type > > | clone () const |
|
virtual | ~faePatchField ()=default |
|
Foam::tmp< Foam::faePatchField< Type > > | NewCalculatedType (const faePatchField< Type2 > &pf) |
|
const objectRegistry & | db () const |
|
const faPatch & | patch () const |
|
const DimensionedField< Type, edgeMesh > & | internalField () const |
|
const Field< Type > & | primitiveField () const |
|
virtual bool | fixesValue () const |
|
virtual bool | coupled () const |
|
virtual void | autoMap (const faPatchFieldMapper &) |
|
virtual void | rmap (const faePatchField< Type > &, const labelList &) |
|
void | check (const faePatchField< Type > &) const |
|
virtual void | operator= (const UList< Type > &) |
|
virtual void | operator= (const faePatchField< Type > &) |
|
virtual void | operator= (const Type &) |
|
virtual void | operator+= (const faePatchField< Type > &) |
|
virtual void | operator+= (const Field< Type > &) |
|
virtual void | operator+= (const Type &) |
|
virtual void | operator-= (const faePatchField< Type > &) |
|
virtual void | operator-= (const Field< Type > &) |
|
virtual void | operator-= (const Type &) |
|
virtual void | operator*= (const faePatchField< scalar > &) |
|
virtual void | operator*= (const Field< scalar > &) |
|
virtual void | operator*= (const scalar) |
|
virtual void | operator/= (const faePatchField< scalar > &) |
|
virtual void | operator/= (const Field< 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 Type>
class Foam::coupledFaePatchField< Type >
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
- Source files
-
Definition at line 52 of file coupledFaePatchField.H.