12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QDialog>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QPushButton>
19 #include <QtGui/QTextBrowser>
31 if (help5->objectName().isEmpty())
32 help5->setObjectName(QString::fromUtf8(
"help5"));
33 help5->resize(392, 335);
35 icon.addFile(QString::fromUtf8(
"tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36 help5->setWindowIcon(icon);
38 textBrowser->setObjectName(QString::fromUtf8(
"textBrowser"));
41 close =
new QPushButton(help5);
42 close->setObjectName(QString::fromUtf8(
"close"));
43 close->setGeometry(QRect(280, 290, 99, 28));
47 QMetaObject::connectSlotsByName(help5);
52 help5->setWindowTitle(QApplication::translate(
"help5",
"Gasphysics - Solver", 0, QApplication::UnicodeUTF8));
53 textBrowser->setHtml(QApplication::translate(
"help5",
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
54 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
55 "p, li { white-space: pre-wrap; }\n"
56 "</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
57 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">The Courant-Friedrichs-Lewy number, 0.3 is quite safe for this solver, see </span><a href=\"http://en.wikipedia.org/wiki/Courant%E2%80%93Friedrichs%E2%80%93Lewy_condition\"><span style=\" font-size:9pt; text-decoration: underline; color:#0000ff;\">this link.</span></a></p>\n"
58 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">The specific gas constant for dry air [J/(kg K)] is </span><span style=\" font-family:'Courier New,cou"
59 "rier'; font-size:9pt;\">287.058</span></p>\n"
60 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">If you want heat-diffusion you have the specify the specific-heat capacity of gas here. Viscosity can be activied or deactivated. The viscosity of gas is derived by Sutherland's law in the temperature range (200 < [k] < 1400).</span></p>\n"
61 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:9pt;\">Finally you have to set the gamma factor for gas, more information can be found at </span><a href=\"http://en.wikipedia.org/wiki/Adiabatic_index\"><span style=\" font-size:9pt; text-decoration: underline; color:#0000ff;\">http://en.wikipedia.org/wiki/Adiabatic_index</span></a></p>\n"
62 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent"
63 ":0px; font-size:9pt; text-decoration: underline; color:#0000ff;\"></p>\n"
64 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:9pt;\"></p>\n"
65 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Courier New,courier'; font-size:9pt;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
66 close->setText(QApplication::translate(
"help5",
"close", 0, QApplication::UnicodeUTF8));