/home/runner/work/kynema-sgf/kynema-sgf/src/utilities/sampling/LineSampler.H Source File
|
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
LineSampler.H
Go to the documentation of this file.
Definition CFDSim.H:55
void initialize(const std::string &key) override
Definition LineSampler.cpp:14
static std::string identifier()
Definition LineSampler.H:18
~LineSampler() override
amrex::Vector< amrex::Real > m_end
Definition LineSampler.H:76
long num_points() const override
Number of probe locations along the line.
Definition LineSampler.H:67
long num_output_points() const override
Number of output probe locations (after data reduction etc.)
Definition LineSampler.H:70
std::string label() const override
Name of this sampling object.
Definition LineSampler.H:53
void populate_netcdf_metadata(const ncutils::NCGroup &) const override
Definition LineSampler.cpp:101
LineSampler(const CFDSim &)
Definition LineSampler.cpp:10
void output_locations(SampleLocType &sample_locs) const override
Definition LineSampler.H:42
std::string sampletype() const override
Type of this sampling object.
Definition LineSampler.H:57
amrex::Vector< amrex::Real > m_start
Definition LineSampler.H:75
void define_netcdf_metadata(const ncutils::NCGroup &) const override
Definition LineSampler.cpp:94
int id() const override
Unique identifier for this set of probe locations.
Definition LineSampler.H:63
void check_bounds() override
Check and fix the bounds of the sampler so the probes are in the domain.
Definition LineSampler.cpp:25
void sampling_locations(SampleLocType &) const override
Populate and return a vector of probe locations to be sampled.
Definition LineSampler.cpp:57
Definition DTUSpinnerSampler.cpp:19
Definition SamplerBase.H:19
Generated by