ODT
Loading...
Searching...
No Matches
source
domainvariables
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
16
void
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
domain::ngrd
int ngrd
number of grid cells
Definition
domain.h:42
dv_ygas_noRxn::getRhsSrc
virtual void getRhsSrc(const int ipt=-1)
Definition
dv_ygas_noRxn.cc:16
dv::L_transported
bool L_transported
flag true if var is transported
Definition
dv.h:31
dv::domn
domain * domn
pointer to domain object (parent)
Definition
dv.h:35
dv::rhsSrc
vector< double > rhsSrc
the data
Definition
dv.h:37
domain.h
Header file for class domain.
dv_ygas_noRxn.h
Header file for class dv_ygas_noRxn.
Generated by
1.10.0