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

#include <antioch_test_base.h>

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

Public Member Functions

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

Protected Attributes

libMesh::UniquePtr< GRINS::AntiochMixture_antioch_mixture
 

Detailed Description

Definition at line 41 of file antioch_test_base.h.

Member Function Documentation

void GRINSTesting::AntiochTestBase::init_antioch ( const std::string &  input_file,
const std::string &  material_name 
)
inline

Definition at line 45 of file antioch_test_base.h.

References _antioch_mixture.

Referenced by GRINSTesting::AntiochAirNASA9ThermoTest::setUp(), and GRINSTesting::AntiochAirNASA9KineticsTest::setUp().

46  {
47  GetPot input(input_file);
48 
49  _antioch_mixture.reset( new GRINS::AntiochMixture(input,material_name) );
50  }
libMesh::UniquePtr< GRINS::AntiochMixture > _antioch_mixture
Wrapper class for storing state for Antioch thermo and kinetics.

Member Data Documentation

libMesh::UniquePtr<GRINS::AntiochMixture> GRINSTesting::AntiochTestBase::_antioch_mixture
protected

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

Generated on Thu Jun 2 2016 21:52:33 for GRINS-0.7.0 by  doxygen 1.8.10