initial upload

This commit is contained in:
2024-09-10 20:19:20 +08:00
parent c8b7eeea16
commit aa7f5cc6a3
116 changed files with 589974 additions and 34 deletions

5
data/prism/griding.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
xyz2nc -t prism_mag_pot.txt -o prism_V -r -30/30/-30/30 -i 0.75/0.75 -c 0,1,3 -l x,y,V
xyz2nc -t prism_mag_grad.txt -o prism_B -r -30/30/-30/30 -i 0.75/0.75 -c 0,1,3,4,5 -l x,y,Bx,By,Bz
xyz2nc -t prism_mag_tensor.txt -o prism_T -r -30/30/-30/30 -i 0.75/0.75 -c 0,1,3,4,5,6,7,8,9,10,11 -l x,y,Txx,Txy,Txz,Tyx,Tyy,Tyz,Tzx,Tzy,Tzz

14
data/prism/prism.1.edge Normal file
View File

@@ -0,0 +1,14 @@
12 1
0 0 1 -1
1 1 2 -1
2 2 3 -1
3 3 0 -1
4 4 5 -1
5 5 6 -1
6 6 7 -1
7 7 4 -1
8 0 4 -1
9 5 1 -1
10 6 2 -1
11 7 3 -1
# Generated by tetgen -pq prism.poly

8
data/prism/prism.1.ele Normal file
View File

@@ -0,0 +1,8 @@
6 4 0
0 2 0 3 7
1 2 0 7 6
2 5 4 0 6
3 0 4 7 6
4 0 2 1 6
5 5 0 1 6
# Generated by tetgen -pq prism.poly

14
data/prism/prism.1.face Normal file
View File

@@ -0,0 +1,14 @@
12 1
0 0 2 1 -1
1 6 4 5 -1
2 2 0 3 -1
3 0 5 4 -1
4 4 6 7 -1
5 1 6 5 -1
6 5 0 1 -1
7 2 7 6 -1
8 6 1 2 -1
9 7 0 4 -1
10 7 2 3 -1
11 0 7 3 -1
# Generated by tetgen -pq prism.poly

10
data/prism/prism.1.node Normal file
View File

@@ -0,0 +1,10 @@
8 3 0 0
0 -5 5 0
1 -5 -5 0
2 5 -5 0
3 5 5 0
4 -5 5 -10
5 -5 -5 -10
6 5 -5 -10
7 5 5 -10
# Generated by tetgen -pq prism.poly

32
data/prism/prism.poly Normal file
View File

@@ -0,0 +1,32 @@
# Part 1 - the node list.
# A bar with 8 nodes in 3d, no attributes, no boundary marker.
8 3 0 0
0 -5 5 0
1 -5 -5 0
2 5 -5 0
3 5 5 0
4 -5 5 -10
5 -5 -5 -10
6 5 -5 -10
7 5 5 -10
# Part 2 - the facet list.
# Six facets without boundary markers.
6 0
1
4 0 1 2 3
1
4 4 5 6 7
1
4 0 4 5 1
1
4 1 5 6 2
1
4 2 6 7 3
1
4 3 7 4 0
# Part 3 - the hole list.
# There is no hole in bar.
0
# Part 4 - the region list.
# There is no region defined.
0