Skip to content

Commit

Permalink
Very nice sinusoidal welding simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad authored and cticenhour committed Nov 28, 2018
1 parent c7e68ef commit 4b1c879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tests/kc/kc.i
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@
reff = 0.6
F0 = 2.546e9
R = 1e-4
# x_beam_coord = '-1.5e-4 + 1.5e-6 * t / .5e-6'
x_beam_coord = '-1e-4 + 1e-4 * t / 2e-4'
x_beam_coord = '1e-4 * sin(t * 2 * pi / 2e-4)'
y_beam_coord = 0
z_beam_coord = 0
use_displaced_mesh = true
Expand Down

0 comments on commit 4b1c879

Please sign in to comment.