Skip to content

Commit d61cfa3

Browse files
authored
Add mesh files using dvc (#19)
1 parent 4eb56f9 commit d61cfa3

File tree

20 files changed

+47
-19
lines changed

20 files changed

+47
-19
lines changed

.dvc/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/config.local
2+
/tmp
3+
/cache

.dvc/config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[core]
2+
remote = kestrel
3+
['remote "kestrel"']
4+
url = ssh://[email protected]:/projects/hfm/exawind-benchmark-meshes

.dvcignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Add patterns of files dvc should ignore, which could improve
2+
# the performance. Learn more at
3+
# https://dvc.org/doc/user-guide/dvcignore

exawind/NREL_Phase_VI_Turbine/RANS/u_15/input_files/nrelvi-nalu-01-sst.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ linear_solvers:
135135
realms:
136136

137137
- name: realm_1
138-
mesh: mesh/nrelvi_nearbody_mesh.exo
138+
mesh: ../../../mesh/nrelvi_nearbody_mesh.exo
139139
use_edges: yes
140140

141141
equation_systems:
@@ -180,7 +180,7 @@ realms:
180180
material_properties:
181181
target_name:
182182
- nearbody-HEX
183-
183+
184184
specifications:
185185
- name: density
186186
type: constant
@@ -234,7 +234,7 @@ realms:
234234
# # rotate mesh before starting simulation to align the rotor properly
235235
# mesh_transformation:
236236
# - name: interior
237-
# mesh_parts:
237+
# mesh_parts:
238238
# - nearbody-HEX
239239
# motion:
240240
# - type: rotation

exawind/NREL_Phase_VI_Turbine/RANS/u_7/input_files/nrelvi-nalu-01-sst.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ linear_solvers:
135135
realms:
136136

137137
- name: realm_1
138-
mesh: mesh/nrelvi_nearbody_mesh.exo
138+
mesh: ../../../mesh/nrelvi_nearbody_mesh.exo
139139
use_edges: yes
140140

141141
equation_systems:
@@ -180,7 +180,7 @@ realms:
180180
material_properties:
181181
target_name:
182182
- nearbody-HEX
183-
183+
184184
specifications:
185185
- name: density
186186
type: constant
@@ -234,7 +234,7 @@ realms:
234234
# # rotate mesh before starting simulation to align the rotor properly
235235
# mesh_transformation:
236236
# - name: interior
237-
# mesh_parts:
237+
# mesh_parts:
238238
# - nearbody-HEX
239239
# motion:
240240
# - type: rotation

exawind/NREL_Phase_VI_Turbine/RANS_Transition/u_15/input_files/nrelvi-nalu-01-sst.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ linear_solvers:
135135
realms:
136136

137137
- name: realm_1
138-
mesh: mesh/nrelvi_nearbody_mesh.exo
138+
mesh: ../../../mesh/nrelvi_nearbody_mesh.exo
139139
use_edges: yes
140140

141141
equation_systems:
@@ -182,7 +182,7 @@ realms:
182182
material_properties:
183183
target_name:
184184
- nearbody-HEX
185-
185+
186186
specifications:
187187
- name: density
188188
type: constant
@@ -236,7 +236,7 @@ realms:
236236
# # rotate mesh before starting simulation to align the rotor properly
237237
# mesh_transformation:
238238
# - name: interior
239-
# mesh_parts:
239+
# mesh_parts:
240240
# - nearbody-HEX
241241
# motion:
242242
# - type: rotation

exawind/NREL_Phase_VI_Turbine/RANS_Transition/u_7/input_files/nrelvi-nalu-01-sst.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ linear_solvers:
135135
realms:
136136

137137
- name: realm_1
138-
mesh: mesh/nrelvi_nearbody_mesh.exo
138+
mesh: ../../../mesh/nrelvi_nearbody_mesh.exo
139139
use_edges: yes
140140

141141
equation_systems:
@@ -182,7 +182,7 @@ realms:
182182
material_properties:
183183
target_name:
184184
- nearbody-HEX
185-
185+
186186
specifications:
187187
- name: density
188188
type: constant
@@ -236,7 +236,7 @@ realms:
236236
# # rotate mesh before starting simulation to align the rotor properly
237237
# mesh_transformation:
238238
# - name: interior
239-
# mesh_parts:
239+
# mesh_parts:
240240
# - nearbody-HEX
241241
# motion:
242242
# - type: rotation
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nrelvi_nearbody_mesh.exo
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
outs:
2+
- md5: 35e8d5f909b5b5cb6399b30a1aa31dff
3+
size: 2057454943
4+
isexec: true
5+
hash: md5
6+
path: nrelvi_nearbody_mesh.exo

exawind/NREL_Phase_VI_Turbine/mesh_file/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

nalu-wind/2D_airfoil_Transition/DU00-W-212/aoa_0/input_files/du00w212_F_aoa_0.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ realms:
188188
value: 1.392416666666667e-05
189189
target_name:
190190
- Flow-QUAD
191-
mesh: du00w212_F.exo
191+
mesh: ../../mesh/du00w212_F.exo
192192
mesh_transformation:
193193
- mesh_parts:
194194
- Flow-QUAD

nalu-wind/2D_airfoil_Transition/DU00-W-212/aoa_5/input_files/du00w212_F_aoa_5.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ realms:
188188
value: 1.392416666666667e-05
189189
target_name:
190190
- Flow-QUAD
191-
mesh: du00w212_F.exo
191+
mesh: ../../mesh/du00w212_F.exo
192192
mesh_transformation:
193193
- mesh_parts:
194194
- Flow-QUAD
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/du00w212_F.exo
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
outs:
2+
- md5: baf5ebe7f934c39a46b350bf03f5e5de
3+
size: 5460282
4+
isexec: true
5+
hash: md5
6+
path: du00w212_F.exo

nalu-wind/2D_airfoil_Transition/DU00-W-212/mesh_file/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

nalu-wind/2D_airfoil_Transition/NLF1-0416/aoa_0/input_files/nlf0416_F_aoa_0.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ realms:
188188
value: 1.0443125000000002e-05
189189
target_name:
190190
- Flow-QUAD
191-
mesh: nlf0416_F.exo
191+
mesh: ../../mesh/nlf0416_F.exo
192192
mesh_transformation:
193193
- mesh_parts:
194194
- Flow-QUAD

nalu-wind/2D_airfoil_Transition/NLF1-0416/aoa_5/input_files/nlf0416_F_aoa_5.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ realms:
188188
value: 1.0443125000000002e-05
189189
target_name:
190190
- Flow-QUAD
191-
mesh: nlf0416_F.exo
191+
mesh: ../../mesh/nlf0416_F.exo
192192
mesh_transformation:
193193
- mesh_parts:
194194
- Flow-QUAD
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/nlf0416_F.exo
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
outs:
2+
- md5: 62f8985f8342f0a934a7999b15e83682
3+
size: 7374282
4+
isexec: true
5+
hash: md5
6+
path: nlf0416_F.exo

nalu-wind/2D_airfoil_Transition/NLF1-0416/mesh_file/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)