Sample
Physics Modeling Of The Dam-Break Problem
We give an example how to program a physics simulator using our programming environment or framework (Simulation System). The sample application is setup to simulate wave propagation (nonlinear flow with shocks) in the so-called dam break problem in a horizontal channel without friction under Newton’s Law of Gravity.
The Cookbook Recipes
The following steps outline how to develop a physics simulator using the Framework.
- Create a Physical Simulator by sub-classing the appropriate system object
- Provide an implementation for IPhysicalConfiguration
- Provide an implementation for IPhysicalAlgorithm
- Provide an implementation for IPhysicalMeasurement
- A Data Source to store physical measurement information
- If specified, a Final Report for statistic, visualizing the solution, etc…
 This is expressed by the following diagram below:
dasdsadas
Code Snippets
NEWS AND ARTICLES See all
An Example of a C++ class Implementation Of Euler Angles
Tips and Tricks
C++ has many features which make this language very attractive for scientific programming, and one of them is the operator overload functionality. I present an example taken from our programming environment (math3D library) that use this to represent a rotation class (Euler angles).
IKEA Virtual Reality Extract
Projects
I’m currently working on updating of an interior designer application, used by multinational furniture giant, to a 2nd generation version powered with state-of-the-art technology provided with Virtual Reality (VR) headset.
Contractual agreement of programming consultant services
News
Consulting contract for the migration of an application in the field of video streaming.