GRINS-0.8.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::CEACurveFit< libMesh::Real > > > _antioch_mixture
 

Detailed Description

Definition at line 42 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 46 of file antioch_test_base.h.

References _antioch_mixture, and GRINS::AntiochMixtureBuilderBase::build_antioch_mixture().

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

47  {
48  GetPot input(input_file);
49 
51 
52  this->_antioch_mixture =
53  builder.build_antioch_mixture<Antioch::CEACurveFit<libMesh::Real> >(input,material_name);
54  }
libMesh::UniquePtr< AntiochMixture< KineticsThermoCurveFit > > build_antioch_mixture(const GetPot &input, const std::string &material)
Base class building Antioch mixture wrappers.
libMesh::UniquePtr< GRINS::AntiochMixture< Antioch::CEACurveFit< libMesh::Real > > > _antioch_mixture

Member Data Documentation

libMesh::UniquePtr<GRINS::AntiochMixture<Antioch::CEACurveFit<libMesh::Real> > > GRINSTesting::AntiochTestBase::_antioch_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