FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

IntegrationScheme< Type >::integrationResult Class Reference

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

#include <src/lagrangian/intermediate/IntegrationScheme/IntegrationScheme/IntegrationScheme.H>


Detailed Description

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

Helper class to supply results of integration.

Definition at line 59 of file IntegrationScheme.H.

Collaboration diagram for IntegrationScheme< Type >::integrationResult:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

integrationResult (  ) [inline]

Constructor.

Definition at line 71 of file IntegrationScheme.H.


Member Function Documentation

Type value (  ) const [inline]

Return const access to the value.

Definition at line 83 of file IntegrationScheme.H.

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

Type average (  ) const [inline]

Return const access to the average.

Definition at line 89 of file IntegrationScheme.H.

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

Type& value (  ) [inline]

Return access to the value for changing.

Definition at line 98 of file IntegrationScheme.H.

Type& average (  ) [inline]

Return access to the average for changing.

Definition at line 104 of file IntegrationScheme.H.


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