Spatial transformation functions for primitive fields. More...
Go to the source code of this file.
Namespaces | |
Foam | |
Namespace for OpenFOAM. | |
Functions | |
template<class Type > | |
List< Type > | transform (const tensor &, const UList< Type > &) |
template<class Type > | |
void | transform (Field< Type > &, const tensorField &, const Field< Type > &) |
template<class Type > | |
tmp< Field< Type > > | transform (const tensorField &, const Field< Type > &) |
template<class Type > | |
tmp< Field< Type > > | transform (const tensorField &, const tmp< Field< Type >> &) |
template<class Type > | |
tmp< Field< Type > > | transform (const tmp< tensorField > &, const Field< Type > &) |
template<class Type > | |
tmp< Field< Type > > | transform (const tmp< tensorField > &, const tmp< Field< Type >> &) |
template<class Type > | |
void | transform (Field< Type > &, const tensor &, const Field< Type > &) |
template<class Type > | |
tmp< Field< Type > > | transform (const tensor &, const Field< Type > &) |
template<class Type > | |
tmp< Field< Type > > | transform (const tensor &, const tmp< Field< Type >> &) |
template<class Type1 , class Type2 > | |
tmp< Field< Type1 > > | transformFieldMask (const Field< Type2 > &) |
template<class Type1 , class Type2 > | |
tmp< Field< Type1 > > | transformFieldMask (const tmp< Field< Type2 >> &) |
template<> | |
tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const tensorField &tf) |
template<> | |
tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const tmp< tensorField > &ttf) |
template<> | |
tmp< Field< sphericalTensor > > | transformFieldMask< sphericalTensor > (const tensorField &tf) |
template<> | |
tmp< Field< sphericalTensor > > | transformFieldMask< sphericalTensor > (const tmp< tensorField > &ttf) |
void | transformPoints (vectorField &, const spatialTransform &, const vectorField &) |
Transform given vectorField of coordinates with the given spatialTransform. More... | |
tmp< vectorField > | transformPoints (const spatialTransform &, const vectorField &) |
Transform given vectorField of coordinates with the given spatialTransform. More... | |
tmp< vectorField > | transformPoints (const spatialTransform &, const tmp< vectorField > &) |
Transform given tmp<vectorField> of coordinates. More... | |
void | transform (vectorField &, const quaternion &, const vectorField &) |
Rotate given vectorField with the given quaternion. More... | |
tmp< vectorField > | transform (const quaternion &, const vectorField &) |
Rotate given vectorField with the given quaternion. More... | |
tmp< vectorField > | transform (const quaternion &, const tmp< vectorField > &) |
Rotate given tmp<vectorField> with the given quaternion. More... | |
void | transformPoints (vectorField &, const septernion &, const vectorField &) |
Transform given vectorField of coordinates with the given septernion. More... | |
tmp< vectorField > | transformPoints (const septernion &, const vectorField &) |
Transform given vectorField of coordinates with the given septernion. More... | |
tmp< vectorField > | transformPoints (const septernion &, const tmp< vectorField > &) |
Transform given tmp<vectorField> of coordinates with the given septernion. More... | |
Spatial transformation functions for primitive fields.
Original source file transformField.H
InNamespace Foam
Definition in file transformField.H.