Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...
Public Member Functions | |
TypeName ("mixed") | |
mixedFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
mixedFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
mixedFaPatchField (const mixedFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
mixedFaPatchField (const mixedFaPatchField< Type > &) | |
virtual tmp< faPatchField< Type > > | clone () const |
mixedFaPatchField (const mixedFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
virtual tmp< faPatchField< Type > > | clone (const DimensionedField< Type, areaMesh > &iF) const |
virtual bool | fixesValue () const |
virtual Field< Type > & | refValue () |
virtual const Field< Type > & | refValue () const |
virtual Field< Type > & | refGrad () |
virtual const Field< Type > & | refGrad () const |
virtual scalarField & | valueFraction () |
virtual const scalarField & | valueFraction () const |
virtual void | autoMap (const faPatchFieldMapper &) |
virtual void | rmap (const faPatchField< Type > &, const labelList &) |
virtual tmp< Field< Type > > | snGrad () const |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
virtual void | write (Ostream &) const |
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) |
![]() | |
TypeName ("faPatchField") | |
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 > &) | |
faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const Field< Type > &) | |
faPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
faPatchField (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
faPatchField (const faPatchField< Type > &) | |
faPatchField (const faPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
virtual tmp< faPatchField< Type > > | clone () const |
Foam::tmp< Foam::faPatchField< Type > > | NewCalculatedType (const faPatchField< Type2 > &pf) |
virtual | ~faPatchField ()=default |
const objectRegistry & | db () const |
const faPatch & | patch () const |
const DimensionedField< Type, areaMesh > & | internalField () const |
const Field< Type > & | primitiveField () const |
const word & | patchType () const |
word & | patchType () |
virtual bool | fixesValue () const |
virtual bool | coupled () const |
bool | updated () const |
virtual tmp< Field< Type > > | snGrad () const |
virtual void | updateCoeffs () |
virtual tmp< Field< Type > > | patchInternalField () const |
virtual tmp< Field< Type > > | patchNeighbourField () const |
virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< Field< scalar >> &) const |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< Field< scalar >> &) const |
virtual tmp< Field< Type > > | gradientInternalCoeffs () const |
virtual tmp< Field< Type > > | gradientBoundaryCoeffs () const |
void | check (const faPatchField< Type > &) const |
virtual void | operator== (const faPatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
Additional Inherited Members | |
![]() | |
typedef faPatch | Patch |
typedef calculatedFaPatchField< Type > | Calculated |
![]() | |
static tmp< faPatchField< Type > > | New (const word &patchFieldType, const word &actualPatchType, const faPatch &, const DimensionedField< Type, areaMesh > &) |
static tmp< faPatchField< Type > > | New (const word &patchFieldType, const faPatch &, const DimensionedField< Type, areaMesh > &) |
static tmp< faPatchField< Type > > | New (const faPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) |
static tmp< faPatchField< Type > > | New (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) |
static tmp< faPatchField< Type > > | NewCalculatedType (const faPatchField< Type2 > &) |
static const word & | calculatedType () |
![]() | |
static int | disallowGenericFaPatchField |
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
Definition at line 50 of file mixedFaPatchField.H.
mixedFaPatchField | ( | const faPatch & | p, |
const DimensionedField< Type, areaMesh > & | iF | ||
) |
Definition at line 27 of file mixedFaPatchField.C.
mixedFaPatchField | ( | const faPatch & | p, |
const DimensionedField< Type, areaMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 57 of file mixedFaPatchField.C.
References Foam::stringOps::evaluate().
mixedFaPatchField | ( | const mixedFaPatchField< Type > & | ptf, |
const faPatch & | p, | ||
const DimensionedField< Type, areaMesh > & | iF, | ||
const faPatchFieldMapper & | mapper | ||
) |
Definition at line 41 of file mixedFaPatchField.C.
mixedFaPatchField | ( | const mixedFaPatchField< Type > & | ptf | ) |
Definition at line 74 of file mixedFaPatchField.C.
mixedFaPatchField | ( | const mixedFaPatchField< Type > & | ptf, |
const DimensionedField< Type, areaMesh > & | iF | ||
) |
Definition at line 87 of file mixedFaPatchField.C.
TypeName | ( | "mixed" | ) |
|
inlinevirtual |
Reimplemented in inletOutletFaPatchField< Type >.
Definition at line 105 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Reimplemented in inletOutletFaPatchField< Type >.
Definition at line 122 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 140 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 148 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 153 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 158 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 163 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 168 of file mixedFaPatchField.H.
|
inlinevirtual |
Definition at line 173 of file mixedFaPatchField.H.
|
virtual |
Reimplemented from faPatchField< Type >.
Definition at line 103 of file mixedFaPatchField.C.
|
virtual |
Reimplemented from faPatchField< Type >.
Definition at line 116 of file mixedFaPatchField.C.
References mixedFaPatchField< Type >::rmap().
Referenced by mixedFaPatchField< Type >::rmap().
|
virtual |
Definition at line 156 of file mixedFaPatchField.C.
References Foam::foamVersion::patch.
|
virtual |
Reimplemented from faPatchField< Type >.
Definition at line 133 of file mixedFaPatchField.C.
References Foam::stringOps::evaluate(), and Foam::foamVersion::patch.
|
virtual |
Definition at line 168 of file mixedFaPatchField.C.
|
virtual |
Definition at line 178 of file mixedFaPatchField.C.
References Foam::foamVersion::patch.
|
virtual |
Definition at line 190 of file mixedFaPatchField.C.
References Foam::foamVersion::patch.
|
virtual |
Definition at line 198 of file mixedFaPatchField.C.
References Foam::foamVersion::patch.
|
virtual |
Reimplemented from faPatchField< Type >.
Reimplemented in inletOutletFaPatchField< Type >.
Definition at line 207 of file mixedFaPatchField.C.
References os(), and Foam::vtk::write().
Reimplemented from faPatchField< Type >.
Definition at line 235 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 237 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 238 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 239 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 240 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 241 of file mixedFaPatchField.H.
Reimplemented from faPatchField< Type >.
Definition at line 243 of file mixedFaPatchField.H.
Reimplemented from faPatchField< Type >.
Definition at line 244 of file mixedFaPatchField.H.
Reimplemented from faPatchField< Type >.
Definition at line 246 of file mixedFaPatchField.H.
Reimplemented from faPatchField< Type >.
Definition at line 247 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 249 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 250 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 251 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 252 of file mixedFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 253 of file mixedFaPatchField.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.