Skip to content

Commit

Permalink
Use new SurfaceTensionBCs in input file
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad authored and cticenhour committed Dec 17, 2018
1 parent a59c6ea commit cd02186
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
26 changes: 25 additions & 1 deletion test/tests/kc/cold-start-twice-around-circle.i
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,31 @@ surfacetemp=300
use_displaced_mesh = true
[../]

[./displace_x_top]
[./surface_x]
type = SurfaceTensionBC
variable = vel_x
boundary = 'front'
component = 0
use_displaced_mesh = true
[../]

[./surface_y]
type = SurfaceTensionBC
variable = vel_y
boundary = 'front'
component = 1
use_displaced_mesh = true
[../]

[./surface_z]
type = SurfaceTensionBC
variable = vel_z
boundary = 'front'
component = 2
use_displaced_mesh = true
[../]

[./displace_x_top]
type = DisplaceBoundaryBC
boundary = 'front'
variable = 'disp_x'
Expand Down
24 changes: 24 additions & 0 deletions test/tests/kc/hot-once-around-circle.i
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,30 @@ timestep=4e-7
use_displaced_mesh = true
[../]

[./surface_x]
type = SurfaceTensionBC
variable = vel_x
boundary = 'front'
component = 0
use_displaced_mesh = true
[../]

[./surface_y]
type = SurfaceTensionBC
variable = vel_y
boundary = 'front'
component = 1
use_displaced_mesh = true
[../]

[./surface_z]
type = SurfaceTensionBC
variable = vel_z
boundary = 'front'
component = 2
use_displaced_mesh = true
[../]

[./displace_x_top]
type = DisplaceBoundaryBC
boundary = 'front'
Expand Down

0 comments on commit cd02186

Please sign in to comment.