Skip to content

Struct FluxP

template <class T>

ClassList > FluxP

Structure holding flux variables for advection. More...

  • #include <Arrays.h>

Public Attributes

Type Name
T * Fhu
T * Fhv
T * Fqux
T * Fquy
T * Fqvx
T * Fqvy
T * Su
T * Sv

Detailed Description

Template parameters:

  • T Data type

Public Attributes Documentation

variable Fhu

T* FluxP< T >::Fhu;

Flux of h in u-direction


variable Fhv

T* FluxP< T >::Fhv;

Flux of h in v-direction


variable Fqux

T* FluxP< T >::Fqux;

Flux of u in x-direction


variable Fquy

T* FluxP< T >::Fquy;

Flux of u in y-direction


variable Fqvx

T* FluxP< T >::Fqvx;

Flux of v in x-direction


variable Fqvy

T* FluxP< T >::Fqvy;

Flux of v in y-direction


variable Su

T* FluxP< T >::Su;

Source term for u


variable Sv

T* FluxP< T >::Sv;

Source term for v



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