/home/runner/work/amr-wind/amr-wind/amr-wind/equation_systems/PDEHelpers.H File Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
PDEHelpers.H File Reference
#include <string>#include "amr-wind/equation_systems/PDEFields.H"#include "amr-wind/core/SimTime.H"#include "amr-wind/core/FieldRepo.H"#include "amr-wind/core/FieldFillPatchOps.H"#include "amr-wind/core/FieldBCOps.H"
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 | amr_wind |
| This test case is intended as an evaluation of the momentum advection scheme. | |
| namespace | amr_wind::pde_impl |
| namespace | amr_wind::pde |
Functions | |
| std::string | amr_wind::pde_impl::conv_term_name (const std::string &var) |
| Field name that holds the convective term. | |
| 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) | |
| std::string | amr_wind::pde_impl::src_term_name (const std::string &var) |
| Field name for all the source terms. | |
| std::string | amr_wind::pde_impl::mueff_name (const std::string &var) |
| Effective viscosity for the transport equation. | |
| template<typename PDE, typename Scheme> | |
| PDEFields | amr_wind::pde::create_fields_instance (const SimTime &time, FieldRepo &repo, const FieldInterpolator itype=FieldInterpolator::CellConsLinear) |
Generated by