Skip to content

Commit 1d32673

Browse files
authored
Merge pull request #315 from smpark7/velocity-deprecation
Change deprecated velocity parameter
2 parents c8b992d + 34271e9 commit 1d32673

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

problems/033117_nts_temp_pre_parsed_mat/3d_auto_diff_rho.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ offset = 2.5
157157
[]
158158
[temp_advection_fuel]
159159
type = ConservativeTemperatureAdvection
160-
velocity = '0 0 ${flow_velocity}'
160+
velocity_variable = '0 0 ${flow_velocity}'
161161
variable = temp
162162
block = 'fuel'
163163
[]

problems/2017_annals_pub_msre_compare/2group.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ H = 162.56
8686
[]
8787
[temp_advection_fuel]
8888
type = ConservativeTemperatureAdvection
89-
velocity = '0 ${flow_velocity} 0'
89+
velocity_variable = '0 ${flow_velocity} 0'
9090
variable = temp
9191
block = 'fuel'
9292
[]

problems/2017_annals_pub_msre_compare/4group.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ H = 162.56
8686
[]
8787
[temp_advection_fuel]
8888
type = ConservativeTemperatureAdvection
89-
velocity = '0 ${flow_velocity} 0'
89+
velocity_variable = '0 ${flow_velocity} 0'
9090
variable = temp
9191
block = 'fuel'
9292
[]

problems/2017_annals_pub_msre_compare/auto_diff_rho.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ H = 162.56
8686
[]
8787
[temp_advection_fuel]
8888
type = ConservativeTemperatureAdvection
89-
velocity = '0 ${flow_velocity} 0'
89+
velocity_variable = '0 ${flow_velocity} 0'
9090
variable = temp
9191
block = 'fuel'
9292
[]

tests/temp/temp.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ini_temp = 922
3535
[]
3636
[temp_advection_fuel]
3737
type = ConservativeTemperatureAdvection
38-
velocity = '0 ${flow_velocity} 0'
38+
velocity_variable = '0 ${flow_velocity} 0'
3939
variable = temp
4040
block = 'fuel'
4141
[]

tutorial/transient/transient.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
[temp_advection_fuel]
128128
type = ConservativeTemperatureAdvection
129129
variable = temp
130-
velocity = '0 18.085 0'
130+
velocity_variable = '0 18.085 0'
131131
block = '0'
132132
[]
133133
[temp_diffusion]

0 commit comments

Comments
 (0)