Skip to content

Commit

Permalink
hit formatting of melt pool mass input file
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Pabon committed Jul 9, 2024
1 parent d36ebca commit 024c308
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions test/tests/melt_pool_mass/mass.i
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[Mesh/gen]
type = GeneratedMeshGenerator
dim = 2
xmin = 0
xmax = 1
ymin = 0
ymax = 1
nx = 40
ny = 40
elem_type = QUAD4
[Mesh]
[gen]
type = GeneratedMeshGenerator
dim = 2
xmin = 0
xmax = 1
ymin = 0
ymax = 1
nx = 40
ny = 40
elem_type = QUAD4
[]
[]

[ICs]
Expand All @@ -26,11 +28,13 @@
[]
[]

[Functions/ls_exact]
type = LevelSetOlssonPlane
epsilon = 0.04
point = '0.5 0.5 0'
normal = '0 1 0'
[Functions]
[ls_exact]
type = LevelSetOlssonPlane
epsilon = 0.04
point = '0.5 0.5 0'
normal = '0 1 0'
[]
[]

[Kernels]
Expand Down

0 comments on commit 024c308

Please sign in to comment.