├── Make ├── files └── options ├── README.md ├── dynamicSmagorinsky.C ├── dynamicSmagorinsky.H └── makeTurbulentFluidThermoModels.C /Make/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonkomoLLC/dynamicSmagorinsky/HEAD/Make/files -------------------------------------------------------------------------------- /Make/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonkomoLLC/dynamicSmagorinsky/HEAD/Make/options -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonkomoLLC/dynamicSmagorinsky/HEAD/README.md -------------------------------------------------------------------------------- /dynamicSmagorinsky.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonkomoLLC/dynamicSmagorinsky/HEAD/dynamicSmagorinsky.C -------------------------------------------------------------------------------- /dynamicSmagorinsky.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonkomoLLC/dynamicSmagorinsky/HEAD/dynamicSmagorinsky.H -------------------------------------------------------------------------------- /makeTurbulentFluidThermoModels.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonkomoLLC/dynamicSmagorinsky/HEAD/makeTurbulentFluidThermoModels.C --------------------------------------------------------------------------------