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