Implement the physical algorithm that we use to validate our prototype within the Dam-Break simulation. Solve the ODE system by an explicit model. Spatial operator (right-hand-side) U_t = L_x of the St-Venant equations.
More...
#include <Testvs19_ValidateAlgo.h>
|
void | calculate (Sfx::PhysicalSystem *aPsys) override final |
| Physical algorithm (conservative explicit model)
|
Implement the physical algorithm that we use to validate our prototype within the Dam-Break simulation. Solve the ODE system by an explicit model. Spatial operator (right-hand-side) U_t = L_x of the St-Venant equations.
◆ calculate()
void Testvs19::ValidateAlgo::calculate |
( |
Sfx::PhysicalSystem * | aPsys | ) |
|
|
finaloverride |
Physical algorithm (conservative explicit model)
- Parameters
-
aPsys | physical system (physical objects under study) |
◆ m_rhs
structure to hold rhs data
The documentation for this class was generated from the following files: