/home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/actuator_types.H File Reference

Kynema-SGF API: /home/runner/work/kynema-sgf/kynema-sgf/src/wind_energy/actuator/actuator_types.H File Reference
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
actuator_types.H File Reference
#include "src/core/Slice.H"
#include "src/core/vs/vector_space.H"
#include "AMReX_Gpu.H"
#include "AMReX_RealBox.H"
#include <set>
#include <utility>
#include "AMReX_REAL.H"
Include dependency graph for actuator_types.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kynema_sgf::actuator::ActuatorType
struct  kynema_sgf::actuator::ActSrcType
struct  kynema_sgf::actuator::ActSrcLine
struct  kynema_sgf::actuator::ActSrcDisk
struct  kynema_sgf::actuator::ActGrid
struct  kynema_sgf::actuator::ComponentView
struct  kynema_sgf::actuator::ActInfo
class  kynema_sgf::actuator::ActDataHolder< ActTrait >

Namespaces

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

Typedefs

using kynema_sgf::actuator::RealList = amrex::Vector<amrex::Real>
using kynema_sgf::actuator::RealSlice = ::kynema_sgf::utils::Slice<amrex::Real>
using kynema_sgf::actuator::VecList = amrex::Vector<kynema_sgf::vs::Vector>
using kynema_sgf::actuator::VecSlice = ::kynema_sgf::utils::Slice<kynema_sgf::vs::Vector>
using kynema_sgf::actuator::TensorList = amrex::Vector<kynema_sgf::vs::Tensor>
using kynema_sgf::actuator::TensorSlice = ::kynema_sgf::utils::Slice<kynema_sgf::vs::Tensor>
using kynema_sgf::actuator::DeviceVecList = amrex::Gpu::DeviceVector<kynema_sgf::vs::Vector>
using kynema_sgf::actuator::DeviceTensorList = amrex::Gpu::DeviceVector<kynema_sgf::vs::Tensor>