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

#include <MatrixAssembly.hpp>

Classes

struct  result
 
struct  result< This(UT, UVecT, UVecT, UVecT, PVecT, Real, Real)>
 

Public Member Functions

template<typename UT , typename UVecT , typename PVecT >
const PVecT & operator() (PVecT &result, const UT &u, const UVecT &u_vec, const UVecT &a, const UVecT &delta_a, const PVecT &p_vec, const Real &tau_ps, const Real &dt) const
 Compute the coefficients for the full Navier-Stokes equations. More...
 

Detailed Description

Definition at line 149 of file MatrixAssembly.hpp.

Member Function Documentation

const PVecT& operator() ( PVecT &  result,
const UT &  u,
const UVecT &  u_vec,
const UVecT &  a,
const UVecT &  delta_a,
const PVecT &  p_vec,
const Real &  tau_ps,
const Real &  dt 
) const
inline

Compute the coefficients for the full Navier-Stokes equations.

Definition at line 162 of file MatrixAssembly.hpp.


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