DEFEATURE: remove samm, pro-am, prostar3 convertors (issue #204)

- these frontends are defunct and their formats were quite a mess.
  Prostar 4 versions (star4ToFoam, foamToStarMesh) should be used
  instead.
This commit is contained in:
Mark Olesen
2016-08-05 11:05:30 +02:00
parent c5e364dd38
commit b475ae851e
41 changed files with 2 additions and 7941 deletions

View File

@ -10,7 +10,7 @@
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
14
9
(
unknown
@ -258,198 +258,8 @@ splitHex
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// SAMM cell types
sammTrim1
{
index 11;
numberOfPoints 10;
// Other somewhat exotic types
faces
7
(
4(2 3 8 7) // x-min
5(0 1 6 5 4) // x-max
4(2 1 0 3) // y-min
5(7 8 9 5 6) // y-max
4(2 7 6 1) // z-min
5(3 0 4 9 8) // z-max
3(4 5 9) // cut
);
edges
15
(
(2 1) // x-direction
(3 0)
(8 9)
(7 6)
(2 7) // y-direction
(3 8)
(0 4)
(1 6)
(2 3) // z-direction
(7 8)
(6 5)
(1 0)
(4 5) // other
(5 9)
(10 5)
);
}
sammTrim2
{
index 12;
numberOfPoints 10;
faces
7
(
4(2 3 8 7) // x-min
4(1 6 5 0) // x-max
5(2 1 0 4 3) // y-min
5(7 8 9 5 6) // y-max
4(2 7 6 1) // z-min
4(3 4 9 8) // z-max
4(0 5 9 4) // other
);
edges
15
(
(2 1) // x-direction
(3 4)
(8 9)
(7 6)
(2 7) // y-direction
(3 8)
(4 9)
(0 5)
(1 6)
(2 3) // z-direction
(7 8)
(6 5)
(1 0)
(9 5) // other
(4 0)
);
}
sammTrim3
{
index 13;
numberOfPoints 10;
faces
7
(
5(2 3 9 8 7) // x-min
4(1 5 4 0) // x-max
4(2 1 0 3) // y-min
3(7 8 6) // y-max
5(2 7 6 5 1) // z-min
4(3 0 4 9) // z-max
5(4 5 6 8 9) // other
);
edges
15
(
(2 1) // x-direction
(3 0)
(7 6)
(2 7) // y-direction
(3 9)
(0 4)
(1 5)
(2 3) // z-direction
(1 0)
(8 7)
(8 9) // other
(9 4)
(4 5)
(5 6)
(6 8)
);
}
sammTrim4
{
index 14;
numberOfPoints 10;
faces
7
(
5(0 2 6 5 1) // x-min
3(3 9 8) // x-max
5(0 3 8 7 2) // y-min
3(1 5 4) // y-max
5(0 1 4 9 3) // z-min
3(2 7 6) // z-max
6(4 5 6 7 8 9) // other
);
edges
15
(
(0 3) // x-direction
(1 4)
(2 7)
(0 1) // y-direction
(2 6)
(3 9)
(0 2) // z-direction
(3 8)
(1 5)
(4 5) // other
(5 6)
(6 7)
(7 8)
(8 9)
(9 4)
);
}
sammTrim5
{
index 15;
numberOfPoints 8;
faces
6
(
4(2 3 7 6) // x-min
3(1 5 0) // x-max
5(2 1 0 4 3) // y-min
4(2 6 5 1) // z-min
3(3 4 7) // z-max
5(0 5 6 7 4) // other
);
edges
12
(
(2 1) // x-direction
(3 4)
(2 6) // y-direction
(3 7)
(1 5)
(2 3) // z-direction
(1 0)
(0 5) // other
(5 6)
(6 7)
(7 4)
(4 0)
);
}
// Equal to sammTrim8
hexagonalPrism
{
index 18;