Multi-world operation now supports AMI: // What to sample: sampleMode nearestPatchFaceAMI;
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
laplacianFoam -case ./right -world RIGHT 2>&1 | tee log.run_right
|
|
read dummy
|