File: coordinateSystems

package info (click to toggle)
openfoam 4.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 163,028 kB
  • ctags: 58,990
  • sloc: cpp: 830,760; sh: 10,227; ansic: 8,215; xml: 745; lex: 437; awk: 194; sed: 91; makefile: 77; python: 18
file content (83 lines) | stat: -rw-r--r-- 2,702 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  4.x                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       IOPtrList<coordinateSystem>;
    object      coordinateSystems;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

7
(
system_9
{
    type            cartesian;
    origin          (1.03291515 -0.114391257 -0.0826236662);
    e3              (1 0 0);
    e1              (0 1 0);
    // STARCDRotation  (0 90 90);
}

system_10
{
    type            cartesian;
    origin          (0.623151719 -0.286472935 -0.113933262);
    e3              (0.99508851 0.09829095 0.01173645);
    e1              (0.01179356 0 -0.99993045);
    // STARCDRotation  (5.6403745 -0.0664172952 89.3275351);
}

system_15
{
    type            cartesian;
    origin          (0.644772231 -0.240036493 0.155972187);
    e3              (-0.01346388 -0.90616979 -0.42269969);
    e1              (0.00627978 0.42265304 -0.90626981);
    // STARCDRotation  (-90.8512386 0 115.005148);
}

system_16
{
    type            cartesian;
    origin          (0.540824938 -0.240036415 0.15928296);
    e3              (-0.01346388 -0.90616979 -0.42269969);
    e1              (0.00627978 0.42265304 -0.90626981);
    // STARCDRotation  (-90.8512386 0 115.005148);
}

system_17
{
    type            cartesian;
    origin          (0.436877646 -0.240036339 0.162593737);
    e3              (-0.01346388 -0.90616979 -0.42269969);
    e1              (0.00627978 0.42265304 -0.90626981);
    // STARCDRotation  (-90.8512386 0 115.005148);
}

system_18
{
    type            cartesian;
    origin          (0.332930354 -0.240036261 0.16590451);
    e3              (-0.01346388 -0.90616979 -0.42269969);
    e1              (0.00627978 0.42265304 -0.90626981);
    // STARCDRotation  (-90.8512386 0 115.005148);
}

system_21
{
    type            cartesian;
    origin          (0.55863733 -0.300866705 0.00317260982);
    e3              (0.42110287 0.02470132 -0.90667647);
    e1              (0.90646036 0.02342535 0.42164069);
    // STARCDRotation  (-178.185897 -0.71772221 -155.059695);
}
)

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //