Skip to content

Commit

Permalink
hit formatting of melt pool 2d input files
Browse files Browse the repository at this point in the history
Refs #128
  • Loading branch information
Armando Pabon committed Jul 3, 2024
1 parent 137e7c9 commit 8b3a26c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
12 changes: 7 additions & 5 deletions examples/melt_pool_2d/melt_pool.i
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,13 @@
[]
[]

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

[BCs]
Expand Down
22 changes: 12 additions & 10 deletions examples/melt_pool_2d/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
[]
[]

[Adaptivity]
Expand Down

0 comments on commit 8b3a26c

Please sign in to comment.