Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd. More...
Public Member Functions | |
TypeName (emptyFaPatch::typeName_()) | |
emptyFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &) | |
emptyFaPatchField (const faPatch &, const DimensionedField< Type, areaMesh > &, const dictionary &) | |
emptyFaPatchField (const emptyFaPatchField< Type > &, const faPatch &, const DimensionedField< Type, areaMesh > &, const faPatchFieldMapper &) | |
emptyFaPatchField (const emptyFaPatchField< Type > &) | |
virtual tmp< faPatchField< Type > > | clone () const |
emptyFaPatchField (const emptyFaPatchField< Type > &, const DimensionedField< Type, areaMesh > &) | |
virtual tmp< faPatchField< Type > > | clone (const DimensionedField< Type, areaMesh > &iF) const |
virtual | ~emptyFaPatchField ()=default |
virtual void | autoMap (const faPatchFieldMapper &) |
virtual void | rmap (const faPatchField< Type > &, const labelList &) |
void | updateCoeffs () |
virtual tmp< Field< Type > > | valueInternalCoeffs (const tmp< scalarField > &) const |
virtual tmp< Field< Type > > | valueBoundaryCoeffs (const tmp< scalarField > &) const |
tmp< Field< Type > > | gradientInternalCoeffs () const |
tmp< Field< Type > > | gradientBoundaryCoeffs () const |
![]() | |
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 tmp< Field< Type > > | patchInternalField () const |
virtual tmp< Field< Type > > | patchNeighbourField () const |
virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual void | evaluate (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 |
virtual void | write (Ostream &) const |
void | check (const faPatchField< Type > &) const |
virtual void | operator= (const UList< Type > &) |
virtual void | operator= (const faPatchField< Type > &) |
virtual void | operator= (const Type &) |
virtual void | operator+= (const faPatchField< Type > &) |
virtual void | operator+= (const Field< Type > &) |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const faPatchField< Type > &) |
virtual void | operator-= (const Field< Type > &) |
virtual void | operator-= (const Type &) |
virtual void | operator*= (const faPatchField< scalar > &) |
virtual void | operator*= (const Field< scalar > &) |
virtual void | operator*= (const scalar) |
virtual void | operator/= (const faPatchField< scalar > &) |
virtual void | operator/= (const Field< scalar > &) |
virtual void | operator/= (const scalar) |
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 52 of file emptyFaPatchField.H.
emptyFaPatchField | ( | const faPatch & | p, |
const DimensionedField< Type, areaMesh > & | iF | ||
) |
Definition at line 29 of file emptyFaPatchField.C.
emptyFaPatchField | ( | const faPatch & | p, |
const DimensionedField< Type, areaMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 64 of file emptyFaPatchField.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and p.
emptyFaPatchField | ( | const emptyFaPatchField< Type > & | , |
const faPatch & | p, | ||
const DimensionedField< Type, areaMesh > & | iF, | ||
const faPatchFieldMapper & | |||
) |
Definition at line 40 of file emptyFaPatchField.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and p.
emptyFaPatchField | ( | const emptyFaPatchField< Type > & | ptf | ) |
Definition at line 87 of file emptyFaPatchField.C.
emptyFaPatchField | ( | const emptyFaPatchField< Type > & | ptf, |
const DimensionedField< Type, areaMesh > & | iF | ||
) |
Definition at line 102 of file emptyFaPatchField.C.
|
virtualdefault |
TypeName | ( | emptyFaPatch::typeName_() | ) |
|
inlinevirtual |
Definition at line 96 of file emptyFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 113 of file emptyFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 134 of file emptyFaPatchField.H.
|
inlinevirtual |
Reimplemented from faPatchField< Type >.
Definition at line 141 of file emptyFaPatchField.H.
|
virtual |
Reimplemented from faPatchField< Type >.
Definition at line 114 of file emptyFaPatchField.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, mesh, and Foam::foamVersion::patch.
|
inlinevirtual |
Definition at line 159 of file emptyFaPatchField.H.
References faPatchField< Type >::New().
|
inlinevirtual |
Definition at line 169 of file emptyFaPatchField.H.
References faPatchField< Type >::New().
Definition at line 178 of file emptyFaPatchField.H.
References faPatchField< Type >::New().
Definition at line 185 of file emptyFaPatchField.H.
References faPatchField< Type >::New().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.