GRINS-0.8.0
List of all members | Public Member Functions | Protected Attributes
GRINSTesting::CanteraTestBase Class Reference

#include <cantera_test_base.h>

Inheritance diagram for GRINSTesting::CanteraTestBase:
Inheritance graph
[legend]

Public Member Functions

void init_cantera (const std::string &input_file, const std::string &material_name)
 

Protected Attributes

libMesh::UniquePtr< GRINS::CanteraMixture_cantera_mixture
 

Detailed Description

Definition at line 41 of file cantera_test_base.h.

Member Function Documentation

void GRINSTesting::CanteraTestBase::init_cantera ( const std::string &  input_file,
const std::string &  material_name 
)
inline

Definition at line 45 of file cantera_test_base.h.

References _cantera_mixture.

Referenced by GRINSTesting::CanteraAirNASA9ThermoTest::setUp(), and GRINSTesting::CanteraAirNASA9KineticsTest::setUp().

46  {
47  GetPot input(input_file);
48 
49  _cantera_mixture.reset( new GRINS::CanteraMixture(input,material_name) );
50  }
libMesh::UniquePtr< GRINS::CanteraMixture > _cantera_mixture
Wrapper class for storing state for computing thermochemistry and transport properties using Cantera...

Member Data Documentation

libMesh::UniquePtr<GRINS::CanteraMixture> GRINSTesting::CanteraTestBase::_cantera_mixture
protected

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