World Ocean Simulation System (WOSS) library
woss::SedimentClay Class Reference

Clay type implementation. More...

#include <sediment-definitions.h>

Inheritance diagram for woss::SedimentClay:
Inheritance graph
Collaboration diagram for woss::SedimentClay:
Collaboration graph

Additional Inherited Members

- Public Member Functions inherited from woss::Sediment
 Sediment ()
 
 Sediment (const ::std::string &name, double velc, double vels, double dens, double attc, double atts, double bottom_depth=1.0)
 
 Sediment (const Sediment &copy)
 
virtual Sedimentcreate () const
 
virtual Sedimentcreate (const ::std::string &name, double velc, double vels, double dens, double attc, double atts, double bottom_depth=1.0) const
 
virtual Sedimentcreate (const Sediment &copy) const
 
virtual Sedimentclone () const
 
SedimentsetType (const ::std::string &name)
 
SedimentsetVelocityC (double vel)
 
SedimentsetVelocityS (double vel)
 
SedimentsetDensity (double dens)
 
SedimentsetAttenuationC (double att)
 
SedimentsetAttenuationS (double att)
 
SedimentsetDepth (double bottom_depth)
 
Sedimentset (const ::std::string &name, double velc, double vels, double dens, double attc, double atts, double bottom_depth)
 
double getVelocityC () const
 
double getVelocityS () const
 
double getDensity () const
 
double getAttenuationC () const
 
double getAttenuationS () const
 
double getDepth () const
 
::std::string getType () const
 
virtual bool isValid () const
 
virtual const ::std::string getStringValues () const
 
Sedimentoperator= (const Sediment &time)
 
friend::std::ostream & operator<< (::std::ostream &os, const Sediment &instance)
 
- Static Public Member Functions inherited from woss::Sediment
static void setDebug (bool flag)
 
- Protected Attributes inherited from woss::Sediment
::std::string type
 
double depth
 
double vel_c
 
double vel_s
 
double density
 
double att_c
 
double att_s
 
- Static Protected Attributes inherited from woss::Sediment
static bool debug = false
 

Detailed Description

Clay type implementation.

Literature clay implementation


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