Program Listing for File StoichiometryDeviation.h
↰ Return to documentation for file (include/models/StoichiometryDeviation.h)
// _______. ______ __ ___ .__ __. .___________. __ ___ ___ //
// / | / || | / \ | \ | | | || | \ \ / / //
// | (----`| ,----'| | / ^ \ | \| | `---| |----`| | \ V / //
// \ \ | | | | / /_\ \ | . ` | | | | | > < //
// .----) | | `----.| | / _____ \ | |\ | | | | | / . \ //
// |_______/ \______||__| /__/ \__\ |__| \__| |__| |__| /__/ \__\ //
// //
// Originally developed by D. Pizzocri & T. Barani //
// //
// Version: 2.2.1 //
// Year: 2025 //
// Authors: D. Pizzocri, G. Zullo. //
// //
#ifndef STOICHIOMETRY_DEVIATION_H
#define STOICHIOMETRY_DEVIATION_H
#include "Simulation.h"
double BlackburnThermochemicalModel(double stoichiometry_deviation, double temperature,
SciantixArray<SciantixVariable>& sciantix_variable);
#endif // STOICHIOMETRY_DEVIATION_H