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... | |
Private Attributes | |
Type | value_ |
Integration value. More... | |
Type | average_ |
Average value across integration step. More... | |
Helper class to supply results of integration.
Definition at line 57 of file IntegrationScheme.H.
|
inline |
Constructor.
Definition at line 69 of file IntegrationScheme.H.
|
inline |
Return const access to the value.
Definition at line 81 of file IntegrationScheme.H.
References IntegrationScheme< Type >::integrationResult::value_.
Referenced by KinematicParcel::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().
|
inline |
Return const access to the average.
Definition at line 87 of file IntegrationScheme.H.
References IntegrationScheme< Type >::integrationResult::average_.
Referenced by KinematicParcel::calcVelocity(), Euler< Type >::integrate(), and Analytical< Type >::integrate().
|
inline |
Return access to the value for changing.
Definition at line 96 of file IntegrationScheme.H.
References IntegrationScheme< Type >::integrationResult::value_.
|
inline |
Return access to the average for changing.
Definition at line 102 of file IntegrationScheme.H.
References IntegrationScheme< Type >::integrationResult::average_.
|
private |
Integration value.
Definition at line 60 of file IntegrationScheme.H.
Referenced by IntegrationScheme< Type >::integrationResult::value().
|
private |
Average value across integration step.
Definition at line 63 of file IntegrationScheme.H.
Referenced by IntegrationScheme< Type >::integrationResult::average().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.