mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: expose fieldNames() selection for sampledSets/sampledSurfaces
- consistent with probes. Allows reporting/querying
This commit is contained in:
@ -306,6 +306,9 @@ public:
|
||||
// \return old value
|
||||
bool verbose(const bool on) noexcept;
|
||||
|
||||
//- Return names of fields to sample
|
||||
const wordRes& fieldNames() const noexcept { return fieldSelection_; }
|
||||
|
||||
//- Read the sampledSets
|
||||
virtual bool read(const dictionary&);
|
||||
|
||||
|
||||
@ -349,6 +349,9 @@ public:
|
||||
// \return old value
|
||||
bool verbose(const bool on) noexcept;
|
||||
|
||||
//- Return names of fields to sample
|
||||
const wordRes& fieldNames() const noexcept { return fieldSelection_; }
|
||||
|
||||
//- Read the sampledSurfaces dictionary
|
||||
virtual bool read(const dictionary& dict);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user