COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Types | Public Member Functions | Public Attributes | List of all members
ComputeNuWALE Struct Reference

Proto functor to compute the turbulent viscosity. More...

#include <WALE.hpp>

Public Types

typedef void result_type
 

Public Member Functions

 ComputeNuWALE ()
 
template<typename UT , typename NUT , typename ValenceT >
void operator() (const UT &u, NUT &nu, const ValenceT &valence, const Real nu_visc) const
 

Public Attributes

Real cw
 
bool use_anisotropic_correction
 

Detailed Description

Proto functor to compute the turbulent viscosity.

Definition at line 64 of file WALE.hpp.

Member Typedef Documentation

typedef void result_type

Definition at line 66 of file WALE.hpp.

Constructor & Destructor Documentation

ComputeNuWALE ( )
inline

Definition at line 68 of file WALE.hpp.

Member Function Documentation

void operator() ( const UT &  u,
NUT &  nu,
const ValenceT &  valence,
const Real  nu_visc 
) const
inline

Definition at line 75 of file WALE.hpp.

Member Data Documentation

Real cw

Definition at line 148 of file WALE.hpp.

bool use_anisotropic_correction

Definition at line 149 of file WALE.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin