COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <MatrixAssembly.hpp>
Classes | |
struct | result |
struct | result< This(UT, NUT, GT, UVecT1, UVecT2, PVecT, Real, Real)> |
struct | result< This(UT, NUT, UVecT1, UVecT2, PVecT, Real, Real)> |
Public Member Functions | |
template<typename StorageT , typename UT , typename NUT , typename UVecT1 , typename UVecT2 , typename PVecT > | |
const StorageT & | operator() (StorageT &result, const UT &u, const NUT &nu_eff, const UVecT1 &a_vec, const UVecT2 &dt_a_min_u_in, const PVecT &p_plus_dp_in, const Real &tau_su, const Real &tau_bulk) const |
Compute the coefficients for the full Navier-Stokes equations. More... | |
template<typename StorageT , typename UT , typename NUT , typename GT , typename UVecT1 , typename UVecT2 , typename PVecT > | |
const StorageT & | operator() (StorageT &result, const UT &u, const NUT &nu_eff, const GT &g, const UVecT1 &a_vec, const UVecT2 &dt_a_min_u_in, const PVecT &p_plus_dp_in, const Real &tau_su, const Real &tau_bulk) const |
Definition at line 209 of file MatrixAssembly.hpp.
|
inline |
Compute the coefficients for the full Navier-Stokes equations.
Mass matrix part is always second order
Definition at line 228 of file MatrixAssembly.hpp.
|
inline |
Definition at line 340 of file MatrixAssembly.hpp.
Send comments to: COOLFluiD Web Admin |