Simulation
Mesh it, solve it,then look at it
OpenFOAM 10 with the environment already sourced.The container stays up, and your cases sit under /data.
OpenFOAM 104 cores · 32 GBRuns in a shell
hub://openfoam
$ dxflow workflow create --identity openfoam hub://openfoam
$ dxflow workflow start openfoam
01Pick a machinecores, memory and a rate per hour
02Create the workflowpulled from the hub, once
03Run it, then stopstopped when the work is done
The application
Solvers, utilitiesand the whole environment
Sourced on login, so blockMesh and every solver are on the PATH.
The solver set
icoFoam, simpleFoam, pimpleFoam, interFoam and the rest, all in it.
Decompose and run
decomposePar, then mpirun -np N and -parallel, then reconstructPar.
ParaView after it
The case sits on the volume, so the ParaView workflow will open it.
The shell
No window,just a prompt
The container stays up, and the cases live under /data.
blockMeshCommandand every solver
/dataStoragecases, meshes and logs
The container stays upIt idles until you stop it, so the shell is there when you are.
Everything on /dataThe volume is mounted there, and the time directories land in it.
Run OpenFOAM on your own machinePick a machine that meets it, and it opens about a minute after you ask.