Merge branch 'correct_user_smd_examples' of github.com:dboemer/lammps into collected-small-changes

This commit is contained in:
Axel Kohlmeyer
2020-10-19 13:52:18 -04:00
5 changed files with 92 additions and 100 deletions

View File

@ -6,7 +6,6 @@
#
####################################################################################################
####################################################################################################
# MATERIAL PARAMETERS
####################################################################################################
@ -57,7 +56,6 @@ create_box 1 box
create_atoms 1 box
group tlsph type 1
####################################################################################################
# DISCRETIZATION PARAMETERS
####################################################################################################
@ -79,8 +77,8 @@ group top region top
group bot region bot
variable vel_up equal ${vel0}*(1.0-exp(-0.01*time))
variable vel_down equal -v_vel_up
fix veltop_fix top smd/setvelocity 0 v_vel_up 0
fix velbot_fix bot smd/setvelocity 0 v_vel_down 0
fix veltop_fix top smd/setvel 0 v_vel_up 0
fix velbot_fix bot smd/setvel 0 v_vel_down 0
####################################################################################################
# INTERACTION PHYSICS / MATERIAL MODEL

View File

@ -152,5 +152,3 @@ thermo_modify lost ignore
####################################################################################################
fix balance_fix all balance 1000 0.9 rcb # load balancing for MPI
run 40000

View File

@ -9,7 +9,6 @@
#
####################################################################################################
####################################################################################################
# MATERIAL PARAMETERS
####################################################################################################
@ -77,8 +76,6 @@ pair_coeff 1 1 smd/ulsph *COMMON ${rho} ${c0} ${q1} ${cp} ${hg} &
pair_coeff 2 2 none
pair_coeff 1 2 smd/tri_surface ${contact_stiffness}
####################################################################################################
# LOAD STL SURFACE
####################################################################################################

View File

@ -6,7 +6,6 @@
#
####################################################################################################
####################################################################################################
# MATERIAL PARAMETERS
####################################################################################################
@ -62,8 +61,8 @@ group top region top
group bot region bot
variable vel_up equal ${vel0}*(1.0-exp(-0.01*time))
variable vel_down equal -v_vel_up
fix veltop_fix top smd/setvelocity 0 v_vel_up 0
fix velbot_fix bot smd/setvelocity 0 v_vel_down 0
fix veltop_fix top smd/setvel 0 v_vel_up 0
fix velbot_fix bot smd/setvel 0 v_vel_down 0
####################################################################################################
# INTERACTION PHYSICS / MATERIAL MODEL