LineSampler Class Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
amr_wind::sampling::LineSampler Class Reference
#include <LineSampler.H>
Inheritance diagram for amr_wind::sampling::LineSampler:
Collaboration diagram for amr_wind::sampling::LineSampler:
Public Member Functions | |
LineSampler (const CFDSim &) | |
~LineSampler () override | |
void | initialize (const std::string &key) override |
void | check_bounds () override |
Check and fix the bounds of the sampler so the probes are in the domain. | |
void | sampling_locations (SampleLocType &) const override |
Populate and return a vector of probe locations to be sampled. | |
void | sampling_locations (SampleLocType &, const amrex::Box &) const override |
void | output_locations (SampleLocType &sample_locs) const override |
void | define_netcdf_metadata (const ncutils::NCGroup &) const override |
void | populate_netcdf_metadata (const ncutils::NCGroup &) const override |
std::string | label () const override |
Name of this sampling object. | |
std::string & | label () override |
std::string | sampletype () const override |
Type of this sampling object. | |
int | id () const override |
Unique identifier for this set of probe locations. | |
int & | id () override |
long | num_points () const override |
Number of probe locations along the line. | |
long | num_output_points () const override |
Number of output probe locations (after data reduction etc.) | |
Static Public Member Functions | |
static std::string | identifier () |
Protected Attributes | |
const CFDSim & | m_sim |
amrex::Vector< amrex::Real > | m_start |
amrex::Vector< amrex::Real > | m_end |
std::string | m_label |
int | m_id {-1} |
int | m_npts {0} |
Detailed Description
Sample data along a line
Defines probes along a line defined by start
and end
coordinates and divides it into equal segments as determined by num_points
. The length of each segment is given by
\[ (end - start) / (num_points - 1) \]
Constructor & Destructor Documentation
◆ LineSampler()
|
explicit |
◆ ~LineSampler()
|
overridedefault |
Member Function Documentation
◆ check_bounds()
|
override |
Check and fix the bounds of the sampler so the probes are in the domain.
◆ define_netcdf_metadata()
|
override |
◆ id() [1/2]
|
inlineoverride |
Unique identifier for this set of probe locations.
◆ id() [2/2]
|
inlineoverride |
◆ identifier()
|
inlinestatic |
◆ initialize()
|
override |
Read user inputs and initialize the sampling object
- Parameters
-
key Prefix used to parse inputs from file
◆ label() [1/2]
|
inlineoverride |
Name of this sampling object.
◆ label() [2/2]
|
inlineoverride |
◆ num_output_points()
|
inlineoverride |
Number of output probe locations (after data reduction etc.)
◆ num_points()
|
inlineoverride |
Number of probe locations along the line.
◆ output_locations()
|
inlineoverride |
◆ populate_netcdf_metadata()
|
override |
◆ sampletype()
|
inlineoverride |
Type of this sampling object.
◆ sampling_locations() [1/2]
|
override |
Populate and return a vector of probe locations to be sampled.
◆ sampling_locations() [2/2]
|
override |
Populate the vector with coordinates of the sampling locations inside a box
Member Data Documentation
◆ m_end
|
protected |
◆ m_id
|
protected |
◆ m_label
|
protected |
◆ m_npts
|
protected |
◆ m_sim
|
protected |
◆ m_start
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/sampling/LineSampler.H
- /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/sampling/LineSampler.cpp
Generated by 1.12.0