Skip to content

Commit

Permalink
Ensure we're computing on the displaced mesh for materials that requi…
Browse files Browse the repository at this point in the history
…re coupled gradients
  • Loading branch information
lindsayad authored and cticenhour committed Dec 20, 2018
1 parent fa57121 commit 5887e05
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/tests/kc/2d-one-spot.i
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ pooldepth=.2e-3
type = CrazyKCPlantFitsBoundary
boundary = 'top'
temperature = T
use_displaced_mesh = true
[../]
[]

Expand Down
1 change: 1 addition & 0 deletions test/tests/kc/cold-start-twice-around-circle.i
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ surfacetemp=300
type = CrazyKCPlantFitsBoundary
boundary = 'front'
temperature = T
use_displaced_mesh = true
[../]
[]

Expand Down
1 change: 1 addition & 0 deletions test/tests/kc/hot-once-around-circle.i
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ timestep=4e-7
[../]
[./boundary]
type = CrazyKCPlantFitsBoundary
use_displaced_mesh = true
boundary = 'front'
temperature = T
[../]
Expand Down
1 change: 1 addition & 0 deletions test/tests/kc/kc-profiling.i
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
[../]
[./boundary]
type = CrazyKCPlantFitsBoundary
use_displaced_mesh = true
boundary = 'front'
temperature = T
[../]
Expand Down
3 changes: 2 additions & 1 deletion test/tests/kc/kc_jacobian_tester.i
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
[../]
[./boundary]
type = CrazyKCPlantFitsBoundary
use_displaced_mesh = true
boundary = 'front'
temperature = T
c_mu0 = 1
Expand Down Expand Up @@ -400,7 +401,7 @@
[./exodus]
type = Exodus
output_material_properties = true
show_material_properties = 'mu rc_pressure'
show_material_properties = 'mu rc_pressure surface_term_curvature surface_term_gradient1 surface_term_gradient2'
[../]
[./dofmap]
type = DOFMap
Expand Down
1 change: 1 addition & 0 deletions test/tests/kc/one-spot.i
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ pooldepth=.2e-3
[../]
[./boundary]
type = CrazyKCPlantFitsBoundary
use_displaced_mesh = true
boundary = 'front'
temperature = T
[../]
Expand Down

0 comments on commit 5887e05

Please sign in to comment.