47 const std::vector<Real> & logk,
48 const std::string type,
49 const Real no_value = 500.0);
51 virtual Real
sample(Real
T)
override;
DualNumber< Real, DNDerivativeType, true > ADReal
Fit the equilibrium constant values read from the thermodynamic databse at specified temperature valu...
virtual void fillMatrix() override
FitTypeEnum
Functional form of fit.
enum EquilibriumConstantInterpolator::FitTypeEnum _fit_type
std::unique_ptr< LinearInterpolation > _linear_interp
helper object to perform the linear interpolation of the function data
Real sampleDerivative(Real T)
Sample derivative of function at temperature T.
virtual Real sample(Real T) override