antioch-0.4.0
List of all members | Public Member Functions | Public Attributes | Private Member Functions
Antioch::TempCache< StateType > Class Template Reference

#include <ideal_gas_micro_thermo.h>

Public Member Functions

 TempCache (const StateType &T_in)
 
 TempCache (const StateType &T_in, const StateType &T2_in, const StateType &T3_in, const StateType &T4_in, const StateType &lnT_in)
 

Public Attributes

const StateType & T
 
StateType T2
 
StateType T3
 
StateType T4
 
StateType lnT
 

Private Member Functions

 TempCache ()
 

Detailed Description

template<typename StateType = double>
class Antioch::TempCache< StateType >

Definition at line 37 of file ideal_gas_micro_thermo.h.

Constructor & Destructor Documentation

template<typename StateType >
Antioch::TempCache< StateType >::TempCache ( const StateType &  T_in)
explicit

Definition at line 62 of file temp_cache.h.

References Antioch::TempCache< StateType >::lnT, and Antioch::TempCache< StateType >::T.

63  : T(T_in), T2(T*T), T3(T2*T), T4(T2*T2), lnT(T_in)
64  {
65 
66  lnT = ant_log(T);
67  return;
68  }
const StateType & T
Definition: temp_cache.h:49
template<typename StateType >
Antioch::TempCache< StateType >::TempCache ( const StateType &  T_in,
const StateType &  T2_in,
const StateType &  T3_in,
const StateType &  T4_in,
const StateType &  lnT_in 
)

Definition at line 71 of file temp_cache.h.

76  : T(T_in), T2(T2_in), T3(T3_in), T4(T4_in), lnT(lnT_in)
77  {
78  return;
79  }
const StateType & T
Definition: temp_cache.h:49
template<typename StateType = double>
Antioch::TempCache< StateType >::TempCache ( )
private

Member Data Documentation

template<typename StateType = double>
StateType Antioch::TempCache< StateType >::lnT
template<typename StateType = double>
const StateType& Antioch::TempCache< StateType >::T
template<typename StateType = double>
StateType Antioch::TempCache< StateType >::T2
template<typename StateType = double>
StateType Antioch::TempCache< StateType >::T3
template<typename StateType = double>
StateType Antioch::TempCache< StateType >::T4

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

Generated on Thu Jul 7 2016 11:09:50 for antioch-0.4.0 by  doxygen 1.8.8