src/ChartFermenter.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 333
499c95108bbd
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 _CHARTFERMENTER_H
#define _CHARTFERMENTER_H

#include <QDialog>
#include <QDialogButtonBox>


namespace Ui {
class ChartFermenter;
}

class ChartFermenter : public QDialog
{
    Q_OBJECT

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

};

#endif

mercurial