mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
update tutorial case for USCM
This commit is contained in:
@ -26,7 +26,7 @@ FoamFile
|
||||
liggghtsCommandModels
|
||||
(
|
||||
runLiggghts
|
||||
writeLiggghts
|
||||
// writeLiggghts
|
||||
);
|
||||
// ************************************************************************* //
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 120.0;
|
||||
endTime 1200.0;
|
||||
|
||||
deltaT 0.0001;
|
||||
|
||||
@ -49,7 +49,7 @@ adjustTimeStep yes;
|
||||
|
||||
maxCo 0.5;
|
||||
|
||||
maxDeltaT 0.1;
|
||||
//maxDeltaT 0.1;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -64,5 +64,5 @@ compute_modify thermo_temp dynamic yes
|
||||
run 1
|
||||
dump dmp all custom 100 post/dump.liggghts_init id type x y z ix iy iz vx vy vz fx fy fz omegax omegay omegaz radius
|
||||
|
||||
run 10000 upto
|
||||
write_restart post/restart/liggghts.restart
|
||||
run 10000 upto
|
||||
write_restart ../DEM/post/restart/liggghts.restart
|
||||
|
||||
@ -16,7 +16,7 @@ processors 2 2 1
|
||||
read_restart ../DEM/post/restart/liggghts.restart
|
||||
|
||||
neighbor 0.0005 bin
|
||||
neigh_modify delay 0 binsize 0.01 ##0.01
|
||||
neigh_modify delay 0 binsize 0.01
|
||||
|
||||
|
||||
# Material properties required for granular pair styles
|
||||
@ -42,6 +42,8 @@ fix ywalls2 all wall/gran model hertz tangential history primitive type 1 yp
|
||||
fix zwalls1 all wall/gran model hertz tangential history primitive type 1 zplane 0.0
|
||||
fix zwalls2 all wall/gran model hertz tangential history primitive type 1 zplane 0.5
|
||||
|
||||
###############################################
|
||||
|
||||
# cfd coupling
|
||||
fix cfd all couple/cfd couple_every 100 mpi
|
||||
fix cfd2 all couple/cfd/force
|
||||
|
||||
Reference in New Issue
Block a user