Skip to content

Commit

Permalink
updating paths for 3D airfoil inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Oct 22, 2024
1 parent 345602e commit 1b97ad3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_simple_precon

# solver for the pressure
Expand All @@ -66,7 +66,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_elliptic

Time_Integrators:
Expand Down Expand Up @@ -175,7 +175,7 @@ realms:
type: constant
value: 2.22e-4
target_name: fluid-hex
mesh: /scratch/sbidadi/naca_airfoil_test/mesh/naca0021_aoa_30.exo
mesh: naca0021_aoa_30.exo
name: realm_1
output:
output_data_base_name: results/naca_0021_30_iddes.e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_simple_precon

# solver for the pressure
Expand All @@ -66,7 +66,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_elliptic

Time_Integrators:
Expand Down Expand Up @@ -175,7 +175,7 @@ realms:
type: constant
value: 2.22e-4
target_name: fluid-hex
mesh: /scratch/sbidadi/naca_airfoil_test/mesh/naca0021_aoa_45.exo
mesh: naca0021_aoa_45.exo
name: realm_1
output:
output_data_base_name: results/naca_0021_45_iddes.e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_simple_precon

# solver for the pressure
Expand All @@ -66,7 +66,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_elliptic

Time_Integrators:
Expand Down Expand Up @@ -175,7 +175,7 @@ realms:
type: constant
value: 2.22e-4
target_name: fluid-hex
mesh: /scratch/sbidadi/naca_airfoil_test/mesh/naca0021_aoa_60.exo
mesh: naca0021_aoa_60.exo
name: realm_1
output:
output_data_base_name: results/naca_0021_60_iddes.e
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_simple_precon

# solver for the pressure
Expand All @@ -66,7 +66,7 @@ linear_solvers:
reuse_linear_system: yes
simple_hypre_matrix_assemble: yes
dump_hypre_matrix_stats: no
hypre_cfg_file: /projects/hfm/sbidadi/nrel_phase_vi/input_files/hypre_file.yaml
hypre_cfg_file: hypre_file.yaml
hypre_cfg_node: hypre_elliptic

Time_Integrators:
Expand Down Expand Up @@ -175,7 +175,7 @@ realms:
type: constant
value: 2.22e-4
target_name: fluid-hex
mesh: /scratch/sbidadi/naca_airfoil_test/mesh/naca0021_aoa_90.exo
mesh: naca0021_aoa_90.exo
name: realm_1
output:
output_data_base_name: results/naca_0021_90_iddes.e
Expand Down

0 comments on commit 1b97ad3

Please sign in to comment.