OpenFOAM logo
Open Source CFD Toolkit

transform.H File Reference


Detailed Description

View transform.H
License
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
Description
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)


Function Documentation

SphericalTensor<Cmpt> transform const tensor tt,
const SphericalTensor< Cmpt > &  st
[inline]
 

Definition at line 85 of file transform.H.

Tensor<Cmpt> transform const tensor tt,
const Tensor< Cmpt > &  t
[inline]
 

Definition at line 77 of file transform.H.

References Foam::tensor, and Foam::transform().

Here is the call graph for this function:

Vector<Cmpt> transform const tensor tt,
const Vector< Cmpt > &  v
[inline]
 

Definition at line 70 of file transform.H.

References Tensor::T(), and Foam::tensor.

Here is the call graph for this function:

scalar transform const tensor ,
const scalar  s
[inline]
 

Definition at line 63 of file transform.H.

References Foam::tensor.

tensor transformationTensor const vector n1,
const vector n2
[inline]
 

Definition at line 51 of file transform.H.

SphericalTensor<scalar> transformMask const tensor t  )  [inline]
 

Definition at line 102 of file transform.H.

Type1 transformMask const Type2 &  t  )  [inline]
 

Definition at line 95 of file transform.H.

References Foam::tensor.

For further information go to www.openfoam.org