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