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

#include <MatrixAssembly.hpp>

Public Types

typedef void result_type
 

Public Member Functions

template<typename UT , typename UAdvT , typename NUT , typename MatrixT >
void operator() (const UT &u_fd, const UAdvT &u, const NUT &nu_eff, MatrixT &M, MatrixT &T, const Real &dt, const Real &tau_bulk) const
 Compute the coefficients for the full Navier-Stokes equations. More...
 

Detailed Description

Definition at line 49 of file MatrixAssembly.hpp.

Member Typedef Documentation

typedef void result_type

Definition at line 51 of file MatrixAssembly.hpp.

Member Function Documentation

void operator() ( const UT &  u_fd,
const UAdvT &  u,
const NUT &  nu_eff,
MatrixT &  M,
MatrixT &  T,
const Real &  dt,
const Real &  tau_bulk 
) const
inline

Compute the coefficients for the full Navier-Stokes equations.

Definition at line 55 of file MatrixAssembly.hpp.


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