diff --git a/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H b/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H index 884c3cabd7..8f70d6989d 100644 --- a/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H +++ b/src/OpenFOAM/interpolations/interpolationTable/interpolationTable.H @@ -26,8 +26,8 @@ Class Foam::interpolationTable Description - A list of times and values. - The time values must be positive and monotonically increasing. + An interpolation/look-up table of scalar vs values. + The reference scalar values must be positive and monotonically increasing. The handling of out-of-bounds values depends on the current setting of @a outOfBounds.