DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
Testvs19_DamBreakSysMeasurement.h
Go to the documentation of this file.
1#pragma once
2
3// Base package include
5
6namespace Testvs19
7{
27 {
28 public:
33 void take( dbpp::PhysicalSystem* aPhysys) override final {}
34 };
35}// End of namespace
Physical measuremt taken on physical system (e.g. energy, friction, ...).
Definition Sfx_PhysicalMeasurement.h:14
This interface defines the required method for the Measurement bean. The user will define the necessa...
Definition Testvs19_DamBreakSysMeasurement.h:27
void take(dbpp::PhysicalSystem *aPhysys) override final
Define this method for taking a measurement of the PhysicalSystem during the simulation.
Definition Testvs19_DamBreakSysMeasurement.h:33
Physical system made of physical objects under study and described by the state variables....
Definition dbpp_PhysicalSystem.h:32
Definition Testvs19_BaseRhsPhysicsAlgorithm.cpp:19