FreeFOAM The Cross-Platform CFD Toolkit
cyclicLduInterface Class Reference

An abstract base class for cyclic coupled interfaces. More...

#include <OpenFOAM/cyclicLduInterface.H>


Detailed Description

+ Inheritance diagram for cyclicLduInterface:

List of all members.

Public Member Functions

 TypeName ("cyclicLduInterface")
 Runtime type information.
virtual ~cyclicLduInterface ()
virtual const tensorFieldforwardT () const =0
 Return face transformation tensor.
virtual const tensorFieldreverseT () const =0
 Return face reverse transformation tensor.

Constructor & Destructor Documentation

~cyclicLduInterface ( )
virtual

Definition at line 38 of file cyclicLduInterface.C.


Member Function Documentation

TypeName ( "cyclicLduInterface"  )

Runtime type information.

virtual const tensorField& forwardT ( ) const
pure virtual

Return face transformation tensor.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

Referenced by cyclicGAMGInterface::forwardT().

virtual const tensorField& reverseT ( ) const
pure virtual

Return face reverse transformation tensor.

Implemented in cyclicGAMGInterface, and cyclicFvPatch.

Referenced by cyclicGAMGInterface::reverseT().


The documentation for this class was generated from the following files: