From d76e1b4974832a4700da2fe76a058dea62818136 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 30 Jul 2024 11:26:26 +0100 Subject: [PATCH] distributions::tabulated: Corrected documentation --- .../distributions/tabulatedCumulative/tabulatedCumulative.H | 2 +- src/OpenFOAM/distributions/tabulatedDensity/tabulatedDensity.H | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/distributions/tabulatedCumulative/tabulatedCumulative.H b/src/OpenFOAM/distributions/tabulatedCumulative/tabulatedCumulative.H index 295b8426e0..c69ad579a6 100644 --- a/src/OpenFOAM/distributions/tabulatedCumulative/tabulatedCumulative.H +++ b/src/OpenFOAM/distributions/tabulatedCumulative/tabulatedCumulative.H @@ -34,7 +34,7 @@ Usage { type tabulatedCumulative; Q 0; - values + distribution ( (10e-6 0) (12e-6 0.1972235) diff --git a/src/OpenFOAM/distributions/tabulatedDensity/tabulatedDensity.H b/src/OpenFOAM/distributions/tabulatedDensity/tabulatedDensity.H index 3ebc0aeef9..898fea054d 100644 --- a/src/OpenFOAM/distributions/tabulatedDensity/tabulatedDensity.H +++ b/src/OpenFOAM/distributions/tabulatedDensity/tabulatedDensity.H @@ -34,7 +34,7 @@ Usage { type tabulatedDensity; Q 0; - values + distribution ( (10e-6 0.0025) (12e-6 0.2795)