BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / applications / test / spline / test-splines
blob3c6f9a288e417c4cd7fbe416dc1f70e2cb7afd29
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9     // Upper body longitudinal splines
10     (
11         (0.22685 0.01125166 0)       // 7
12         (0.21685 0.01340204 0)
13         (0.20685 0.01529684 0)
14         (0.19685 0.01694748 0)
15         (0.18685 0.01836538 0)
16         (0.17685 0.01956197 0)
17         (0.16685 0.02054868 0)
18         (0.15685 0.02133693 0)
19         (0.14685 0.02193816 0)
20         (0.13685 0.02236377 0)
21         (0.12685 0.02262521 0)
22         (0.11685 0.02273389 0)       // 2
23     )
25     // sine function
26     (
27         (0    0 0)
28         (45   0.70707  0)
29         (90   1 0)
30         (135  0.70707  0)
31         (180  0 0)
32         (225 -0.70707  0)
33         (270 -1 0)
34         (315 -0.70707  0)
35         (360  0 0)
36     )
38     // cosine function, but with extremely few points
39     (
40         (0    1 0)
41         (180 -1 0)
42         (360  1 0)
43     )