11#ifndef LDNDC_INPUT_EVENT_MANURE_H_
12#define LDNDC_INPUT_EVENT_MANURE_H_
14#include "event/events/eventbase.h"
17#ifdef __this_event_name
18# undef __this_event_name
20#define __this_event_name manure
44struct CBM_API __event_attrib_class_name(__this_event_name) : event_attribute_t
46 __event_attrib_class_name(__this_event_name)();
47 ~__event_attrib_class_name(__this_event_name)();
86 double cellulose_fraction;
89 double lignin_fraction;
92class CBM_API __event_class_name(__this_event_name) :
public Event
94 EVENT_COMMON_DECL(__this_event_name)
97 cbm::string_t
const & type()
const
98 {
return this->attribs_->type; }
101 {
return this->attribs_->depth; }
103 {
return this->attribs_->c; }
105 {
return this->attribs_->cn; }
106 double avail_c()
const
107 {
return this->attribs_->avail_c; }
108 double avail_n()
const
109 {
return this->attribs_->avail_n; }
111 {
return this->attribs_->ph; }
112 double volume()
const
113 {
return this->attribs_->volume; }
114 double nh4_fraction()
const
115 {
return this->attribs_->nh4_fraction; }
116 double no3_fraction()
const
117 {
return this->attribs_->no3_fraction; }
118 double urea_fraction()
const
119 {
return this->attribs_->urea_fraction; }
120 double don_fraction()
const
121 {
return this->attribs_->don_fraction; }
122 double cellulose_fraction()
const
123 {
return this->attribs_->cellulose_fraction; }
124 double lignin_fraction()
const
125 {
return this->attribs_->lignin_fraction; }
Spatially explicit groundwater model.
Definition airchemistryput.h:15