Skip to content

Struct FluxMLP

template <class T>

ClassList > FluxMLP

Structure holding flux variables (no z relative variables). More...

  • #include <Arrays.h>

Public Attributes

Type Name
T * Fux
T * Fuy
T * Fvx
T * Fvy
T * hau
T * hav
T * hfu
T * hfv
T * hu
T * hv

Detailed Description

Template parameters:

  • T Data type

Public Attributes Documentation

variable Fux

T* FluxMLP< T >::Fux;

Flux of u in x-direction


variable Fuy

T* FluxMLP< T >::Fuy;

Flux of u in y-direction


variable Fvx

T* FluxMLP< T >::Fvx;

Flux of v in x-direction


variable Fvy

T* FluxMLP< T >::Fvy;

Flux of v in y-direction


variable hau

T* FluxMLP< T >::hau;

h*a flux in u-direction


variable hav

T* FluxMLP< T >::hav;

h*a flux in v-direction


variable hfu

T* FluxMLP< T >::hfu;

h*f flux in u-direction


variable hfv

T* FluxMLP< T >::hfv;

h*f flux in v-direction


variable hu

T* FluxMLP< T >::hu;

Water depth flux in u-direction


variable hv

T* FluxMLP< T >::hv;

Water depth flux in v-direction



The documentation for this class was generated from the following file src/Arrays.h