Skip to content

Commit

Permalink
Merge pull request #17 from Hammerling-Research-Group/pdwaggoner-inpu…
Browse files Browse the repository at this point in the history
…t-data-files
  • Loading branch information
pdwaggoner authored Oct 18, 2024
2 parents 4818092 + f138821 commit 611f702
Show file tree
Hide file tree
Showing 4 changed files with 505,920 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/input_data/domain.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
x_min.m,x_max.m,y_min.m,y_max.m,z_min.m,z_max.m,dx.m,dy.m,dz.m
0.0,100.0,0.0,100.0,0.5,5.0,1.0,1.0,0.5
13 changes: 13 additions & 0 deletions demo/input_data/equipment_vertices.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
EquipName,VertexName,Vertex_x.m,Vertex_y.m
source_A,a,20,20
source_A,b,20,30
source_A,c,30,30
source_A,d,30,20
source_B,a,70,20
source_B,b,70,30
source_B,c,80,30
source_B,d,80,20
source_C,a,45,75
source_C,b,50,80
source_C,c,55,75
source_C,d,50,70
4 changes: 4 additions & 0 deletions demo/input_data/source_locations.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SourceName,x.m,y.m,z.m
source_A,25.0,25.0,2.0
source_B,75.0,25.0,2.0
source_C,50.0,75.0,3.0
Loading

0 comments on commit 611f702

Please sign in to comment.