COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Classes | |
struct | BrownianCollisionKernel |
struct | DNSBrownianCollisionKernel |
Combined DNS and Brownian coagulation. More... | |
struct | DNSCollisionKernel |
struct | LocalImplicit |
struct | MomentSourceFunctor |
Functor to compute the moment source terms. More... | |
struct | NoCollisionKernel |
struct | TaylorGreenModel |
struct | UnityCollisionKernel |
Functions | |
Real | pow_int (const Real in, const int pow) |
template<typename CollisionKernelT > | |
void | source_term_loop (mesh::Region ®ion, const std::vector< std::string > &concentration_tags, const std::vector< std::string > &weighted_volume_tags, const std::vector< std::string > &gradient_tags, const Real reference_volume, const physics::PhysModel &physical_model) |
Real | square (const Real x) |
void | update_tg_values_func (const TaylorGreenModel &d, RealVector &out, const Real t, const Real dt) |
Variables | |
static MakeSFOp< LocalImplicit >::type const | local_implicit = {} |
static boost::proto::terminal< void(*)(const TaylorGreenModel &, RealVector &, const Real, const Real) >::type const | update_tg_values = {&update_tg_values_func} |
Real cf3::UFEM::particles::detail::pow_int | ( | const Real | in, |
const int | pow | ||
) |
Definition at line 51 of file Polydisperse.cpp.
void cf3::UFEM::particles::detail::source_term_loop | ( | mesh::Region & | region, |
const std::vector< std::string > & | concentration_tags, | ||
const std::vector< std::string > & | weighted_volume_tags, | ||
const std::vector< std::string > & | gradient_tags, | ||
const Real | reference_volume, | ||
const physics::PhysModel & | physical_model | ||
) |
Definition at line 351 of file Polydisperse.cpp.
|
inline |
Definition at line 47 of file TaylorGreen.cpp.
void cf3::UFEM::particles::detail::update_tg_values_func | ( | const TaylorGreenModel & | d, |
RealVector & | out, | ||
const Real | t, | ||
const Real | dt | ||
) |
Definition at line 72 of file TaylorGreen.cpp.
|
static |
Definition at line 60 of file EquilibriumEulerFEM.cpp.
|
static |
Definition at line 81 of file TaylorGreen.cpp.
Send comments to: COOLFluiD Web Admin |