Velocity.hpp file
A model for velocity in variable-density turbulence.
Contents
- Reference
 
This file implements the time integration of a system of stochastic differential equations (SDEs) to model the fluctuating velocity components in homogeneous variable-density turbulence. This model is an extension of the generalized Langevin (GLM) model for constant-density flows by Haworth & Pope (https:/
Namespaces
- namespace walker
 - Walker declarations and definitions.
 
Classes
- 
              template<class Init, class Coefficients>class walker::Velocity
 - Velocity SDE used polymorphically with DiffEq.