src/ChartCarbonate.h

Fri, 08 Jul 2022 13:24:45 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 08 Jul 2022 13:24:45 +0200
changeset 343
67e645b9d23f
parent 332
146874d7bb47
child 371
d03a426e0b6b
permissions
-rw-r--r--

Removed old experiment to calculate flameout and whirlpool ibu's. Changed Tinseth calculation to use a time window so you can select the ibu contribution during a specified time. Added ibu_method Tinset++. Added calculation extensions for Tinseth++, this calculates the flameout and whirlpool effects on all hops. During cooling is to be done.

#ifndef _CHARTCARBONATE_H
#define _CHARTCARBONATE_H

#include <QDialog>
#include <QDialogButtonBox>


namespace Ui {
class ChartCarbonate;
}

class ChartCarbonate : public QDialog
{
    Q_OBJECT

public:
    explicit ChartCarbonate(QString code, QString name, QWidget *parent = 0);
    ~ChartCarbonate();

};

#endif

mercurial