/home/runner/work/kynema-sgf/kynema-sgf/src/utilities/sampling/PlaneSampler.H Source File
|
Kynema-SGF 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:55
long num_output_points() const override
Number of output probe locations (after data reduction etc.)
Definition PlaneSampler.H:84
amrex::Vector< amrex::Real > m_origin
Definition PlaneSampler.H:91
void populate_netcdf_metadata(const ncutils::NCGroup &) const override
Definition PlaneSampler.cpp:181
amrex::Vector< amrex::Real > m_axis1
Definition PlaneSampler.H:89
static std::string identifier()
Definition PlaneSampler.H:32
void initialize(const std::string &key) override
Definition PlaneSampler.cpp:16
void output_locations(SampleLocType &sample_locs) const override
Definition PlaneSampler.H:56
~PlaneSampler() override
int id() const override
Unique identifier for this set of probe locations.
Definition PlaneSampler.H:77
amrex::Vector< int > m_npts_dir
Definition PlaneSampler.H:94
amrex::Vector< amrex::Real > m_offset_vector
Definition PlaneSampler.H:92
std::string label() const override
Name of this sampling object.
Definition PlaneSampler.H:67
void sampling_locations(SampleLocType &) const override
Populate and return a vector of probe locations to be sampled.
Definition PlaneSampler.cpp:121
long num_points() const override
Number of probe locations along the line.
Definition PlaneSampler.H:81
void define_netcdf_metadata(const ncutils::NCGroup &) const override
Definition PlaneSampler.cpp:168
amrex::Vector< amrex::Real > m_poffsets
Definition PlaneSampler.H:93
void check_bounds() override
Check and fix the bounds of the sampler so the probes are in the domain.
Definition PlaneSampler.cpp:57
amrex::Vector< amrex::Real > m_axis2
Definition PlaneSampler.H:90
std::string sampletype() const override
Type of this sampling object.
Definition PlaneSampler.H:71
PlaneSampler(const CFDSim &)
Definition PlaneSampler.cpp:12
Definition DTUSpinnerSampler.cpp:19
Definition SamplerBase.H:19
Generated by