Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
LinearAdvectionFlux Class Reference

LinearAdvectionFlux. More...

#include <advection.hh>

Collaboration diagram for LinearAdvectionFlux:
Collaboration graph
[legend]

List of all members.

Public Member Functions

concepts::Real3d deriv (const Real u) const
 Returns the derivative's value of the linear advection flux.
Real deriv (const Real u, const concepts::Real3d &direction) const
 Returns the derivative's value of the linear advection flux projected on the direction.
concepts::Real3d flux (const Real u) const
 Returns the value of the linear advection flux.
Real flux (const Real u, const concepts::Real3d &direction) const
 Returns the value of the linear advection flux projected on the given direction.
 LinearAdvectionFlux ()
 Constructor.

Private Attributes

const concepts::Real3d normal_

Detailed Description

LinearAdvectionFlux.

Definition of the linear advection flux

Author:
Adrian Burri, 2002

Definition at line 86 of file advection.hh.


Constructor & Destructor Documentation

LinearAdvectionFlux::LinearAdvectionFlux ( ) [inline]

Constructor.

Definition at line 90 of file advection.hh.


Member Function Documentation

concepts::Real3d LinearAdvectionFlux::deriv ( const Real  u) const [inline]

Returns the derivative's value of the linear advection flux.

Parameters:
uValue where the derivative is evaluated

Definition at line 107 of file advection.hh.

Real LinearAdvectionFlux::deriv ( const Real  u,
const concepts::Real3d direction 
) const [inline]

Returns the derivative's value of the linear advection flux projected on the direction.

Parameters:
uValue where the derivative is evaluated
directionDirection

Definition at line 114 of file advection.hh.

concepts::Real3d LinearAdvectionFlux::flux ( const Real  u) const [inline]

Returns the value of the linear advection flux.

Parameters:
uValue where the derivative is evaluated

Definition at line 95 of file advection.hh.

Real LinearAdvectionFlux::flux ( const Real  u,
const concepts::Real3d direction 
) const [inline]

Returns the value of the linear advection flux projected on the given direction.

Parameters:
uValue where the flux is evaluated
directionDirection

Definition at line 101 of file advection.hh.


Member Data Documentation

Definition at line 118 of file advection.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)