A time-varying form of a mapped fixed value boundary condition. More...
Public Member Functions | |
TypeName ("timeVaryingMappedFixedValue") | |
timeVaryingMappedFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
timeVaryingMappedFixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &) | |
timeVaryingMappedFixedValuePointPatchField (const timeVaryingMappedFixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
timeVaryingMappedFixedValuePointPatchField (const timeVaryingMappedFixedValuePointPatchField< Type > &) | |
virtual autoPtr< pointPatchField< Type > > | clone () const |
timeVaryingMappedFixedValuePointPatchField (const timeVaryingMappedFixedValuePointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
virtual autoPtr< pointPatchField< Type > > | clone (const DimensionedField< Type, pointMesh > &iF) const |
void | checkTable () |
virtual void | autoMap (const pointPatchFieldMapper &) |
virtual void | rmap (const pointPatchField< Type > &, const labelList &) |
virtual void | updateCoeffs () |
virtual void | write (Ostream &) const |
![]() | |
TypeName ("fixedValue") | |
fixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &) | |
fixedValuePointPatchField (const pointPatch &, const DimensionedField< Type, pointMesh > &, const dictionary &, const bool valueRequired=true) | |
fixedValuePointPatchField (const fixedValuePointPatchField< Type > &, const pointPatch &, const DimensionedField< Type, pointMesh > &, const pointPatchFieldMapper &) | |
fixedValuePointPatchField (const fixedValuePointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
virtual bool | fixesValue () const |
virtual void | operator= (const Field< Type > &) |
virtual void | operator= (const Type &) |
![]() | |
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 &) | |
valuePointPatchField (const valuePointPatchField< Type > &, const DimensionedField< Type, pointMesh > &) | |
label | size () const |
virtual void | evaluate (const Pstream::commsTypes commsType=Pstream::commsTypes::blocking) |
virtual void | operator= (const valuePointPatchField< Type > &) |
virtual void | operator= (const pointPatchField< 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 |
A time-varying form of a mapped fixed value boundary condition.
Definition at line 53 of file timeVaryingMappedFixedValuePointPatchField.H.
timeVaryingMappedFixedValuePointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Definition at line 31 of file timeVaryingMappedFixedValuePointPatchField.C.
timeVaryingMappedFixedValuePointPatchField | ( | const pointPatch & | p, |
const DimensionedField< Type, pointMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Definition at line 55 of file timeVaryingMappedFixedValuePointPatchField.C.
References dict, Foam::stringOps::evaluate(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and p.
timeVaryingMappedFixedValuePointPatchField | ( | const timeVaryingMappedFixedValuePointPatchField< Type > & | ptf, |
const pointPatch & | p, | ||
const DimensionedField< Type, pointMesh > & | iF, | ||
const pointPatchFieldMapper & | mapper | ||
) |
Definition at line 120 of file timeVaryingMappedFixedValuePointPatchField.C.
timeVaryingMappedFixedValuePointPatchField | ( | const timeVaryingMappedFixedValuePointPatchField< Type > & | ptf | ) |
Definition at line 147 of file timeVaryingMappedFixedValuePointPatchField.C.
timeVaryingMappedFixedValuePointPatchField | ( | const timeVaryingMappedFixedValuePointPatchField< Type > & | ptf, |
const DimensionedField< Type, pointMesh > & | iF | ||
) |
Definition at line 171 of file timeVaryingMappedFixedValuePointPatchField.C.
TypeName | ( | "timeVaryingMappedFixedValue" | ) |
|
inlinevirtual |
Reimplemented from fixedValuePointPatchField< Type >.
Definition at line 138 of file timeVaryingMappedFixedValuePointPatchField.H.
|
inlinevirtual |
Reimplemented from fixedValuePointPatchField< Type >.
Definition at line 155 of file timeVaryingMappedFixedValuePointPatchField.H.
void checkTable |
Definition at line 237 of file timeVaryingMappedFixedValuePointPatchField.C.
References rawIOField< Type >::average(), TimePaths::caseConstant(), TimePaths::constant(), Foam::expressions::patchExpr::debug, Foam::endl(), Foam::exit(), polyMesh::facesInstance(), Foam::FatalError, FatalErrorInFunction, Foam::Info, fileName::name(), Foam::nl, Foam::foamVersion::patch, fileName::path(), polyMesh::points(), points0(), polyMesh::pointsInstance(), Foam::Pout, objectRegistry::time(), and dimensioned::value().
|
virtual |
Reimplemented from valuePointPatchField< Type >.
Definition at line 197 of file timeVaryingMappedFixedValuePointPatchField.C.
|
virtual |
Reimplemented from valuePointPatchField< Type >.
Definition at line 216 of file timeVaryingMappedFixedValuePointPatchField.C.
References timeVaryingMappedFixedValuePointPatchField< Type >::rmap().
Referenced by timeVaryingMappedFixedValuePointPatchField< Type >::rmap().
|
virtual |
Reimplemented from valuePointPatchField< Type >.
Definition at line 498 of file timeVaryingMappedFixedValuePointPatchField.C.
References Foam::expressions::patchExpr::debug, stdFoam::end(), Foam::endl(), fld, Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::mag(), OSstream::name(), fileName::name(), Foam::nl, Foam::operator==(), Foam::Pout, and s.
|
virtual |
Reimplemented from valuePointPatchField< Type >.
Definition at line 604 of file timeVaryingMappedFixedValuePointPatchField.C.
References Foam::constant::electromagnetic::e, os(), and Foam::vtk::write().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.