CRWCellTalus(void)
CRWCellTalus constructor with initialisation list.
double dGetTotCoarseLost(void) const
Returns the value for total coarse talus lost.
double m_dCoarse
Current depth equivalent of talus coarse sediment in m.
double m_dCoarseInputThisIter
Depth equivalent (m) of talus coarse sediment added this iteration.
double m_dCoarseLostThisIter
Depth equivalent (m) of talus coarse sediment lost this iteration.
double dGetSandLostThisIter(void) const
Returns the value for sand talus lost during this iteration.
double dGetCoarseDepth(void) const
Returns the coarse sediment depth equivalent for this talus object object.
double m_dSand
Current depth equivalent of talus sand sediment in m.
double dGetTotCoarseAdded(void) const
Returns the value for total coarse talus added.
double dGetCoarseAddedThisIter(void) const
Returns the value for coarse talus added during this iteration.
double dGetSandAddedThisIter(void) const
Returns the value for sand talus added during this iteration.
double dGetTotSandLost(void) const
Returns the value for total sand talus lost.
double m_dTotCoarseInput
Depth equivalent (m) of talus coarse sediment added since start of simulation.
double m_dTotSandInput
Depth equivalent (m) of talus sand sediment added since start of simulation.
double dGetSandDepth(void) const
Returns the sand sediment depth equivalent for this talus object.
double m_dTotSandLost
Depth equivalent (m) of talus sand sediment lost since start of simulation.
double dGetCoarseLostThisIter(void) const
Returns the value for coarse talus lost during this iteration.
double m_dSandLostThisIter
Depth equivalent (m) of talus sand sediment lost this iteration.
void AddCoarseDepth(double const)
Adds coarse sediment (depth equivalent) to this talus object object's coarse sediment.
void SetSandDepth(double const)
Sets this talus object's sand sediment depth equivalent. Note no checks here to see if new equiv dept...
double m_dTotCoarseLost
Depth equivalent (m) of talus coarse sediment lost since start of simulation.
double dGetTotSandAdded(void) const
Returns the value for total sand talus added.
void SetCoarseDepth(double const)
Sets this talus object object's coarse sediment depth equivalent. Note no checks here to see if new e...
void AddSandDepth(double const)
Adds sand sediment (depth equivalent) to this talus object object's sand sediment.
double m_dSandInputThisIter
Depth equivalent (m) of talus sand sediment added this iteration.