src/DiffEq/Velocity/Velocity.hpp file

A model for velocity in variable-density turbulence.

Contents

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://doi.org/10.1063/1.865723). The extension is roughly along the lines of https://doi.org/10.1080/14685248.2011.554419.

Namespaces

namespace walker
Walker declarations and definitions.

Classes

template<class Init, class Coefficients>
class walker::Velocity
Velocity SDE used polymorphically with DiffEq.