/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:86
amrex::Vector< amrex::Real > m_origin
Definition PlaneSampler.H:93
void populate_netcdf_metadata(const ncutils::NCGroup &) const override
Definition PlaneSampler.cpp:192
amrex::Vector< amrex::Real > m_axis1
Definition PlaneSampler.H:91
static std::string identifier()
Definition PlaneSampler.H:32
void initialize(const std::string &key) override
Definition PlaneSampler.cpp:17
void output_locations(SampleLocType &sample_locs) const override
Definition PlaneSampler.H:56
~PlaneSampler() override
bool m_snap_to_cell_center
Definition PlaneSampler.H:102
int id() const override
Unique identifier for this set of probe locations.
Definition PlaneSampler.H:79
amrex::Vector< int > m_npts_dir
Definition PlaneSampler.H:96
amrex::Vector< amrex::Real > m_offset_vector
Definition PlaneSampler.H:94
std::string label() const override
Name of this sampling object.
Definition PlaneSampler.H:69
void sampling_locations(SampleLocType &) const override
Populate and return a vector of probe locations to be sampled.
Definition PlaneSampler.cpp:123
void populate_info_file(std::ostream &fh) const override
Definition PlaneSampler.cpp:204
long num_points() const override
Number of probe locations along the line.
Definition PlaneSampler.H:83
void define_netcdf_metadata(const ncutils::NCGroup &) const override
Definition PlaneSampler.cpp:179
amrex::Vector< amrex::Real > m_poffsets
Definition PlaneSampler.H:95
void check_bounds() override
Check and fix the bounds of the sampler so the probes are in the domain.
Definition PlaneSampler.cpp:59
amrex::Vector< amrex::Real > m_axis2
Definition PlaneSampler.H:92
std::string sampletype() const override
Type of this sampling object.
Definition PlaneSampler.H:73
PlaneSampler(const CFDSim &)
Definition PlaneSampler.cpp:13
Definition DTUSpinnerSampler.cpp:19
Definition SamplerBase.H:20
Generated by