Skip to content

Commit

Permalink
hit formatting of melt pool level set input files
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Pabon committed Jul 9, 2024
1 parent aea4a09 commit 950e190
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
12 changes: 7 additions & 5 deletions test/tests/melt_pool_level_set/level_set.i
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@
[]
[]

[Functions/ls_exact]
type = LevelSetOlssonPlane
epsilon = 0.0002
point = '0.005 0.005 0'
normal = '0 1 0'
[Functions]
[ls_exact]
type = LevelSetOlssonPlane
epsilon = 0.0002
point = '0.005 0.005 0'
normal = '0 1 0'
[]
[]

[BCs]
Expand Down
22 changes: 12 additions & 10 deletions test/tests/melt_pool_level_set/reinit.i
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[Mesh/gen]
type = GeneratedMeshGenerator
dim = 2
xmin = 0
xmax = 0.01
ymin = 0
ymax = 0.01
nx = 50
ny = 50
elem_type = QUAD4
[Mesh]
[gen]
type = GeneratedMeshGenerator
dim = 2
xmin = 0
xmax = 0.01
ymin = 0
ymax = 0.01
nx = 50
ny = 50
elem_type = QUAD4
[]
[]

[Variables]
Expand Down

0 comments on commit 950e190

Please sign in to comment.