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
cpp options for bed evolution
-
- Posts: 12
- Joined: Wed Dec 10, 2008 10:15 pm
- Location: The University of Western Australia
Re: cpp options for bed evolution
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.
#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.