facNGrad.H File Reference

Calculate the gradient normal to the surface of the given field. More...

Include dependency graph for facNGrad.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::fac
 

Functions

template<class Type >
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > ngrad (const GeometricField< Type, faePatchField, edgeMesh > &ssf)
 
template<class Type >
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > ngrad (const tmp< GeometricField< Type, faePatchField, edgeMesh > > &tssf)
 
template<class Type >
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > ngrad (const GeometricField< Type, faPatchField, areaMesh > &vf, const word &name)
 
template<class Type >
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > ngrad (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf, const word &name)
 
template<class Type >
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > ngrad (const GeometricField< Type, faPatchField, areaMesh > &vf)
 
template<class Type >
tmp< GeometricField< typename outerProduct< vector, Type >::type, faPatchField, areaMesh > > ngrad (const tmp< GeometricField< Type, faPatchField, areaMesh > > &tvf)
 

Detailed Description

Calculate the gradient normal to the surface of the given field.

Original source file facNGrad.H

InNamespace Foam::fac

Source files

Definition in file facNGrad.H.