![]() |
|
This file is part of OpenFOAM. OpenFOAM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. OpenFOAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
3D tensor transformation operations.
Definition in file transform.H.
Go to the source code of this file.
Namespaces | |
namespace | Foam |
Functions | |
tensor | transformationTensor (const vector &n1, const vector &n2) |
scalar | transform (const tensor &, const scalar s) |
template<class Cmpt> | |
Vector< Cmpt > | transform (const tensor &tt, const Vector< Cmpt > &v) |
template<class Cmpt> | |
Tensor< Cmpt > | transform (const tensor &tt, const Tensor< Cmpt > &t) |
template<class Cmpt> | |
SphericalTensor< Cmpt > | transform (const tensor &tt, const SphericalTensor< Cmpt > &st) |
template<class Type1, class Type2> | |
Type1 | transformMask (const Type2 &t) |
template<> | |
SphericalTensor< scalar > | transformMask (const tensor &t) |
|
Definition at line 85 of file transform.H. |
|
Definition at line 77 of file transform.H. References Foam::tensor, and Foam::transform(). |
Here is the call graph for this function:
|
Definition at line 70 of file transform.H. References Tensor::T(), and Foam::tensor. |
Here is the call graph for this function:
|
Definition at line 63 of file transform.H. References Foam::tensor. |
|
Definition at line 51 of file transform.H. |
|
Definition at line 102 of file transform.H. |
|
Definition at line 95 of file transform.H. References Foam::tensor. |