CSol
Public Member Functions | Protected Member Functions | List of all members
CSol_SW_Proc_Transport_Op Class Reference

Shallow water advection-diffusion processor. More...

#include <sw/csol_sw_proc_transport.h>

Inherits Operation.

Public Member Functions

 CSol_SW_Proc_Transport_Op ()
 
virtual ~CSol_SW_Proc_Transport_Op ()
 

Protected Member Functions

virtual bool execute ()
 

Detailed Description

Models depth-averaged scalar transport. See, for example, Evaluation of Advective Schemes for Estuarine Salinity Simulations, Gross et al., J. Hydralic Eng. 125, 1999. WARNING: Currently uses explicit method \ which is unstable for a timestep > delta^2/(2 mu), where delta is the Grid spacing \ and mu the diffusion coefficient.

Constructor & Destructor Documentation

Member Function Documentation

bool execute ( )
protectedvirtual