tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_about.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'about.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_ABOUT_H
10 #define UI_ABOUT_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/QLabel>
19 #include <QtGui/QPushButton>
20 #include <QtGui/QTextBrowser>
21 
22 QT_BEGIN_NAMESPACE
23 
24 class Ui_about
25 {
26 public:
27  QLabel *label;
28  QTextBrowser *textBrowser;
29  QPushButton *close;
30  QTextBrowser *textBrowser_2;
31 
32  void setupUi(QDialog *about)
33  {
34  if (about->objectName().isEmpty())
35  about->setObjectName(QString::fromUtf8("about"));
36  about->resize(979, 497);
37  QIcon icon;
38  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
39  about->setWindowIcon(icon);
40  label = new QLabel(about);
41  label->setObjectName(QString::fromUtf8("label"));
42  label->setGeometry(QRect(20, 50, 271, 151));
43  label->setPixmap(QPixmap(QString::fromUtf8("tycho_logo_klein.png")));
44  textBrowser = new QTextBrowser(about);
45  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
46  textBrowser->setGeometry(QRect(300, 10, 671, 441));
47  textBrowser->setOpenExternalLinks(true);
48  close = new QPushButton(about);
49  close->setObjectName(QString::fromUtf8("close"));
50  close->setGeometry(QRect(870, 460, 99, 28));
51  textBrowser_2 = new QTextBrowser(about);
52  textBrowser_2->setObjectName(QString::fromUtf8("textBrowser_2"));
53  textBrowser_2->setGeometry(QRect(10, 240, 281, 211));
54 
55  retranslateUi(about);
56 
57  QMetaObject::connectSlotsByName(about);
58  } // setupUi
59 
60  void retranslateUi(QDialog *about)
61  {
62  about->setWindowTitle(QApplication::translate("about", "About tycho GUI", 0, QApplication::UnicodeUTF8));
63  label->setText(QString());
64  textBrowser->setHtml(QApplication::translate("about", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
65 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
66 "p, li { white-space: pre-wrap; }\n"
67 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
68 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">TYCHO is a multidimensional (1D/2D and 3D) compressible hydrodynamics code written in </span><span style=\" font-family:'Sans Serif'; font-size:9pt; font-style:italic;\">C</span><span style=\" font-family:'Sans Serif'; font-size:9pt;\"> and parallelized with </span><span style=\" font-family:'Sans Serif'; font-size:9pt; font-style:italic;\">OpenMP</span><span style=\" font-family:'Sans Serif'; font-size:9pt;\">. A Lagrangian remap version of the </span><span style=\" font-family:'Sans Serif'; font"
69  "-size:9pt; font-style:italic;\">Piecewise Parabolic Method</span><span style=\" font-family:'Sans Serif'; font-size:9pt;\"> developed by Paul Woodward and Phil Colella (1984) is applied. The code is based on the freely available VH-1 package.<br /></span></p>\n"
70 "<hr />\n"
71 "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:10pt;\">The simulation package is focused on wind-flow experiments with obstacles in it and advection of marker fields for investigating obstacle-gas interactions. In addition momenta and their direction on obstacles are calculated. Thermal diffusion on obstalces, thermal-exchange between obstacles and the sourrounding gas and a Sutherland's-law viscosity routine can be switched on in. Gravity is included as a constant background-field and a stratified atmosphere can be set up, if needed.</span></p>\n"
72 "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; m"
73  "argin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">TYCHO is freely available to everyone. You are welcome to download it and do whatever you want with it. I would appreciate, however, if you would acknowledge the package in you publications/work and if you send me information for what purpose you use the code. Keep in mind that this code does not come with any guarantee. </span></p>\n"
74 "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">TYCHO is developed by Wolfgang Kapferer</span></p>\n"
75 "<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">TYCHO's home is </span><a href=\"http://www.tycho-cfd.at/\"><span style=\" font-family:'Sans Serif'; font-size:9pt; text-decoration: underline; color:#0000"
76  "ff;\">http://www.tycho-cfd.at/</span></a></p></body></html>", 0, QApplication::UnicodeUTF8));
77  close->setText(QApplication::translate("about", "close", 0, QApplication::UnicodeUTF8));
78  textBrowser_2->setHtml(QApplication::translate("about", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
79 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
80 "p, li { white-space: pre-wrap; }\n"
81 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
82 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">This is </span><span style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:600;\">tycho-GUI</span><span style=\" font-family:'Sans Serif'; font-size:9pt;\"> a user interface to make interaction with TYCHO easier.</span></p>\n"
83 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">The UI can set up parameterfiles, save and open them for further editing and start a lo"
84  "cal simulation. </span></p>\n"
85 "<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:'Sans Serif'; font-size:9pt;\"><br /></p>\n"
86 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">Icons are partly from Open Icon Library </span></p>\n"
87 "<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:'Sans Serif'; font-size:9pt;\"><br /></p>\n"
88 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">This is version 1.0</span></p>\n"
89 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font"
90  "-family:'Sans Serif'; font-size:9pt;\">(September 2013)</span></p>\n"
91 "<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:'Sans Serif'; font-size:9pt;\"><br /></p></body></html>", 0, QApplication::UnicodeUTF8));
92  } // retranslateUi
93 
94 };
95 
96 namespace Ui {
97  class about: public Ui_about {};
98 } // namespace Ui
99 
100 QT_END_NAMESPACE
101 
102 #endif // UI_ABOUT_H