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 | |
| AMREX_INLINE std::string | conv_term_name (const std::string &var) |
| Field name that holds the convective term. | |
| AMREX_INLINE std::string | diff_term_name (const std::string &var) |
| Field name that holds the diffusion term (divtau and laplacian for scalars) | |
| AMREX_INLINE std::string | src_term_name (const std::string &var) |
| Field name for all the source terms. | |
| AMREX_INLINE std::string | mueff_name (const std::string &var) |
| Effective viscosity for the transport equation. | |
Function Documentation
◆ conv_term_name()
| AMREX_INLINE std::string amr_wind::pde_impl::conv_term_name | ( | const std::string & | var | ) |
Field name that holds the convective term.
◆ diff_term_name()
| AMREX_INLINE std::string amr_wind::pde_impl::diff_term_name | ( | const std::string & | var | ) |
Field name that holds the diffusion term (divtau and laplacian for scalars)
◆ mueff_name()
| AMREX_INLINE std::string amr_wind::pde_impl::mueff_name | ( | const std::string & | var | ) |
Effective viscosity for the transport equation.
◆ src_term_name()
| AMREX_INLINE std::string amr_wind::pde_impl::src_term_name | ( | const std::string & | var | ) |
Field name for all the source terms.
Generated by