/home/runner/work/amr-wind/amr-wind/amr-wind/utilities/sampling/PlaneSampler.H Source File
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
PlaneSampler.H
Go to the documentation of this file.
Definition CFDSim.H:54
void check_bounds() override
Check and fix the bounds of the sampler so the probes are in the domain.
Definition PlaneSampler.cpp:57
void define_netcdf_metadata(const ncutils::NCGroup &) const override
Definition PlaneSampler.cpp:167
~PlaneSampler() override
amrex::Vector< int > m_npts_dir
Definition PlaneSampler.H:91
std::string sampletype() const override
Type of this sampling object.
Definition PlaneSampler.H:71
void sampling_locations(SampleLocType &) const override
Populate and return a vector of probe locations to be sampled.
Definition PlaneSampler.cpp:120
amrex::Vector< amrex::Real > m_poffsets
Definition PlaneSampler.H:90
void initialize(const std::string &key) override
Definition PlaneSampler.cpp:16
amrex::Vector< amrex::Real > m_origin
Definition PlaneSampler.H:88
amrex::Vector< amrex::Real > m_axis1
Definition PlaneSampler.H:86
void output_locations(SampleLocType &sample_locs) const override
Definition PlaneSampler.H:56
std::string label() const override
Name of this sampling object.
Definition PlaneSampler.H:67
int id() const override
Unique identifier for this set of probe locations.
Definition PlaneSampler.H:74
long num_output_points() const override
Number of output probe locations (after data reduction etc.)
Definition PlaneSampler.H:81
amrex::Vector< amrex::Real > m_offset_vector
Definition PlaneSampler.H:89
void populate_netcdf_metadata(const ncutils::NCGroup &) const override
Definition PlaneSampler.cpp:180
amrex::Vector< amrex::Real > m_axis2
Definition PlaneSampler.H:87
long num_points() const override
Number of probe locations along the line.
Definition PlaneSampler.H:78
PlaneSampler(const CFDSim &)
Definition PlaneSampler.cpp:12
static std::string identifier()
Definition PlaneSampler.H:32
Definition DTUSpinnerSampler.cpp:19
Definition SamplerBase.H:19
Generated by