10#include "include/Sfx_IPhysicalMeasurement.h"
24 using vectplAQH = std::vector<std::tuple<float64, float64, float64>>;
41 void take(
const Sfx::PhysicalSystem* aPhysSystem)
override final;
46 std::wstring
toString() override final;
51 std::
string toSql() override final {
return std::string{
"no implementation" }; }
vectplAQH m_AQHvalues
Definition Testvs19_DamBreakMeasure.h:53
std::string m_Filename
Definition Testvs19_DamBreakMeasure.h:55
std::vector< std::tuple< float64, float64, float64 > > vectplAQH
Alias physical measurement.
Definition Testvs19_DamBreakMeasure.h:24
vectplAQH getValues() const
method to retrieve A,Q,H values
Definition Testvs19_DamBreakMeasure.h:36
std::string m_strRep
Definition Testvs19_DamBreakMeasure.h:54
DamBreakMeasureAQH()=default
default ctor
std::wstring toString() override final
Use the FileDataStore to store simulation data.
Definition Testvs19_DamBreakMeasure.cpp:82
void take(const Sfx::PhysicalSystem *aPhysSystem) override final
Taking a measurement of the PhysicalSystem during the simulation.
Definition Testvs19_DamBreakMeasure.cpp:17
std::string toSql() override final
Use the DbmsDataStore to store data.
Definition Testvs19_DamBreakMeasure.h:51
Definition Testvs19_BaseRhsPhysicsAlgorithm.cpp:19