Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/dns/_manuscript_lid_driven_cavity/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/_manuscript_lid_driven_cavity/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 6000.
tend = 10000.
fldstp = 500
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/_manuscript_taylor_green_vortex/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/_manuscript_taylor_green_vortex/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 6.283185307179586
ub = 1.
visci = 1600.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 6000.
tend = 10000.
fldstp = 500
#
# case name (e.g., the Retau)
#
casename = '1600'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/_manuscript_turbulent_channel/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/_manuscript_turbulent_channel/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 5640.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 6000.
tend = 10000.
fldstp = 500
#
# case name (e.g., the Retau)
#
casename = '5640'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/_manuscript_turbulent_duct/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/_manuscript_turbulent_duct/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 4410.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 6000.
tend = 10000.
fldstp = 500
#
# case name (e.g., the Retau)
#
casename = '4410'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/closed_box/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/closed_box/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 12000.
tend = 20000.
fldstp = 1000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/couette/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/couette/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 12000.
tend = 20000.
fldstp = 1000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/developing_channel/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/developing_channel/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 12000.
tend = 20000.
fldstp = 1000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/developing_duct/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/developing_duct/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 12000.
tend = 20000.
fldstp = 1000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/half_channel/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/half_channel/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 12000.
tend = 20000.
fldstp = 1000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/lid_driven_cavity/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/lid_driven_cavity/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 12000.
tend = 20000.
fldstp = 1000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/periodic_channel/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/periodic_channel/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 60000.
tend = 100000.
fldstp = 5000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/periodic_duct/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/periodic_duct/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 1000.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 60000.
tend = 100000.
fldstp = 5000
#
# case name (e.g., the Retau)
#
casename = '1000'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/taylor_green_vortex_2d/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 1, 1
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/taylor_green_vortex_2d/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 100.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 600.
tend = 1000.
fldstp = 50
#
# case name (e.g., the Retau)
#
casename = '100'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/temporal_boundary_layer/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
17 changes: 17 additions & 0 deletions examples/dns/temporal_boundary_layer/input.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/usr/bin/python
# values should be consistent with dns.in
h = 1.
ub = 1.
visci = 500.
#
uconv = 0. # if we solve on a convective reference frame; else = 0.
#
# parameters for averaging
#
tbeg = 3000.
tend = 5000.
fldstp = 100
#
# case name (e.g., the Retau)
#
casename = '500'.zfill(5)
2 changes: 1 addition & 1 deletion examples/dns/triperiodic/input.nml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dims(1:2) = 0, 0
sgstype = 'none'
lwm(0:1,1:3) = 0,0, 0,0, 0,0
hwm = 0.
\
/

&cudecomp
cudecomp_t_comm_backend = 0, cudecomp_is_t_enable_nccl = T, cudecomp_is_t_enable_nvshmem = T
Expand Down
Loading