tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_help5.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'help5.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.4
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_HELP5_H
10 #define UI_HELP5_H
11 
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>
20 
21 QT_BEGIN_NAMESPACE
22 
23 class Ui_help5
24 {
25 public:
26  QTextBrowser *textBrowser;
27  QPushButton *close;
28 
29  void setupUi(QDialog *help5)
30  {
31  if (help5->objectName().isEmpty())
32  help5->setObjectName(QString::fromUtf8("help5"));
33  help5->resize(392, 335);
34  QIcon icon;
35  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36  help5->setWindowIcon(icon);
37  textBrowser = new QTextBrowser(help5);
38  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
39  textBrowser->setGeometry(QRect(10, 10, 371, 271));
40  textBrowser->setOpenExternalLinks(true);
41  close = new QPushButton(help5);
42  close->setObjectName(QString::fromUtf8("close"));
43  close->setGeometry(QRect(280, 290, 99, 28));
44 
45  retranslateUi(help5);
46 
47  QMetaObject::connectSlotsByName(help5);
48  } // setupUi
49 
50  void retranslateUi(QDialog *help5)
51  {
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 &lt; [k] &lt; 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));
67  } // retranslateUi
68 
69 };
70 
71 namespace Ui {
72  class help5: public Ui_help5 {};
73 } // namespace Ui
74 
75 QT_END_NAMESPACE
76 
77 #endif // UI_HELP5_H