![]() |
DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
|
Class that profide a method to configure physical system. The configuration of a physical system is done before any operations or measurements are performed on the physical system. The class that will be used by the simulation should be defined in the Simulation.properties file in the following manner: PhysicalConfigurationClass=InitialSetup. More...
#include <Testvs19_DamBreakSysConfigure.h>
Public Member Functions | |
void | configure (dbpp::PhysicalSystem *aPhySys, Sfx::Simulation *aSimulationBean) override final |
Implement this method to define how to configure the system. |
Class that profide a method to configure physical system. The configuration of a physical system is done before any operations or measurements are performed on the physical system. The class that will be used by the simulation should be defined in the Simulation.properties file in the following manner: PhysicalConfigurationClass=InitialSetup.
|
finaloverridevirtual |
Implement this method to define how to configure the system.
aPhySys | physical system |
aSimulationBean | simulation bean |
Implements Sfx::PhysicalConfigure.