fvm Namespace Reference
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::fvm Namespace Reference
Namespaces | |
| namespace | impl |
| namespace | stencil |
Classes | |
| struct | Curvature |
| struct | Divergence |
| struct | Filter |
| struct | Godunov |
| struct | Gradient |
| struct | Laplacian |
| struct | MOL |
| struct | NonLinearSum |
| struct | Qcriterion |
| struct | StrainRate |
| struct | Vorticity |
| struct | VorticityMag |
Functions | |
| template<typename FTypeIn, typename FTypeOut> | |
| void | curvature (FTypeOut &curphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | curvature (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | divergence (FTypeOut &divphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | divergence (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | filter (FTypeOut &filterphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | filter (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | gradient (FTypeOut &gradphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | gradient (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | laplacian (FTypeOut &lapphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | laplacian (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | nonlinearsum (FTypeOut &strphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | nonlinearsum (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | q_criterion (FTypeOut &qcritphi, const FTypeIn &phi, const bool nondim=false) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | q_criterion (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | strainrate (FTypeOut &strphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | strainrate (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | vorticity (FTypeOut &vortphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | vorticity (const FType &phi) |
| template<typename FTypeIn, typename FTypeOut> | |
| void | vorticity_mag (FTypeOut &vortmagphi, const FTypeIn &phi) |
| template<typename FType> | |
| std::unique_ptr< ScratchField > | vorticity_mag (const FType &phi) |
Generated by