Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
Industry-standard Large-Eddy Simulation (LES) code for fire-driven fluid dynamics, smoke transport, and heat transfer.
Utility
stars
819
forks
676
FDS (Fire Dynamics Simulator) is the global de facto standard for fire protection engineering. Developed primarily by NIST, its defensibility is not just in its codebase, but in its massive verification and validation (V&V) corpus—thousands of pages of documentation comparing simulation results to real-world physical experiments. A competitor (even a frontier lab) cannot simply 'code' a replacement; they would need to replicate decades of empirical physical testing to achieve the same level of regulatory and industry trust. The high fork-to-star ratio (nearly 1:1) indicates a deeply technical user base that treats the repo as a critical infrastructure tool rather than a library to be 'liked.' While frontier labs are exploring AI-accelerated CFD (Computational Fluid Dynamics), the specific domain of fire safety is highly regulated and risk-averse, making displacement by 'black box' neural solvers unlikely in the next decade. Commercial competitors like PyroSim already exist, but they build on top of FDS rather than trying to replace its core solver.
TECH STACK
INTEGRATION
cli_tool
READINESS
The reusable building blocks distilled from this project — each a mechanism you could lift into your own.
GridState -> FlowField
Solve filtered Navier-Stokes equations on a structured grid to compute time-stepping velocity and temperature fields for low-speed flows.
GasState -> RadiativeHeatFlux
Calculate radiative heat transport in a participating gas medium by solving the radiative transfer equation across discrete solid angles.