Go to the documentation of this file.
41 #ifndef vectorTensorTransform_H
42 #define vectorTensorTransform_H
55 class vectorTensorTransform;
56 Istream&
operator>>(Istream& is, vectorTensorTransform&);
57 Ostream&
operator<<(Ostream&
os,
const vectorTensorTransform&
C);
131 inline const vector&
t()
const;
133 inline const tensor&
R()
const;
135 inline bool hasR()
const;
213 inline bool operator==
220 inline bool operator!=
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
Istream & operator>>(Istream &, directionInfo &)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Generic templated field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
OBJstream os(runTime.globalPath()/outputName)
word name(const expressions::valueTypeCode typeCode)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A template class to specify that a data type can be considered as being contiguous in memory.