mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
8 lines
262 B
Bash
Executable File
8 lines
262 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# adapt settings for restart run
|
|
cp ./CFD/constant/liggghtsCommands_restart ./CFD/constant/liggghtsCommands
|
|
cp ./CFD/constant/couplingProperties_restart ./CFD/constant/couplingProperties
|
|
cp ./CFD/system/controlDict_restart ./CFD/system/controlDict
|
|
|