Foam::directionMixedFvPatchField. More...
#include <finiteVolume/directionMixedFvPatchField.H>
Foam::directionMixedFvPatchField.
Definition at line 50 of file directionMixedFvPatchField.H.
Public Member Functions | |
TypeName ("directionMixed") | |
Runtime type information.
| |
directionMixedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &) | |
Construct from patch and internal field.
| |
directionMixedFvPatchField (const fvPatch &, const DimensionedField< Type, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary.
| |
directionMixedFvPatchField (const directionMixedFvPatchField< Type > &, const fvPatch &, const DimensionedField< Type, volMesh > &, const fvPatchFieldMapper &) | |
Construct by mapping given directionMixedFvPatchField onto.
| |
virtual tmp< fvPatchField< Type > > | clone () const |
Construct and return a clone.
| |
directionMixedFvPatchField (const directionMixedFvPatchField< Type > &, const DimensionedField< Type, volMesh > &) | |
Construct as copy setting internal field reference.
| |
virtual tmp< fvPatchField< Type > > | clone (const DimensionedField< Type, volMesh > &iF) const |
Construct and return a clone setting internal field reference.
| |
virtual bool | fixesValue () const |
Return true if this patch field fixes a value.
| |
virtual void | autoMap (const fvPatchFieldMapper &) |
Map (and resize as needed) from self given a mapping object.
| |
virtual void | rmap (const fvPatchField< Type > &, const labelList &) |
Reverse map the given fvPatchField onto this fvPatchField.
| |
virtual Field< Type > & | refValue () |
virtual const Field< Type > & | refValue () const |
virtual Field< Type > & | refGrad () |
virtual const Field< Type > & | refGrad () const |
virtual symmTensorField & | valueFraction () |
virtual const symmTensorField & | valueFraction () const |
virtual tmp< Field< Type > > | snGrad () const |
Return gradient at boundary.
| |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::blocking) |
Evaluate the patch field.
| |
virtual tmp< Field< Type > > | snGradTransformDiag () const |
Return face-gradient transform diagonal.
| |
virtual void | write (Ostream &) const |
Write.
| |
virtual void | operator= (const fvPatchField< Type > &) |
virtual void | operator+= (const fvPatchField< Type > &) |
virtual void | operator-= (const fvPatchField< Type > &) |
virtual void | operator*= (const fvPatchField< Type > &) |
virtual void | operator/= (const fvPatchField< Type > &) |
virtual void | operator= (const Field< Type > &) |
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 &) |
Assignment of all entries to the given value.
| |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const Type &) |
virtual void | operator*= (const scalar) |
virtual void | operator/= (const scalar) |
directionMixedFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct from patch and internal field.
Definition at line 38 of file directionMixedFvPatchField.C.
directionMixedFvPatchField | ( | const fvPatch & | p, |
const DimensionedField< Type, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 68 of file directionMixedFvPatchField.C.
directionMixedFvPatchField | ( | const directionMixedFvPatchField< Type > & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< Type, volMesh > & | iF, | ||
const fvPatchFieldMapper & | mapper | ||
) |
Construct by mapping given directionMixedFvPatchField onto.
a new patch
Definition at line 52 of file directionMixedFvPatchField.C.
directionMixedFvPatchField | ( | const directionMixedFvPatchField< Type > & | ptf, |
const DimensionedField< Type, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 85 of file directionMixedFvPatchField.C.
TypeName | ( | "directionMixed" | ) |
Runtime type information.
virtual tmp<fvPatchField<Type> > clone | ( | ) | const [inline, virtual]
|
Construct and return a clone.
Implements transformFvPatchField< Type >.
Definition at line 100 of file directionMixedFvPatchField.H.
virtual tmp<fvPatchField<Type> > clone | ( | const DimensionedField< Type, volMesh > & | iF ) | const [inline, virtual]
|
Construct and return a clone setting internal field reference.
Implements transformFvPatchField< Type >.
Definition at line 117 of file directionMixedFvPatchField.H.
virtual bool fixesValue | ( | ) | const [inline, virtual]
|
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 fvPatchField< Type >.
Definition at line 135 of file directionMixedFvPatchField.H.
void autoMap | ( | const fvPatchFieldMapper & | m ) | [virtual]
|
Map (and resize as needed) from self given a mapping object.
Reimplemented from fvPatchField< Type >.
Definition at line 101 of file directionMixedFvPatchField.C.
References fvPatchField< Type >::autoMap().
void rmap | ( | const fvPatchField< Type > & | ptf, |
const labelList & | addr | ||
) | [virtual]
|
Reverse map the given fvPatchField onto this fvPatchField.
Reimplemented from fvPatchField< Type >.
Definition at line 114 of file directionMixedFvPatchField.C.
References directionMixedFvPatchField< Type >::rmap(), and fvPatchField< Type >::rmap().
Referenced by directionMixedFvPatchField< Type >::rmap().
virtual Field<Type>& refValue | ( | ) | [inline, virtual]
|
Definition at line 159 of file directionMixedFvPatchField.H.
virtual const Field<Type>& refValue | ( | ) | const [inline, virtual]
|
Definition at line 164 of file directionMixedFvPatchField.H.
virtual Field<Type>& refGrad | ( | ) | [inline, virtual]
|
Definition at line 169 of file directionMixedFvPatchField.H.
virtual const Field<Type>& refGrad | ( | ) | const [inline, virtual]
|
Definition at line 174 of file directionMixedFvPatchField.H.
virtual symmTensorField& valueFraction | ( | ) | [inline, virtual]
|
Definition at line 179 of file directionMixedFvPatchField.H.
virtual const symmTensorField& valueFraction | ( | ) | const [inline, virtual]
|
Definition at line 184 of file directionMixedFvPatchField.H.
Return gradient at boundary.
Implements transformFvPatchField< Type >.
Definition at line 131 of file directionMixedFvPatchField.C.
References Foam::I, and Foam::transform().
void evaluate | ( | const Pstream::commsTypes | commsType = Pstream::blocking
) |
[virtual]
|
Evaluate the patch field.
Reimplemented from fvPatchField< Type >.
Definition at line 149 of file directionMixedFvPatchField.C.
References fvPatchField< Type >::evaluate(), Foam::I, Field< Type >::operator=(), and Foam::transform().
Return face-gradient transform diagonal.
Implements transformFvPatchField< Type >.
Definition at line 171 of file directionMixedFvPatchField.C.
References Foam::diag(), Foam::mag(), Foam::sqrt(), Vector< Cmpt >::X, SymmTensor< Cmpt >::XX, Vector< Cmpt >::Y, SymmTensor< Cmpt >::YY, Vector< Cmpt >::Z, and SymmTensor< Cmpt >::ZZ.
void write | ( | Ostream & | os ) | const [virtual]
|
Write.
Reimplemented from fvPatchField< Type >.
Definition at line 196 of file directionMixedFvPatchField.C.
References fvPatchField< Type >::write().
virtual void operator= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from transformFvPatchField< Type >.
Definition at line 211 of file directionMixedFvPatchField.H.
virtual void operator+= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 212 of file directionMixedFvPatchField.H.
virtual void operator-= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 213 of file directionMixedFvPatchField.H.
virtual void operator*= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Definition at line 214 of file directionMixedFvPatchField.H.
virtual void operator/= | ( | const fvPatchField< Type > & | ) | [inline, virtual]
|
Definition at line 215 of file directionMixedFvPatchField.H.
virtual void operator= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from Field< Type >.
Definition at line 217 of file directionMixedFvPatchField.H.
virtual void operator+= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 218 of file directionMixedFvPatchField.H.
virtual void operator-= | ( | const Field< Type > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 219 of file directionMixedFvPatchField.H.
virtual void operator*= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 220 of file directionMixedFvPatchField.H.
virtual void operator/= | ( | const Field< scalar > & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 221 of file directionMixedFvPatchField.H.
virtual void operator= | ( | const Type & | ) | [inline, virtual]
|
Assignment of all entries to the given value.
Reimplemented from fvPatchField< Type >.
Definition at line 223 of file directionMixedFvPatchField.H.
virtual void operator+= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 224 of file directionMixedFvPatchField.H.
virtual void operator-= | ( | const Type & | ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 225 of file directionMixedFvPatchField.H.
virtual void operator*= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 226 of file directionMixedFvPatchField.H.
virtual void operator/= | ( | const | scalar ) | [inline, virtual]
|
Reimplemented from fvPatchField< Type >.
Definition at line 227 of file directionMixedFvPatchField.H.