Foam::valuePointPatchField. More...
Public Member Functions | |
TypeName ("value") | |
valuePointPatchField (const valuePointPatchField &)=default | |
valuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
valuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &, const bool valueRequired=true) | |
valuePointPatchField (const valuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
virtual autoPtr< pointPatchField< Type > > | clone () const |
valuePointPatchField (const valuePointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
virtual autoPtr< pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
label | size () const |
virtual void | autoMap (const pointPatchFieldMapper &) |
virtual void | rmap (const pointPatchField< Type > &, const labelList &) |
virtual void | updateCoeffs () |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual void | write (Ostream &) const |
virtual void | operator= (const valuePointPatchField< Type > &) |
virtual void | operator= (const pointPatchField< Type > &) |
virtual void | operator= (const Field< Type > &) |
virtual void | operator= (const Type &) |
virtual void | operator== (const valuePointPatchField< Type > &) |
virtual void | operator== (const pointPatchField< Type > &) |
virtual void | operator== (const Field< Type > &) |
virtual void | operator== (const Type &) |
![]() | |
TypeName ("pointPatchField") | |
declareRunTimeSelectionTable (autoPtr, pointPatchField, pointPatch,(const pointPatch &p, const DimensionedField< Type, pointMesh > &iF),(p, iF)) | |
declareRunTimeSelectionTable (autoPtr, pointPatchField, patchMapper,(const pointPatchField< Type > &ptf, const pointPatch &p, const DimensionedField< Type, pointMesh > &iF, const pointPatchFieldMapper &m),(dynamic_cast< const pointPatchFieldType & >(ptf), p, iF, m)) | |
declareRunTimeSelectionTable (autoPtr, pointPatchField, dictionary,(const pointPatch &p, const DimensionedField< Type, pointMesh > &iF, const dictionary &dict),(p, iF, dict)) | |
pointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
pointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
pointPatchField (const pointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
pointPatchField (const pointPatchField< Type > &) | |
pointPatchField (const pointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
virtual autoPtr< pointPatchField< Type > > | clone () const=0 |
Foam::autoPtr< Foam::pointPatchField< Type > > | NewCalculatedType (const pointPatchField< Type2 > &pf) |
virtual | ~pointPatchField ()=default |
const objectRegistry & | db () const |
label | size () const |
const pointPatch & | patch () const |
const DimensionedField< Type, pointMesh > & | internalField () const |
const Field< Type > & | primitiveField () const |
const word & | patchType () const |
word & | patchType () |
virtual bool | fixesValue () const |
virtual bool | coupled () const |
bool | updated () const |
tmp< Field< Type > > | patchInternalField () const |
tmp< Field< Type1 > > | patchInternalField (const Field< Type1 > &iF) const |
tmp< Field< Type1 > > | patchInternalField (const Field< Type1 > &iF, const labelList &meshPoints) const |
Foam::tmp< Foam::Field< Type > > | patchInternalField () const |
Foam::tmp< Foam::Field< Type1 > > | patchInternalField (const Field< Type1 > &iF, const labelList &meshPoints) const |
Foam::tmp< Foam::Field< Type1 > > | patchInternalField (const Field< Type1 > &iF) const |
void | addToInternalField (Field< Type1 > &iF, const Field< Type1 > &pF) const |
void | addToInternalField (Field< Type1 > &iF, const Field< Type1 > &pF, const labelList &points) const |
void | setInInternalField (Field< Type1 > &iF, const Field< Type1 > &pF, const labelList &meshPoints) const |
void | setInInternalField (Field< Type1 > &iF, const Field< Type1 > &pF) const |
virtual const word & | constraintType () const |
virtual void | initEvaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual void | operator+= (const pointPatchField< Type > &) |
virtual void | operator+= (const Field< Type > &) |
virtual void | operator+= (const Type &) |
virtual void | operator-= (const pointPatchField< Type > &) |
virtual void | operator-= (const Field< Type > &) |
virtual void | operator-= (const Type &) |
virtual void | operator*= (const pointPatchField< scalar > &) |
virtual void | operator*= (const Field< scalar > &) |
virtual void | operator*= (const scalar) |
virtual void | operator/= (const pointPatchField< scalar > &) |
virtual void | operator/= (const Field< scalar > &) |
virtual void | operator/= (const scalar) |
void | negate () |
![]() | |
constexpr | Field () noexcept |
Field (const label len) | |
Field (const label len, const Type &val) | |
Field (const label len, const Foam::zero) | |
Field (const Foam::one, const Type &val) | |
Field (const Foam::one, Type &&val) | |
Field (const Foam::one, const Foam::zero) | |
Field (const Field< Type > &fld) | |
Field (const UList< Type > &list) | |
Field (const IndirectListBase< Type, Addr > &list) | |
Field (Field< Type > &&fld) | |
Field (List< Type > &&list) | |
Field (DynamicList< Type, SizeMin > &&list) | |
Field (const UList< Type > &mapF, const labelUList &mapAddressing) | |
Field (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | |
Field (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) | |
Field (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) | |
Field (const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) | |
Field (const UList< Type > &mapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | |
Field (const UList< Type > &mapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | |
Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) | |
Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const Type &defaultValue, const bool applyFlip=true) | |
Field (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const UList< Type > &defaultValues, const bool applyFlip=true) | |
Field (Field< Type > &fld, bool reuse) | |
Field (const tmp< Field< Type >> &tfld) | |
Field (Istream &is) | |
Field (const word &keyword, const dictionary &dict, const label len) | |
Field (const UList< Type > &mapF, const labelUList &mapAddressing) | |
Field (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) | |
Field (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &mapWeights) | |
Field (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &mapWeights) | |
Field (const UList< Type > &mapF, const FieldMapper &mapper, const bool applyFlip) | |
Field (const UList< Type > &mapF, const FieldMapper &mapper, const Type &defaultValue, const bool applyFlip) | |
Field (const UList< Type > &mapF, const FieldMapper &mapper, const UList< Type > &defaultValues, const bool applyFlip) | |
Field (const tmp< Field< Type >> &tmapF, const FieldMapper &mapper, const bool applyFlip) | |
Field (const tmp< Field< Type >> &tmapF, const FieldMapper &mapper, const Type &defaultValue, const bool applyFlip) | |
Field (const tmp< Field< Type >> &tmapF, const FieldMapper &mapper, const UList< Type > &defaultValues, const bool applyFlip) | |
Field (const word &keyword, const dictionary &dict, const label len) | |
constexpr | Field () noexcept |
Field (const label len) | |
Field (const label len, const Type &val) | |
Field (const label len, const Foam::zero) | |
Field (const Foam::one, const Type &val) | |
Field (const Foam::one, Type &&val) | |
Field (const Foam::one, const Foam::zero) | |
Field (const Field< Type > &fld) | |
Field (const UList< Type > &list) | |
Field (Field< Type > &&fld) | |
Field (List< Type > &&list) | |
Field (Field< Type > &fld, bool reuse) | |
Field (const tmp< Field< Type >> &tfld) | |
Field (Istream &is) | |
tmp< Field< Type > > | clone () const |
void | map (const UList< Type > &mapF, const labelUList &mapAddressing) |
void | map (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
void | map (const UList< Type > &mapF, const labelListList &mapAddressing, const scalarListList &weights) |
void | map (const tmp< Field< Type >> &tmapF, const labelListList &mapAddressing, const scalarListList &weights) |
void | map (const UList< Type > &mapF, const FieldMapper &map, const bool applyFlip=true) |
void | map (const tmp< Field< Type >> &tmapF, const FieldMapper &map, const bool applyFlip=true) |
void | autoMap (const FieldMapper &map, const bool applyFlip=true) |
void | rmap (const UList< Type > &mapF, const labelUList &mapAddressing) |
void | rmap (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing) |
void | rmap (const UList< Type > &mapF, const labelUList &mapAddressing, const UList< scalar > &weights) |
void | rmap (const tmp< Field< Type >> &tmapF, const labelUList &mapAddressing, const UList< scalar > &weights) |
void | negate () |
tmp< Field< cmptType > > | component (const direction) const |
void | replace (const direction, const UList< cmptType > &) |
void | replace (const direction, const tmp< Field< cmptType >> &) |
void | replace (const direction, const cmptType &) |
VSForm | block (const label start) const |
tmp< Field< Type > > | T () const |
void | writeEntry (const word &keyword, Ostream &os) const |
SubField< Type > | slice (const label pos, label len=-1) |
const SubField< Type > | slice (const label pos, label len=-1) const |
SubField< Type > | slice (const labelRange &range) |
const SubField< Type > | slice (const labelRange &range) const |
void | operator= (const Field< Type > &) |
void | operator= (const tmp< Field< Type >> &) |
void | operator= (const UList< Type > &rhs) |
void | operator= (const SubField< Type > &rhs) |
void | operator= (const IndirectListBase< Type, Addr > &rhs) |
void | operator= (Field< Type > &&rhs) |
void | operator= (List< Type > &&rhs) |
void | operator= (DynamicList< Type, SizeMin > &&rhs) |
void | operator= (const Type &val) |
void | operator= (const Foam::zero) |
void | operator= (const VectorSpace< Form, Cmpt, nCmpt > &) |
void | operator= (const Field< Type > &rhs) |
void | operator= (const tmp< Field > &rhs) |
void | operator= (const UList< Type > &rhs) |
void | operator= (const SubField< Type > &rhs) |
void | operator= (Field< Type > &&rhs) |
void | operator= (List< Type > &&rhs) |
void | operator= (const Type &val) |
void | operator= (const Foam::zero) |
void | operator+= (const UList< Type > &) |
void | operator+= (const tmp< Field< Type >> &) |
void | operator+= (const Type &) |
void | operator-= (const UList< Type > &) |
void | operator-= (const tmp< Field< Type >> &) |
void | operator-= (const Type &) |
void | operator*= (const UList< scalar > &) |
void | operator*= (const tmp< Field< scalar >> &) |
void | operator*= (const scalar &) |
void | operator/= (const UList< scalar > &) |
void | operator/= (const tmp< Field< scalar >> &) |
void | operator/= (const scalar &) |
Additional Inherited Members | |
![]() | |
typedef Type | value_type |
typedef pointPatch | Patch |
typedef calculatedPointPatchField< Type > | Calculated |
![]() | |
typedef pTraits< Type >::cmptType | cmptType |
typedef SubField< Type > | subField |
![]() | |
static autoPtr< pointPatchField< Type > > | New (const word &, const pointPatch &, const DimensionedField< Type, pointMesh > &) |
static autoPtr< pointPatchField< Type > > | New (const word &, const word &actualPatchType, const pointPatch &, const DimensionedField< Type, pointMesh > &) |
static autoPtr< pointPatchField< Type > > | New (const pointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) |
static autoPtr< pointPatchField< Type > > | New (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) |
static autoPtr< pointPatchField< Type > > | NewCalculatedType (const pointPatchField< Type2 > &) |
static const word & | calculatedType () |
![]() | |
static const Field< Type > & | null () |
static autoPtr< Field< Type > > | New (Istream &is) |
static tmp< Field< Type > > | NewCalculatedType (const Field< Type2 > &f) |
![]() | |
static int | disallowGenericPointPatchField |
Definition at line 48 of file valuePointPatchField.H.
|
default |
valuePointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Definition at line 29 of file valuePointPatchField.C.
valuePointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict, | ||
const bool | valueRequired = true |
||
) |
Definition at line 41 of file valuePointPatchField.C.
valuePointPatchField | ( | const valuePointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | mapper | ||
) |
Definition at line 73 of file valuePointPatchField.C.
valuePointPatchField | ( | const valuePointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Definition at line 87 of file valuePointPatchField.C.
TypeName | ( | "value" | ) |
|
inlinevirtual |
Reimplemented in codedFixedValuePointPatchField< Type >, exprValuePointPatchField< Type >, timeVaryingMappedFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, timeVaryingUniformFixedValuePointPatchField< Type >, zeroFixedValuePointPatchField< Type >, fixedValuePointPatchField< Type >, and fixedValuePointPatchField< vector >.
Definition at line 93 of file valuePointPatchField.H.
|
inlinevirtual |
Implements pointPatchField< Type >.
Reimplemented in waveMakerPointPatchVectorField, lumpedPointDisplacementPointPatchVectorField, uniformInterpolatedDisplacementPointPatchVectorField, sixDoFRigidBodyDisplacementPointPatchVectorField, uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField, angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingVelocityPointPatchVectorField, waveDisplacementPointPatchVectorField, oscillatingDisplacementPointPatchVectorField, fixedValuePointPatchField< vector >, codedFixedValuePointPatchField< Type >, timeVaryingMappedFixedValuePointPatchField< Type >, exprValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, zeroFixedValuePointPatchField< Type >, timeVaryingUniformFixedValuePointPatchField< Type >, and fixedValuePointPatchField< Type >.
Definition at line 113 of file valuePointPatchField.H.
|
inline |
Definition at line 133 of file valuePointPatchField.H.
|
virtual |
Reimplemented from pointPatchField< Type >.
Reimplemented in timeVaryingMappedFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, sixDoFRigidBodyDisplacementPointPatchVectorField, uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField, angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, and oscillatingVelocityPointPatchVectorField.
Definition at line 101 of file valuePointPatchField.C.
Referenced by oscillatingVelocityPointPatchVectorField::autoMap(), angularOscillatingVelocityPointPatchVectorField::autoMap(), angularOscillatingDisplacementPointPatchVectorField::autoMap(), uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::autoMap(), and sixDoFRigidBodyDisplacementPointPatchVectorField::autoMap().
|
virtual |
Reimplemented from pointPatchField< Type >.
Reimplemented in sixDoFRigidBodyDisplacementPointPatchVectorField, uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField, angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingVelocityPointPatchVectorField, timeVaryingMappedFixedValuePointPatchField< Type >, and uniformFixedValuePointPatchField< Type >.
Definition at line 111 of file valuePointPatchField.C.
Referenced by oscillatingVelocityPointPatchVectorField::rmap(), angularOscillatingVelocityPointPatchVectorField::rmap(), angularOscillatingDisplacementPointPatchVectorField::rmap(), uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::rmap(), and sixDoFRigidBodyDisplacementPointPatchVectorField::rmap().
|
virtual |
Reimplemented from pointPatchField< Type >.
Reimplemented in waveMakerPointPatchVectorField, codedFixedValuePointPatchField< Type >, lumpedPointDisplacementPointPatchVectorField, timeVaryingMappedFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, sixDoFRigidBodyDisplacementPointPatchVectorField, exprValuePointPatchField< Type >, uniformInterpolatedDisplacementPointPatchVectorField, uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField, angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingVelocityPointPatchVectorField, timeVaryingUniformFixedValuePointPatchField< Type >, waveDisplacementPointPatchVectorField, and oscillatingDisplacementPointPatchVectorField.
Definition at line 128 of file valuePointPatchField.C.
Referenced by oscillatingDisplacementPointPatchVectorField::updateCoeffs(), waveDisplacementPointPatchVectorField::updateCoeffs(), oscillatingVelocityPointPatchVectorField::updateCoeffs(), angularOscillatingVelocityPointPatchVectorField::updateCoeffs(), angularOscillatingDisplacementPointPatchVectorField::updateCoeffs(), uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs(), uniformInterpolatedDisplacementPointPatchVectorField::updateCoeffs(), sixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs(), lumpedPointDisplacementPointPatchVectorField::updateCoeffs(), and waveMakerPointPatchVectorField::updateCoeffs().
|
virtual |
Reimplemented from pointPatchField< Type >.
Reimplemented in codedFixedValuePointPatchField< Type >.
Definition at line 145 of file valuePointPatchField.C.
|
virtual |
Reimplemented from pointPatchField< Type >.
Reimplemented in lumpedPointDisplacementPointPatchVectorField, exprValuePointPatchField< Type >, waveMakerPointPatchVectorField, codedFixedValuePointPatchField< Type >, timeVaryingMappedFixedValuePointPatchField< Type >, uniformFixedValuePointPatchField< Type >, sixDoFRigidBodyDisplacementPointPatchVectorField, uniformInterpolatedDisplacementPointPatchVectorField, uncoupledSixDoFRigidBodyDisplacementPointPatchVectorField, angularOscillatingDisplacementPointPatchVectorField, angularOscillatingVelocityPointPatchVectorField, oscillatingVelocityPointPatchVectorField, timeVaryingUniformFixedValuePointPatchField< Type >, waveDisplacementPointPatchVectorField, and oscillatingDisplacementPointPatchVectorField.
Definition at line 157 of file valuePointPatchField.C.
|
virtual |
Definition at line 168 of file valuePointPatchField.C.
|
virtual |
Reimplemented from pointPatchField< Type >.
Definition at line 178 of file valuePointPatchField.C.
Reimplemented from pointPatchField< Type >.
Reimplemented in fixedValuePointPatchField< vector >, and fixedValuePointPatchField< Type >.
Definition at line 188 of file valuePointPatchField.C.
|
virtual |
Reimplemented from pointPatchField< Type >.
Reimplemented in fixedValuePointPatchField< vector >, and fixedValuePointPatchField< Type >.
Definition at line 198 of file valuePointPatchField.C.
|
virtual |
Definition at line 208 of file valuePointPatchField.C.
|
virtual |
Reimplemented from pointPatchField< Type >.
Definition at line 218 of file valuePointPatchField.C.
Reimplemented from pointPatchField< Type >.
Definition at line 228 of file valuePointPatchField.C.
|
virtual |
Reimplemented from pointPatchField< Type >.
Definition at line 238 of file valuePointPatchField.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.