/home/runner/work/kynema-sgf/kynema-sgf/src/equation_systems/PDEHelpers.H File Reference

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/equation_systems/PDEHelpers.H File Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
PDEHelpers.H File Reference
Include dependency graph for PDEHelpers.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kynema_sgf
 This test case is intended as an evaluation of the momentum advection scheme.
namespace  kynema_sgf::pde_impl
namespace  kynema_sgf::pde

Functions

AMREX_INLINE std::string kynema_sgf::pde_impl::conv_term_name (const std::string &var)
 Field name that holds the convective term.
AMREX_INLINE std::string kynema_sgf::pde_impl::diff_term_name (const std::string &var)
 Field name that holds the diffusion term (divtau and laplacian for scalars)
AMREX_INLINE std::string kynema_sgf::pde_impl::src_term_name (const std::string &var)
 Field name for all the source terms.
AMREX_INLINE std::string kynema_sgf::pde_impl::mueff_name (const std::string &var)
 Effective viscosity for the transport equation.
template<typename PDE, typename Scheme>
PDEFields kynema_sgf::pde::create_fields_instance (const SimTime &time, FieldRepo &repo, const FieldInterpolator itype=FieldInterpolator::CellConsLinear)