/home/runner/work/kynema-sgf/kynema-sgf/src/utilities/sampling/ProbeSampler.H Source File
|
Kynema-SGF API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
ProbeSampler.H
Go to the documentation of this file.
Definition CFDSim.H:55
void sampling_locations(SampleLocType &) const override
Populate the vector with coordinates of the sampling locations.
Definition ProbeSampler.cpp:95
std::string label() const override
Definition ProbeSampler.H:56
void define_netcdf_metadata(const ncutils::NCGroup &) const override
Definition ProbeSampler.cpp:133
long num_points() const override
Definition ProbeSampler.H:61
std::string sampletype() const override
Type of this sampling object.
Definition ProbeSampler.H:23
static std::string identifier()
Definition ProbeSampler.H:20
amrex::Vector< amrex::Real > m_poffsets
Definition ProbeSampler.H:71
~ProbeSampler() override
void check_bounds() override
Check and fix the bounds of the sampler so the probes are in the domain.
Definition ProbeSampler.cpp:69
ProbeSampler(const CFDSim &)
Definition ProbeSampler.cpp:12
bool m_snap_to_cell_center
Definition ProbeSampler.H:76
void output_locations(SampleLocType &sample_locs) const override
Definition ProbeSampler.H:46
amrex::Vector< amrex::Real > m_offset_vector
Definition ProbeSampler.H:70
long num_output_points() const override
Number of output probe locations (after data reduction etc.)
Definition ProbeSampler.H:64
void populate_info_file(std::ostream &fh) const override
Definition ProbeSampler.cpp:145
void initialize(const std::string &key) override
Definition ProbeSampler.cpp:16
Definition DTUSpinnerSampler.cpp:19
Definition SamplerBase.H:20
Generated by