Nujic (1995) physics algorithm with assumptions ... . source treatment (slope bottom term) based on physics ... to be completed see prototype VS2015 for an imp.
More...
#include <Testvs19_NujicPhysicsAlgorithm.h>
|
virtual void | evaluation_H (const ListOfSections &aList) |
| Evaluate H (water depth) with second-order derivative.
|
virtual void | evaluation_Z (const std::valarray< float64 > &aZvec) |
| Evaluate Z (bathymetry) with second-order derivative.
|
virtual void | calculFF (const dbpp::Omega &aDomain) |
| Numerical flux (Nujic ENO type scheme implementation)
|
virtual void | calculS0 () |
| bed slope term
|
virtual void | calculS2 (const Sfx::StateVectorField &aStateVec,) |
| source terms
|
Nujic (1995) physics algorithm with assumptions ... . source treatment (slope bottom term) based on physics ... to be completed see prototype VS2015 for an imp.
◆ NujicPhysicsAlgorithm()
Testvs19::NujicPhysicsAlgorithm::NujicPhysicsAlgorithm |
( |
| ) |
|
|
default |
◆ calculate()
|
inlinefinaloverridevirtual |
Main algorithm.
- Parameters
-
aPhysys | physical system |
aGblDiscr | |
aSim | Simulation bean |
Implements Sfx::PhysicalAlgorithm.
◆ calculFF()
virtual void Testvs19::NujicPhysicsAlgorithm::calculFF |
( |
const dbpp::Omega & | aDomain | ) |
|
|
protectedvirtual |
Numerical flux (Nujic ENO type scheme implementation)
- Parameters
-
aDomain | computational domain |
◆ calculS0()
virtual void Testvs19::NujicPhysicsAlgorithm::calculS0 |
( |
| ) |
|
|
protectedvirtual |
◆ calculS2()
virtual void Testvs19::NujicPhysicsAlgorithm::calculS2 |
( |
const Sfx::StateVectorField & | aStateVec | ) |
|
|
protectedvirtual |
◆ evaluation_H()
virtual void Testvs19::NujicPhysicsAlgorithm::evaluation_H |
( |
const ListOfSections & | aList | ) |
|
|
protectedvirtual |
Evaluate H (water depth) with second-order derivative.
◆ evaluation_Z()
virtual void Testvs19::NujicPhysicsAlgorithm::evaluation_Z |
( |
const std::valarray< float64 > & | aZvec | ) |
|
|
protectedvirtual |
Evaluate Z (bathymetry) with second-order derivative.
The documentation for this class was generated from the following file: