|
Public Types |
typedef GeoMesh::Mesh | Mesh |
typedef Mesh::BoundaryMesh | BoundaryMesh |
typedef Field< Type >::cmptType | cmptType |
| Component type.
|
Public Member Functions |
| TypeName ("GeometricField") |
| Runtime type information.
|
| GeometricField (const IOobject &, const Mesh &, const dimensionSet &, const word &patchFieldType=PatchField< Type >::calculatedType()) |
| Constructor given IOobject, mesh, dimensions and patch type.
|
| GeometricField (const IOobject &, const Mesh &, const dimensionSet &, const wordList &patchFieldTypes) |
| Constructor given IOobject, mesh, dimensions and patch types.
|
| GeometricField (const IOobject &, const Mesh &, const dimensioned< Type > &, const word &patchFieldType=PatchField< Type >::calculatedType()) |
| Constructor given IOobject, mesh, dimensioned<Type> and patch type.
|
| GeometricField (const IOobject &, const Mesh &, const dimensioned< Type > &, const wordList &patchFieldTypes) |
| Constructor given IOobject, mesh, dimensioned<Type> and patch types.
|
| GeometricField (const IOobject &, const Mesh &, const dimensionSet &, const Field< Type > &, const PtrList< PatchField< Type > > &) |
| Constructor from components.
|
| GeometricField (const IOobject &, const Mesh &) |
| Construct and read.
|
| GeometricField (const GeometricField< Type, PatchField, GeoMesh > &) |
| Construct as copy.
|
| GeometricField (const IOobject &, const GeometricField< Type, PatchField, GeoMesh > &) |
| Construct as copy of tmp<GeometricField> deleting argument Construct as copy resetting IO parameters.
|
| GeometricField (const word &newName, const GeometricField< Type, PatchField, GeoMesh > &) |
| Construct as copy resetting name.
|
| GeometricField (const IOobject &, const GeometricField< Type, PatchField, GeoMesh > &, const word &patchFieldType) |
| Construct as copy resetting name Construct as copy resetting IO parameters and patch type.
|
| GeometricField (const IOobject &, const GeometricField< Type, PatchField, GeoMesh > &, const wordList &patchFieldTypes) |
| Construct as copy resetting IO parameters and boundary types.
|
virtual | ~GeometricField () |
const Mesh & | mesh () const |
| Return reference to mesh.
|
dimensionSet & | dimensions () |
| Return dimensions.
|
const dimensionSet & | dimensions () const |
| Return dimensions.
|
Field< Type > & | internalField () |
| Return internal field.
|
const Field< Type > & | internalField () const |
| Return internal field.
|
GeometricBoundaryField & | boundaryField () |
| Return reference to GeometricBoundaryField.
|
const GeometricBoundaryField & | boundaryField () const |
| Return reference to GeometricBoundaryField for const field.
|
label | timeIndex () const |
| Return the time index of the field.
|
void | storeOldTimes () const |
| Store the old-time fields.
|
void | storeOldTime () const |
| Store the old-time field.
|
label | nOldTimes () const |
| Return the number of old time fields stored.
|
const GeometricField< Type,
PatchField, GeoMesh > & | oldTime () const |
| Return old time field.
|
GeometricField< Type, PatchField,
GeoMesh > & | oldTime () |
| Return non-const old time field.
|
void | storePrevIter () const |
| Store the field as the previous iteration value.
|
const GeometricField< Type,
PatchField, GeoMesh > & | prevIter () const |
| Return previous iteration field.
|
void | correctBoundaryConditions () |
| Correct boundary field.
|
bool | needReference () const |
| Does the field need a reference level for solution.
|
tmp< GeometricField< cmptType,
PatchField, GeoMesh > > | component (const direction) const |
| Return a component of the field.
|
dimensioned< Type > | average () const |
| Calculate and return arithmetic average.
|
dimensioned< Type > | weightedAverage (const scalarField &) const |
| Calculate and return weighted average.
|
bool | writeData (Ostream &) const |
| WriteData member function required by regIOobject.
|
tmp< GeometricField< Type,
PatchField, GeoMesh > > | T () const |
| Return transpose (only if it is a tensor field).
|
void | relax (const scalar alpha) |
| Relax field (for steady-state solution).
|
void | relax () |
| Relax field (for steady-state solution).
|
void | negate () |
| Negate this field.
|
void | replace (const direction, const GeometricField< cmptType, PatchField, GeoMesh > &) |
void | max (const dimensioned< Type > &) |
void | min (const dimensioned< Type > &) |
void | max (const GeometricField< Type, PatchField, GeoMesh > &, const dimensioned< Type > &) |
void | min (const GeometricField< Type, PatchField, GeoMesh > &, const dimensioned< Type > &) |
void | scale (const GeometricField< Type, PatchField, GeoMesh > &, const GeometricField< Type, PatchField, GeoMesh > &) |
void | scale (const GeometricField< Type, PatchField, GeoMesh > &, const dimensioned< Type > &) |
void | operator= (const GeometricField< Type, PatchField, GeoMesh > &) |
void | operator= (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
void | operator= (const dimensioned< Type > &) |
void | operator== (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
void | operator== (const dimensioned< Type > &) |
void | operator+= (const GeometricField< Type, PatchField, GeoMesh > &) |
void | operator+= (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
void | operator-= (const GeometricField< Type, PatchField, GeoMesh > &) |
void | operator-= (const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |
void | operator *= (const GeometricField< scalar, PatchField, GeoMesh > &) |
void | operator *= (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &) |
void | operator/= (const GeometricField< scalar, PatchField, GeoMesh > &) |
void | operator/= (const tmp< GeometricField< scalar, PatchField, GeoMesh > > &) |
void | operator+= (const dimensioned< Type > &) |
void | operator-= (const dimensioned< Type > &) |
void | operator *= (const dimensioned< scalar > &) |
void | operator/= (const dimensioned< scalar > &) |
Static Public Member Functions |
tmp< GeometricField< Type,
PatchField, GeoMesh > > | New (const IOobject &, const tmp< GeometricField< Type, PatchField, GeoMesh > > &, const dimensionSet &) |
| Return a pointer to a GeometricField created by re-using the given.
|
GeometricField< Type, PatchField,
GeoMesh > & | null () |
| Return a null geometric field.
|
Friends |
Ostream & | operator (Ostream &, const GeometricField< Type, PatchField, GeoMesh > &) |
Ostream & | operator (Ostream &, const tmp< GeometricField< Type, PatchField, GeoMesh > > &) |