ActuatorCloud Struct Reference

AMR-Wind API: amr_wind::actuator::ActuatorCloud Struct Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches

#include <ActuatorContainer.H>

Public Member Functions

 ActuatorCloud (const int nobjects)
 

Public Attributes

amrex::Vector< int > num_pts
 Number of nodes per turbine on this MPI rank.
 
amrex::Vector< int > global_id
 Global IDs of the turbines on this MPI rank.
 
amrex::Vector< vs::Vectorposition
 Position vectors of all actuator nodes belonging to this MPI rank.
 
amrex::Vector< vs::Vectorvelocity
 Velocity vectors of all actuator nodes belonging to this MPI rank.
 
amrex::Vector< amrex::Real > density
 Density of all actuator nodes belonging to this MPI rank.
 
int num_objects
 Total number of turbines located on this MPI rank.
 

Detailed Description

Cloud of actuator points.

Holds the position vector and velocity information for a cloud of actuator points belonging to all the turbines within a given MPI rank.

Constructor & Destructor Documentation

◆ ActuatorCloud()

amr_wind::actuator::ActuatorCloud::ActuatorCloud ( const int nobjects)
explicit

Member Data Documentation

◆ density

amrex::Vector<amrex::Real> amr_wind::actuator::ActuatorCloud::density

Density of all actuator nodes belonging to this MPI rank.

◆ global_id

amrex::Vector<int> amr_wind::actuator::ActuatorCloud::global_id

Global IDs of the turbines on this MPI rank.

◆ num_objects

int amr_wind::actuator::ActuatorCloud::num_objects

Total number of turbines located on this MPI rank.

◆ num_pts

amrex::Vector<int> amr_wind::actuator::ActuatorCloud::num_pts

Number of nodes per turbine on this MPI rank.

◆ position

amrex::Vector<vs::Vector> amr_wind::actuator::ActuatorCloud::position

Position vectors of all actuator nodes belonging to this MPI rank.

◆ velocity

amrex::Vector<vs::Vector> amr_wind::actuator::ActuatorCloud::velocity

Velocity vectors of all actuator nodes belonging to this MPI rank.


The documentation for this struct was generated from the following files: