ODT
Loading...
Searching...
No Matches
dv_ygas_noRxn.h
Go to the documentation of this file.
1
6#pragma once
7
8#include "dv_ygas.h"
9#include <string>
10#include <vector>
11
12class domain;
13
14using namespace std;
15
17
23class dv_ygas_noRxn : public dv_ygas {
24
25
27
28 private:
29
30 public:
31
33
34 virtual void getRhsSrc(const int ipt=-1);
35
36 private:
37
39
40 public:
41
44 const string s,
45 const bool Lt,
46 const bool Lo=true) : dv_ygas(line, s, Lt, Lo) {}
47
48 virtual ~dv_ygas_noRxn(){}
49
50};
51
52
54
virtual void getRhsSrc(const int ipt=-1)
dv_ygas_noRxn(domain *line, const string s, const bool Lt, const bool Lo=true)
virtual ~dv_ygas_noRxn()
Header file for class dv_ygas.