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

Go to the source code of this file.

Classes

class  orientedType
 Class to determine the 'oriented' status of surface fields. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

Istream & operator>> (Istream &is, orientedType &ot)
 
Ostream & operator<< (Ostream &os, const orientedType &ot)
 
orientedType max (const orientedType &ot1, const orientedType &ot2)
 
orientedType min (const orientedType &ot1, const orientedType &ot2)
 
orientedType cmptMultiply (const orientedType &ot1, const orientedType &ot2)
 
orientedType cmptDivide (const orientedType &ot1, const orientedType &ot)
 
orientedType cmptAv (const orientedType &ot)
 
orientedType pow (const orientedType &ot, const scalar r)
 
orientedType sqr (const orientedType &ot)
 
orientedType pow3 (const orientedType &ot)
 
orientedType pow4 (const orientedType &ot)
 
orientedType pow5 (const orientedType &ot)
 
orientedType pow6 (const orientedType &ot)
 
orientedType pow025 (const orientedType &ot)
 
orientedType sqrt (const orientedType &ot)
 
orientedType cbrt (const orientedType &ot)
 
orientedType magSqr (const orientedType &ot)
 
orientedType mag (const orientedType &ot)
 
orientedType sign (const orientedType &ot)
 
orientedType pos (const orientedType &ot)
 
orientedType pos0 (const orientedType &ot)
 
orientedType neg (const orientedType &ot)
 
orientedType neg0 (const orientedType &ot)
 
orientedType posPart (const orientedType &ot)
 
orientedType negPart (const orientedType &ot)
 
orientedType inv (const orientedType &ot)
 
orientedType trans (const orientedType &ot)
 
orientedType atan2 (const orientedType &ot1, const orientedType &ot2)
 
orientedType hypot (const orientedType &ot1, const orientedType &ot2)
 
orientedType transform (const orientedType &ot)
 
orientedType operator- (const orientedType &ot)
 
orientedType operator* (const scalar s, const orientedType &ot)
 
orientedType operator/ (const orientedType &ot, const scalar s)
 
orientedType operator+ (const orientedType &ot1, const orientedType &ot2)
 
orientedType operator- (const orientedType &ot1, const orientedType &ot2)
 
orientedType operator/ (const orientedType &ot1, const orientedType &ot2)
 
orientedType operator* (const orientedType &ot1, const orientedType &ot2)
 
orientedType operator^ (const orientedType &ot1, const orientedType &ot2)
 
orientedType operator& (const orientedType &ot1, const orientedType &ot2)
 
orientedType operator&& (const orientedType &ot1, const orientedType &ot2)
 

Detailed Description

Original source file orientedType.H

Definition in file orientedType.H.