Skip to content

Commit

Permalink
hit formatting of melt pool 3d input files
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Pabon committed Jul 2, 2024
1 parent 790092c commit ad18b77
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
12 changes: 7 additions & 5 deletions examples/melt_pool_3d/melt_pool.i
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,13 @@
[]
[]

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

[BCs]
Expand Down
28 changes: 15 additions & 13 deletions examples/melt_pool_3d/reinit.i
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
[Mesh/gen]
type = GeneratedMeshGenerator
dim = 3
xmin = 0
xmax = 0.01
ymin = 0
ymax = 0.01
zmin = 0
zmax = 0.01
nx = 50
ny = 50
nz = 50
elem_type = HEX8
[Mesh]
[gen]
type = GeneratedMeshGenerator
dim = 3
xmin = 0
xmax = 0.01
ymin = 0
ymax = 0.01
zmin = 0
zmax = 0.01
nx = 50
ny = 50
nz = 50
elem_type = HEX8
[]
[]

[Adaptivity]
Expand Down

0 comments on commit ad18b77

Please sign in to comment.