pde_impl Namespace Reference

AMR-Wind API: amr_wind::pde_impl Namespace Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
amr_wind::pde_impl Namespace Reference

Functions

std::string conv_term_name (const std::string &var)
 Field name that holds the convective term.
 
std::string diff_term_name (const std::string &var)
 Field name that holds the diffusion term (divtau and laplacian for scalars)
 
std::string src_term_name (const std::string &var)
 Field name for all the source terms.
 
std::string mueff_name (const std::string &var)
 Effective viscosity for the transport equation.
 

Function Documentation

◆ conv_term_name()

std::string amr_wind::pde_impl::conv_term_name ( const std::string & var)
inline

Field name that holds the convective term.

◆ diff_term_name()

std::string amr_wind::pde_impl::diff_term_name ( const std::string & var)
inline

Field name that holds the diffusion term (divtau and laplacian for scalars)

◆ mueff_name()

std::string amr_wind::pde_impl::mueff_name ( const std::string & var)
inline

Effective viscosity for the transport equation.

◆ src_term_name()

std::string amr_wind::pde_impl::src_term_name ( const std::string & var)
inline

Field name for all the source terms.