I'm working with a symmetry grid and want to use the command "nodet_mpi --mirror_y" to analyze side slip cases. I've found some documentation under cape.pyfun.cmd, .cmdrun, and .cmdgen, but can't seem to get anything to work.
I've tried adding the following to the JSON file under RunControl and on its own:
cmd: ["mpirun", "-n", "768", "nodet_mpi", "--mirror_y"]
cmdgen: ["mpirun", "-n", "768", "nodet_mpi", "--mirror_y"]
Also tried using the RunControl.nodet command, but no luck
nodet: ["mirror_y"]
I'm working with a symmetry grid and want to use the command "nodet_mpi --mirror_y" to analyze side slip cases. I've found some documentation under cape.pyfun.cmd, .cmdrun, and .cmdgen, but can't seem to get anything to work.
I've tried adding the following to the JSON file under RunControl and on its own:
cmd: ["mpirun", "-n", "768", "nodet_mpi", "--mirror_y"]cmdgen: ["mpirun", "-n", "768", "nodet_mpi", "--mirror_y"]Also tried using the RunControl.nodet command, but no luck
nodet: ["mirror_y"]