Batch
nf aerocloud v7 batch $dir provides an interactive UI to review and submit a batch of simulations.
Inside the UI, follow the instructions and available commands at the bottom of each block.
⚠️
When submitting simulations, stuff can go wrong: network timeouts, invalid parameters and such.
Each succesfully submitted simulation will be marked as such and won’t be resent, while allowing you to make changes to JSON files
and reload them.
The expected structure of the passed $dir is:
dir
├── simulation-1 # `simulation-1` is going to be the name of the simulation.
│ ├── model-1.stl # `model` can be any valid UTF-8 filename.
│ ├── model-1.json # Provides additional params on the `.stl` above (unit, parts, ...). *File names must match!*
│ ├── model-2.obj
│ ├── model-2.json
│ ├── params.json # Simulation params.
└── simulation-2
├── donut-with-parts.json
├── donut-with-parts.obj
├── params.jsonYou can find an example here
Select a project
If you haven’t created a project yet, you can do it via browser, then press r to refresh the list.

Review simulations
Move around to review each simulation’s parameters.

Submit batch
Once you are satisfied, press CTRL+o to submit.

Track submission progress

The end
ℹ️
Don’t forget that your simulations are in
draft state and still need to be manually confirmed via browser.