Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...
Public Member Functions | |
| TypeName (processorFaPatch::typeName_()) | |
| Runtime type information. More... | |
| processorFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
| Construct from patch and internal field. More... | |
| processorFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const Field< Type > &) | |
| Construct from patch and internal field and patch field. More... | |
| processorFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| processorFaPatchField (const processorFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
| Construct by mapping given processorFaPatchField onto a new patch. More... | |
| processorFaPatchField (const processorFaPatchField< Type > &) | |
| Construct as copy. More... | |
| virtual tmp< faPatchField< Type > > | clone () const |
| Construct and return a clone. More... | |
| processorFaPatchField (const processorFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< faPatchField< Type > > | clone (const DimensionedField< Type, areaMesh > &iF) const |
| Construct and return a clone setting internal field reference. More... | |
| ~processorFaPatchField () | |
| virtual bool | coupled () const |
| Return true if running parallel. More... | |
| tmp< Field< Type > > | patchNeighbourField () const |
| Return neighbour field given internal field. More... | |
| virtual void | initEvaluate (const Pstream::commsTypes commsType) |
| Initialise the evaluation of the patch field. More... | |
| virtual void | evaluate (const Pstream::commsTypes commsType) |
| Evaluate the patch field. More... | |
| virtual tmp< Field< Type > > | snGrad () const |
| Return patch-normal gradient. More... | |
| virtual void | transformCoupleField (solveScalarField &f, const direction cmpt) const |
| Transform neighbour field. More... | |
| virtual void | initInterfaceMatrixUpdate (solveScalarField &result, const bool add, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const |
| Initialise neighbour matrix update. More... | |
| virtual void | updateInterfaceMatrix (solveScalarField &result, const bool add, const solveScalarField &psiInternal, const scalarField &coeffs, const direction cmpt, const Pstream::commsTypes commsType) const |
| Update result field based on interface functionality. More... | |
| virtual void | initInterfaceMatrixUpdate (Field< Type > &result, const bool add, const Field< Type > &, const scalarField &coeffs, const Pstream::commsTypes commsType) const |
| Initialise neighbour matrix update. More... | |
| virtual void | updateInterfaceMatrix (Field< Type > &result, const bool add, const Field< Type > &, const scalarField &coeffs, const Pstream::commsTypes commsType) const |
| Update result field based on interface functionality. More... | |
| virtual label | comm () const |
| Processor coupled interface functions. More... | |
| virtual int | myProcNo () const |
| Return processor number. More... | |
| virtual int | neighbProcNo () const |
| Return neighbour processor number. More... | |
| virtual bool | doTransform () const |
| Does the patch field perform the transformation. More... | |
| virtual const tensorField & | forwardT () const |
| Return face transformation tensor. More... | |
| virtual int | rank () const |
| Return rank of component for transform. More... | |
| template<> | |
| void | transformCoupleField (solveScalarField &f, const direction cmpt) const |
| Transform given patch component field. More... | |
| template<> | |
| void | initInterfaceMatrixUpdate (solveScalarField &result, const bool add, const solveScalarField &psiInternal, const scalarField &coeffs, const direction, const Pstream::commsTypes commsType) const |
| template<> | |
| void | updateInterfaceMatrix (solveScalarField &result, const bool add, const solveScalarField &, const scalarField &coeffs, const direction, const Pstream::commsTypes commsType) const |
| Update result field based on interface functionality. More... | |
| template<> | |
| void | transformCoupleField (solveScalarField &f, const direction cmpt) const |
| Transform given patch component field. More... | |
| template<> | |
| void | initInterfaceMatrixUpdate (solveScalarField &result, const bool add, const solveScalarField &, const scalarField &coeffs, const direction, const Pstream::commsTypes commsType) const |
| template<> | |
| void | updateInterfaceMatrix (solveScalarField &result, const bool add, const solveScalarField &, const scalarField &coeffs, const direction, const Pstream::commsTypes commsType) const |
| Update result field based on interface functionality. More... | |
Public Member Functions inherited from processorLduInterfaceField | |
| TypeName ("processorLduInterfaceField") | |
| Runtime type information. More... | |
| processorLduInterfaceField ()=default | |
| Construct null. More... | |
| virtual | ~processorLduInterfaceField ()=default |
| Destructor. More... | |
| template<class Type > | |
| void | transformCoupleField (Field< Type > &f) const |
| Transform given patch field. More... | |
| void | transformCoupleField (solveScalarField &f, const direction cmpt) const |
| Transform given patch component field. More... | |
Public Member Functions inherited from coupledFaPatchField< Type > | |
| TypeName (coupledFaPatch::typeName_()) | |
| Runtime type information. More... | |
| coupledFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
| Construct from patch and internal field. More... | |
| coupledFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const Field< Type > &) | |
| Construct from patch and internal field and patch field. More... | |
| coupledFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| coupledFaPatchField (const coupledFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
| Construct by mapping the given coupledFaPatchField onto a new patch. More... | |
| coupledFaPatchField (const coupledFaPatchField< Type > &) | |
| Construct as copy. More... | |
| coupledFaPatchField (const coupledFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
| Construct as copy setting internal field reference. 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 | write (Ostream &) const |
| Write. More... | |
Public Member Functions inherited from lduInterfaceField | |
| TypeName ("lduInterfaceField") | |
| Runtime type information. More... | |
| lduInterfaceField (const lduInterface &patch) | |
| Construct given coupled patch. More... | |
| virtual | ~lduInterfaceField ()=default |
| Destructor. More... | |
| const lduInterface & | interface () const |
| Return the interface. More... | |
| virtual const word & | interfaceFieldType () const |
| Return the interface type. More... | |
| bool | updatedMatrix () const |
| Whether matrix has been updated. More... | |
| bool & | updatedMatrix () |
| Whether matrix has been updated. More... | |
| virtual bool | ready () const |
| Is all data available. More... | |
| template<class Type > | |
| void | addToInternalField (Field< Type > &result, const bool add, const scalarField &coeffs, const Field< Type > &vals) const |
| Add/subtract weighted contributions to internal field. More... | |
Public Member Functions inherited from faPatchField< Type > | |
| TypeName ("faPatchField") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (tmp, faPatchField, patch,(const faPatch &p, const DimensionedField< Type, areaMesh > &iF),(p, iF)) | |
| declareRunTimeSelectionTable (tmp, faPatchField, patchMapper,(const faPatchField< Type > &ptf, const faPatch &p, const DimensionedField< Type, areaMesh > &iF, const faPatchFieldMapper &m),(dynamic_cast< const faPatchFieldType & >(ptf), p, iF, m)) | |
| declareRunTimeSelectionTable (tmp, faPatchField, dictionary,(const faPatch &p, const DimensionedField< Type, areaMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
| faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
| Construct from patch and internal field. More... | |
| faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const Field< Type > &) | |
| Construct from patch and internal field and patch field. More... | |
| faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| faPatchField (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
| Construct by mapping the given faPatchField onto a new patch. More... | |
| faPatchField (const faPatchField< Type > &) | |
| Construct as copy. More... | |
| faPatchField (const faPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual | ~faPatchField ()=default |
| Destructor. More... | |
| const objectRegistry & | db () const |
| Return local objectRegistry. More... | |
| const faPatch & | patch () const |
| Return patch. More... | |
| const DimensionedField< Type, areaMesh > & | internalField () const |
| Return dimensioned internal field reference. More... | |
| const Field< Type > & | primitiveField () const |
| Return internal field reference. More... | |
| const word & | patchType () const |
| Optional patch type. More... | |
| word & | patchType () |
| Optional patch type. More... | |
| virtual bool | fixesValue () const |
| Return true if this patch field fixes a value. More... | |
| bool | updated () const |
| Return true if the boundary condition has already been updated. More... | |
| virtual void | autoMap (const faPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const faPatchField< Type > &, const labelList &) |
| Reverse map the given faPatchField onto this faPatchField. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual tmp< Field< Type > > | patchInternalField () const |
| Return internal field next to patch as patch field. More... | |
| virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< Field< scalar >> &) const |
| Return the matrix diagonal coefficients corresponding to the. More... | |
| virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< Field< scalar >> &) const |
| Return the matrix source coefficients corresponding to the. More... | |
| void | check (const faPatchField< Type > &) const |
| Check faPatchField<Type> against given faPatchField<Type> More... | |
| virtual void | operator= (const UList< Type > &) |
| virtual void | operator= (const faPatchField< Type > &) |
| virtual void | operator+= (const faPatchField< Type > &) |
| virtual void | operator-= (const faPatchField< Type > &) |
| virtual void | operator*= (const faPatchField< scalar > &) |
| virtual void | operator/= (const faPatchField< 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 faPatchField< Type > &) |
| virtual void | operator== (const Field< Type > &) |
| virtual void | operator== (const Type &) |
| template<class Type2 > | |
| Foam::tmp< Foam::faPatchField< Type > > | NewCalculatedType (const faPatchField< Type2 > &pf) |
Additional Inherited Members | |
Public Types inherited from faPatchField< Type > | |
| typedef faPatch | Patch |
| typedef calculatedFaPatchField< Type > | Calculated |
Static Public Member Functions inherited from faPatchField< Type > | |
| static tmp< faPatchField< Type > > | New (const word &patchFieldType, const word &actualPatchType, const faPatch &, const DimensionedField< Type, areaMesh > &) |
| Return a pointer to a new patchField created on freestore given. More... | |
| static tmp< faPatchField< Type > > | New (const word &patchFieldType, const faPatch &, const DimensionedField< Type, areaMesh > &) |
| Return a pointer to a new patchField created on freestore given. More... | |
| static tmp< faPatchField< Type > > | New (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) |
| Return a pointer to a new patchField created on freestore from. More... | |
| static tmp< faPatchField< Type > > | New (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) |
| Return a pointer to a new patchField created on freestore. More... | |
| template<class Type2 > | |
| static tmp< faPatchField< Type > > | NewCalculatedType (const faPatchField< Type2 > &) |
| Return a pointer to a new calculatedFaPatchField created on. More... | |
| static const word & | calculatedType () |
| Return the type of the calculated for of faPatchField. More... | |
Static Public Attributes inherited from faPatchField< Type > | |
| static int | disallowGenericFaPatchField |
| Debug switch to disallow the use of. More... | |
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 58 of file processorFaPatchField.H.
| processorFaPatchField | ( | const faPatch & | p, |
| const DimensionedField< Type, areaMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 39 of file processorFaPatchField.C.
| processorFaPatchField | ( | const faPatch & | p, |
| const DimensionedField< Type, areaMesh > & | iF, | ||
| const Field< Type > & | f | ||
| ) |
Construct from patch and internal field and patch field.
Definition at line 51 of file processorFaPatchField.C.
| processorFaPatchField | ( | const faPatch & | p, |
| const DimensionedField< Type, areaMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 89 of file processorFaPatchField.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and p.
| processorFaPatchField | ( | const processorFaPatchField< Type > & | ptf, |
| const faPatch & | p, | ||
| const DimensionedField< Type, areaMesh > & | iF, | ||
| const faPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given processorFaPatchField onto a new patch.
Definition at line 64 of file processorFaPatchField.C.
References Foam::exit(), FatalErrorInFunction, Foam::FatalIOError, p, and Foam::foamVersion::patch.
| processorFaPatchField | ( | const processorFaPatchField< Type > & | ptf | ) |
Construct as copy.
Definition at line 113 of file processorFaPatchField.C.
| processorFaPatchField | ( | const processorFaPatchField< Type > & | ptf, |
| const DimensionedField< Type, areaMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 125 of file processorFaPatchField.C.
Definition at line 138 of file processorFaPatchField.C.
| TypeName | ( | processorFaPatch::typeName_() | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements coupledFaPatchField< Type >.
Definition at line 113 of file processorFaPatchField.H.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Implements coupledFaPatchField< Type >.
Definition at line 130 of file processorFaPatchField.H.
|
inlinevirtual |
Return true if running parallel.
Reimplemented from coupledFaPatchField< Type >.
Definition at line 151 of file processorFaPatchField.H.
References UPstream::parRun().
|
virtual |
Return neighbour field given internal field.
Implements coupledFaPatchField< Type >.
Definition at line 146 of file processorFaPatchField.C.
|
virtual |
Initialise the evaluation of the patch field.
Reimplemented from coupledFaPatchField< Type >.
Definition at line 154 of file processorFaPatchField.C.
|
virtual |
Evaluate the patch field.
Reimplemented from coupledFaPatchField< Type >.
Definition at line 167 of file processorFaPatchField.C.
References Foam::transform().
|
virtual |
Return patch-normal gradient.
Reimplemented from coupledFaPatchField< Type >.
Definition at line 184 of file processorFaPatchField.C.
References Foam::foamVersion::patch.
|
inlinevirtual |
Transform neighbour field.
Implements coupledFaPatchField< Type >.
Definition at line 182 of file processorFaPatchField.H.
References f(), and processorLduInterfaceField::transformCoupleField().
|
virtual |
Initialise neighbour matrix update.
Reimplemented from lduInterfaceField.
Definition at line 192 of file processorFaPatchField.C.
References Foam::foamVersion::patch.
|
virtual |
Update result field based on interface functionality.
Implements coupledFaPatchField< Type >.
Definition at line 211 of file processorFaPatchField.C.
References forAll, and Foam::foamVersion::patch.
|
virtual |
Initialise neighbour matrix update.
Definition at line 251 of file processorFaPatchField.C.
References Foam::foamVersion::patch.
|
virtual |
Update result field based on interface functionality.
Implements coupledFaPatchField< Type >.
Definition at line 269 of file processorFaPatchField.C.
References forAll, and Foam::foamVersion::patch.
|
inlinevirtual |
Processor coupled interface functions.
Return communicator used for comms
Implements processorLduInterfaceField.
Definition at line 235 of file processorFaPatchField.H.
References UPstream::worldComm.
|
inlinevirtual |
Return processor number.
Implements processorLduInterfaceField.
Definition at line 241 of file processorFaPatchField.H.
References processorFaPatch::myProcNo().
|
inlinevirtual |
Return neighbour processor number.
Implements processorLduInterfaceField.
Definition at line 247 of file processorFaPatchField.H.
References processorFaPatch::neighbProcNo().
|
inlinevirtual |
Does the patch field perform the transformation.
Implements processorLduInterfaceField.
Definition at line 253 of file processorFaPatchField.H.
References coupledFaPatch::parallel().
|
inlinevirtual |
Return face transformation tensor.
Implements processorLduInterfaceField.
Definition at line 259 of file processorFaPatchField.H.
References processorFaPatch::forwardT().
|
inlinevirtual |
Return rank of component for transform.
Implements processorLduInterfaceField.
Definition at line 265 of file processorFaPatchField.H.
|
virtual |
Transform given patch component field.
Implements coupledFaPatchField< Type >.
Definition at line 35 of file processorFaPatchScalarField.C.
|
virtual |
Initialise neighbour matrix update. Add/subtract coupled contributions to matrix
Reimplemented from lduInterfaceField.
Definition at line 44 of file processorFaPatchScalarField.C.
References Foam::foamVersion::patch.
|
virtual |
Update result field based on interface functionality.
Implements coupledFaPatchField< Type >.
Definition at line 63 of file processorFaPatchScalarField.C.
References Foam::add(), forAll, and Foam::foamVersion::patch.
|
virtual |
Transform given patch component field.
Implements coupledFaPatchField< Type >.
|
virtual |
Initialise neighbour matrix update. Add/subtract coupled contributions to matrix
Reimplemented from lduInterfaceField.
|
virtual |
Update result field based on interface functionality.
Implements coupledFaPatchField< Type >.