41 #ifndef Foam_vectorTensorTransform_H 42 #define Foam_vectorTensorTransform_H 55 class vectorTensorTransform;
56 Istream&
operator>>(Istream& is, vectorTensorTransform&);
57 Ostream&
operator<<(Ostream&
os,
const vectorTensorTransform&
C);
187 inline
void operator=(const
vector&);
188 inline
void operator+=(const
vector&);
189 inline
void operator-=(const
vector&);
191 inline
void operator=(const
tensor&);
192 inline
void operator&=(const
tensor&);
219 inline bool operator==
226 inline bool operator!=
271 #include "vectorTensorTransform.txx"
dimensionedSphericalTensor inv(const dimensionedSphericalTensor &dt)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
A class for handling words, derived from Foam::string.
Istream & operator>>(Istream &, directionInfo &)
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
OBJstream os(runTime.globalPath()/outputName)
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< ' ';}gmvFile<< nl;for(const word &name :lagrangianScalarNames){ IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Ostream & operator<<(Ostream &, const boundaryPatch &p)
Write boundaryPatch as dictionary entries (without surrounding braces)
A template class to specify that a data type can be considered as being contiguous in memory...
A class for managing temporary objects.
Tensor of scalars, i.e. Tensor<scalar>.