GRINS-0.8.0
List of all members | Public Member Functions
GRINSTesting::AirTestBase Class Reference
Inheritance diagram for GRINSTesting::AirTestBase:
Inheritance graph
[legend]

Public Member Functions

void init_air_test (unsigned int &N2_idx, unsigned int &O2_idx, unsigned int &N_idx, unsigned int &O_idx, unsigned int &NO_idx, std::vector< unsigned int > &active_species)
 

Detailed Description

Definition at line 44 of file air_5sp.C.

Member Function Documentation

void GRINSTesting::AirTestBase::init_air_test ( unsigned int &  N2_idx,
unsigned int &  O2_idx,
unsigned int &  N_idx,
unsigned int &  O_idx,
unsigned int &  NO_idx,
std::vector< unsigned int > &  active_species 
)
inline

Definition at line 48 of file air_5sp.C.

Referenced by GRINSTesting::AirNASA9Thermo::AirNASA9Thermo(), GRINSTesting::AirKineticsTestBase::init_air_kinetics(), GRINSTesting::AntiochAirNASA9ThermoTest::setUp(), and GRINSTesting::CanteraAirNASA9ThermoTest::setUp().

52  {
53  N2_idx = 0;
54  O2_idx = 1;
55  O_idx = 4;
56  N_idx = 3;
57  NO_idx = 2;
58 
59  active_species.resize(5);
60  active_species[0] = N2_idx;
61  active_species[1] = O2_idx;
62  active_species[2] = NO_idx;
63  active_species[3] = N_idx;
64  active_species[4] = O_idx;
65  }

The documentation for this class was generated from the following file:

Generated on Tue Dec 19 2017 12:47:32 for GRINS-0.8.0 by  doxygen 1.8.9.1