Files
OpenFOAM-12/applications/test/Function1/table
2023-07-26 12:35:59 +01:00

16 lines
148 B
Plaintext

function table
(
(0 0.1)
(0.4 0.31)
(0.8 0.59)
(1.2 0.81)
(1.6 0.95)
(2 1)
);
outOfBounds repeat;
x0 -0.5;
x1 2.5;
nX 51;