ODT
Loading...
Searching...
No Matches
dv_ygas_noRxn.cc
Go to the documentation of this file.
1
7#include "dv_ygas_noRxn.h"
8#include "domain.h"
9
10
12
16void dv_ygas_noRxn::getRhsSrc(const int ipt){
17
18 if(!L_transported)
19 return;
20
21 rhsSrc = vector<double>(domn->ngrd, 0.0);
22
23}
24
int ngrd
number of grid cells
Definition domain.h:42
virtual void getRhsSrc(const int ipt=-1)
bool L_transported
flag true if var is transported
Definition dv.h:31
domain * domn
pointer to domain object (parent)
Definition dv.h:35
vector< double > rhsSrc
the data
Definition dv.h:37
Header file for class domain.
Header file for class dv_ygas_noRxn.