DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
Testvs19_DamBreakSysConfigure.h
Go to the documentation of this file.
1#pragma once
2
3// SfxBase include
5
6// forward declaration
7namespace dbpp {
8 class PhysicalSystem;
10}
11
12namespace Testvs19
13{
22 {
23 public:
29 void configure( dbpp::PhysicalSystem* aPhySys, Sfx::Simulation* aSimulationBean) override final;
30 };
31}// End of namespace
Responsible to set initial configuration of the physical system (e.g. initial condition).
Definition Sfx_PhysicalConfigure.h:19
Bean that represents a simulation in the framework. Many of the attributes of the simulation bean are...
Definition Sfx_Simulation.h:22
Class that profide a method to configure physical system. The configuration of a physical system is d...
Definition Testvs19_DamBreakSysConfigure.h:22
void configure(dbpp::PhysicalSystem *aPhySys, Sfx::Simulation *aSimulationBean) override final
Implement this method to define how to configure the system.
Definition Testvs19_DamBreakSysConfigure.cpp:61
global discretized domain is defined as a set of all nodes and all elements. PHYSICAL ENTITIES includ...
Definition dbpp_FiniteVolumeDiscretization.h:26
Physical system made of physical objects under study and described by the state variables....
Definition dbpp_PhysicalSystem.h:32
Definition Testvs19_BaseRhsPhysicsAlgorithm.cpp:19
Definition DamBreakProb.h:15