Skip to content

Commit

Permalink
Update channel_gradient_test.i to replace deprecated kernel and updat…
Browse files Browse the repository at this point in the history
…e brace expression syntax.
  • Loading branch information
cticenhour committed Mar 19, 2019
1 parent 07ad6c3 commit 7dcb40e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions problems/channel_gradient_test.i
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Nu = 4
k = 1
half_channel_length = 0.5
h = ${/ ${* ${Nu} ${k}} ${half_channel_length}}
h = ${fparse (Nu * k) / half_channel_length}


[Mesh]
Expand Down Expand Up @@ -34,7 +34,7 @@ h = ${/ ${* ${Nu} ${k}} ${half_channel_length}}
variable = u
[../]
[./src]
type = UserForcingFunction
type = BodyForce
variable = u
function = ffn
[../]
Expand Down

0 comments on commit 7dcb40e

Please sign in to comment.