NGC | Catalog

M-Star CFD

For copy image paths and more information, please view on a desktop device.
Logo for M-Star CFD

Description

M-Star CFD is a multi-physics modeling package used to simulate fluid flow, heat transfer, species transport, chemical reactions, particle transport, and rigid-body dynamics.

Publisher

M-Star Simulations

Latest Tag

3.3.123

Modified

December 1, 2023

Compressed Size

588.13 MB

Multinode Support

No

Multi-Arch Support

No

M-Star CFD

M-Star CFD is a multi-physics modeling package used to simulate fluid flow, heat transfer, species transport, chemical reactions, particle transport, and rigid-body dynamics. M-Star CFD is developed, maintained, and supported by M-Star Simulations, LLC (“M-Star”), based in Maryland, USA.

M-Star CFD contains three primary components: M-Star Build, M-Star Solve, and M-Star Post. M-Star Build is a graphical interface used to prepare models and specify simulation parameters. M-Star Solve uses input files generated from the interface to execute the simulation. M-Star Post renders and plots data generated by the solver.

System Requirements

  • Volta(sm70), or Ampere(sm80) NVIDIA GPU(s)
  • CUDA driver version >= r450.80.02

License Requirements

Use of the M-Star CFD container requires a valid license. Please submit license inquiries to the M-Star CFD support team.

Running with Docker

Set path to license file

export mstar_LICENSE=/mstar.lic

Start an interactive session in the container and bin the license file to /mstar.lic

docker run -it --rm --gpus all -v $mstar_LICENSE:/mstar.lic --shm-size=1g --ulimit memlock=-1 nvcr.io/hpc/m-star:3.3.123

Run the solver

mpirun -np 8 mstar-cfd-mgpu --gpu-auto --disable-ipc -i input.xml -o out

Suggested Reading