|
| | SedimentOrganic () |
| |
| | Sediment () |
| |
| | Sediment (const std::string &name, double velc, double vels, double dens, double attc, double atts, double bottom_depth=1.0) |
| |
| | Sediment (const Sediment ©)=default |
| |
| | Sediment (Sediment &&tmp)=default |
| |
| virtual | ~Sediment ()=default |
| |
| virtual std::unique_ptr< Sediment > | create () const |
| |
| virtual std::unique_ptr< Sediment > | create (const std::string &name, double velc, double vels, double dens, double attc, double atts, double bottom_depth=1.0) const |
| |
| virtual std::unique_ptr< Sediment > | clone () const |
| |
| Sediment & | setType (const std::string &name) |
| |
| Sediment & | setVelocityC (double vel) |
| |
| Sediment & | setVelocityS (double vel) |
| |
| Sediment & | setDensity (double dens) |
| |
| Sediment & | setAttenuationC (double att) |
| |
| Sediment & | setAttenuationS (double att) |
| |
| Sediment & | setDepth (double bottom_depth) |
| |
| Sediment & | set (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 |
| |
| Sediment & | operator= (const Sediment &sed)=default |
| |
| Sediment & | operator= (Sediment &&tmp)=default |
| |
Organic type implementation.
Literature organic implementation
- Bug:
- No geoacoustic parameters avalaible