cpp options for bed evolution

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
zangzhipeng
Posts: 12
Joined: Wed Dec 10, 2008 10:15 pm
Location: The University of Western Australia

cpp options for bed evolution

#1 Unread post by zangzhipeng »

Hi, everyone,
I want to try a case for bed evolution with both suspended sediment and bedload. I defined the following cpp options in the .h file:
SSW_BBL, SSW_CALC_ZONT, SEDIMENT, SUSPLOAD, DEBLOAD_MPM, SED_MORP, ANA_SEDIMENT.
These cpp options are added in a ,h file for a flow case.
could anyone kindly let me know if that is all?

Thanks a lot !

Zhipeng

jcwarner
Posts: 1182
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: cpp options for bed evolution

#2 Unread post by jcwarner »

try:
#define SSW_BBL
#define SSW_CALC_ZNOT
#define SEDIMENT
#define SUSPLOAD
#define BEDLOAD_MPM
#define SED_MORPH
#define ANA_SEDIMENT

you will also need to edit/modify a sediment.in file.
The INLET_TEST is a good working example of all this.

Post Reply