Public Member Functions | List of all members
IntegrationScheme< Type >::integrationResult Class Reference

Helper class to supply results of integration. More...

Public Member Functions

 integrationResult ()
 Constructor. More...
 
Type value () const
 Return const access to the value. More...
 
Type average () const
 Return const access to the average. More...
 
Type & value ()
 Return access to the value for changing. More...
 
Type & average ()
 Return access to the average for changing. More...
 

Detailed Description

template<class Type>
class Foam::IntegrationScheme< Type >::integrationResult

Helper class to supply results of integration.

Definition at line 57 of file IntegrationScheme.H.

Constructor & Destructor Documentation

integrationResult ( )
inline

Constructor.

Definition at line 69 of file IntegrationScheme.H.

Member Function Documentation

Type value ( ) const
inline

Return const access to the value.

Definition at line 81 of file IntegrationScheme.H.

Referenced by KinematicParcel< ParcelType >::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().

Here is the caller graph for this function:

Type average ( ) const
inline

Return const access to the average.

Definition at line 87 of file IntegrationScheme.H.

Referenced by KinematicParcel< ParcelType >::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().

Here is the caller graph for this function:

Type& value ( )
inline

Return access to the value for changing.

Definition at line 96 of file IntegrationScheme.H.

Type& average ( )
inline

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