Go to the documentation of this file.
103 return NullObjectRef<Field<Type> >();
161 const bool applyFlip =
true
169 const Type& defaultValue,
170 const bool applyFlip =
true
179 const bool applyFlip =
true
187 const bool applyFlip =
true
196 const Type& defaultValue,
197 const bool applyFlip =
true
207 const bool applyFlip =
true
220 #ifndef NoConstructFromTmp
235 template<
class Type2>
279 const bool applyFlip =
true
287 const bool applyFlip =
true
294 const bool applyFlip =
true
357 template<
class Form,
class Cmpt,
int nCmpt>
381 friend Ostream& operator<< <Type>
384 friend Ostream& operator<< <Type>
void operator-=(const UList< Type > &)
A class for handling words, derived from string.
A class for managing temporary objects.
void autoMap(const FieldMapper &map, const bool applyFlip=true)
Map from self.
Reference counter for various OpenFOAM components.
static const char *const typeName
Abstract base class to hold the Field mapping addressing and weights.
void operator+=(const UList< Type > &)
tmp< Field< Type > > clone() const
Clone.
A simple container for copying or transferring objects of type <T>.
void map(const UList< Type > &mapF, const labelUList &mapAddressing)
1 to 1 map from the given field
Pre-declare related SubField type.
pTraits< Type >::cmptType cmptType
Component type.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
tmp< Field< Type > > T() const
Return the field transpose (only defined for second rank tensors)
void replace(const direction, const UList< cmptType > &)
Replace a component field of the field.
Ostream & operator<<(Ostream &, const edgeMesh &)
void rmap(const UList< Type > &mapF, const labelUList &mapAddressing)
1 to 1 reverse-map from the given field
A list of keyword definitions, which are a keyword followed by any number of values (e....
void negate()
Negate this field.
tmp< Field< cmptType > > component(const direction) const
Return a component field of the field.
void operator=(const Field< Type > &)
Direction is an integer type used to represent the Cartesian directions etc. Currently it is a typede...
void writeEntry(const word &keyword, Ostream &os) const
Write the field as a dictionary entry.
void operator/=(const UList< scalar > &)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Traits class for primitives.
void operator*=(const UList< scalar > &)
static tmp< Field< Type > > NewCalculatedType(const Field< Type2 > &f)
Return a pointer to a new calculatedFvPatchFieldField created on.
SubField< Type > subField
Declare type of subField.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...