Skip to content

Commit 5e38799

Browse files
hirokemonohiromatsui
authored andcommitted
Use “Thermal_buoyancy” for force define in examples
1 parent b3ebc0f commit 5e38799

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- name: build
4949
run: |
50-
brew install gfortran
50+
brew reinstall gcc
5151
brew info gfortran
5252
brew install open-mpi fftw hdf5-mpi
5353
brew info open-mpi

examples/dynamo_benchmark/Compositional_case_1/control_MHD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ begin MHD_control
121121
!
122122
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
123123
! available forces
124-
! gravity, Coriolis, Lorentz
125-
! Compositional_buoyancy
124+
! Coriolis, Lorentz
125+
! Thermal_buoyancy, Compositional_buoyancy
126126
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
127127
begin forces_define
128128
array force_ctl

examples/dynamo_benchmark/Compositional_case_1/control_snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ begin MHD_control
9494
!
9595
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9696
! available forces
97-
! gravity, Coriolis, Lorentz
98-
! Compositional_buoyancy
97+
! Coriolis, Lorentz
98+
! Thermal_buoyancy, Compositional_buoyancy
9999
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
100100
begin forces_define
101101
array force_ctl

examples/dynamo_benchmark/dynamobench_case_0/control_MHD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ begin MHD_control
115115
!
116116
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
117117
! available forces
118-
! gravity, Coriolis, Lorentz
118+
! Thermal_buoyancy, Coriolis, Lorentz
119119
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
120120
begin forces_define
121121
array force_ctl
122-
force_ctl gravity
122+
force_ctl Thermal_buoyancy
123123
force_ctl Coriolis
124124
end array force_ctl
125125
end forces_define

examples/dynamo_benchmark/dynamobench_case_0/control_snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ begin MHD_control
115115
!
116116
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
117117
! available forces
118-
! gravity, Coriolis, Lorentz
118+
! Thermal_buoyancy, Coriolis, Lorentz
119119
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
120120
begin forces_define
121121
array force_ctl
122-
force_ctl gravity
122+
force_ctl Thermal_buoyancy
123123
force_ctl Coriolis
124124
end array force_ctl
125125
end forces_define

examples/dynamo_benchmark/dynamobench_case_1/control_MHD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ begin MHD_control
118118
!
119119
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
120120
! available forces
121-
! gravity, Coriolis, Lorentz
121+
! Thermal_buoyancy, Coriolis, Lorentz
122122
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
123123
begin forces_define
124124
array force_ctl
125-
force_ctl gravity
125+
force_ctl Thermal_buoyancy
126126
force_ctl Coriolis
127127
force_ctl Lorentz
128128
end array force_ctl

examples/dynamo_benchmark/dynamobench_case_1/control_snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ begin MHD_control
104104
!
105105
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
106106
! available forces
107-
! gravity, Coriolis, Lorentz
107+
! Thermal_buoyancy, Coriolis, Lorentz
108108
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
109109
begin forces_define
110110
array force_ctl
111-
force_ctl gravity
111+
force_ctl Thermal_buoyancy
112112
force_ctl Coriolis
113113
force_ctl Lorentz
114114
end array force_ctl

examples/dynamo_benchmark/dynamobench_case_2/control_MHD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ begin MHD_control
126126
!
127127
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
128128
! available forces
129-
! gravity, Coriolis, Lorentz
129+
! Thermal_buoyancy, Coriolis, Lorentz
130130
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
131131
begin forces_define
132132
array force_ctl
133-
force_ctl gravity
133+
force_ctl Thermal_buoyancy
134134
force_ctl Coriolis
135135
force_ctl Lorentz
136136
end array force_ctl

examples/dynamo_benchmark/dynamobench_case_2/control_snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ begin MHD_control
9292
!
9393
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9494
! available forces
95-
! gravity, Coriolis, Lorentz
95+
! Thermal_buoyancy, Coriolis, Lorentz
9696
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9797
begin forces_define
9898
array force_ctl
99-
force_ctl gravity
99+
force_ctl Thermal_buoyancy
100100
force_ctl Coriolis
101101
force_ctl Lorentz
102102
end array force_ctl

examples/dynamo_benchmark/pseudo_vacuum/control_MHD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ begin MHD_control
123123
!
124124
!!!!! define of forces !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
125125
! available forces
126-
! gravity, Coriolis, Lorentz
126+
! Thermal_buoyancy, Coriolis, Lorentz
127127
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
128128
begin forces_define
129129
array force_ctl
130-
force_ctl gravity
130+
force_ctl Thermal_buoyancy
131131
force_ctl Coriolis
132132
force_ctl Lorentz
133133
end array force_ctl

0 commit comments

Comments
 (0)