DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
Testvs19::ValidateAlgo Class Referencefinal

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>

Inheritance diagram for Testvs19::ValidateAlgo:

Public Member Functions

void calculate (Sfx::PhysicalSystem *aPsys) override final
 Physical algorithm (conservative explicit model)

Private Attributes

Sfx::LDeltaOperator::SWE_RHSm_rhs {nullptr}

Detailed Description

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.

Member Function Documentation

◆ calculate()

void Testvs19::ValidateAlgo::calculate ( Sfx::PhysicalSystem * aPsys)
finaloverride

Physical algorithm (conservative explicit model)

Parameters
aPsysphysical system (physical objects under study)

Member Data Documentation

◆ m_rhs

Sfx::LDeltaOperator::SWE_RHS* Testvs19::ValidateAlgo::m_rhs {nullptr}
private

structure to hold rhs data


The documentation for this class was generated from the following files: