tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Ui_help5 Class Reference

#include <ui_help5.h>

Inheritance diagram for Ui_help5:
Ui::help5

Public Member Functions

void setupUi (QDialog *help5)
void retranslateUi (QDialog *help5)

Data Fields

QTextBrowser * textBrowser
QPushButton * close

Detailed Description

Definition at line 23 of file ui_help5.h.


Member Function Documentation

void Ui_help5::retranslateUi ( QDialog *  help5)
inline

Definition at line 50 of file ui_help5.h.

References close, and textBrowser.

Referenced by setupUi().

{
help5->setWindowTitle(QApplication::translate("help5", "Gasphysics - Solver", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("help5", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<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"
"<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"
"rier'; font-size:9pt;\">287.058</span></p>\n"
"<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"
"<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"
"<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; text-decoration: underline; color:#0000ff;\"></p>\n"
"<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"
"<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));
close->setText(QApplication::translate("help5", "close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_help5::setupUi ( QDialog *  help5)
inline

Definition at line 29 of file ui_help5.h.

References close, retranslateUi(), and textBrowser.

Referenced by help5::help5().

{
if (help5->objectName().isEmpty())
help5->setObjectName(QString::fromUtf8("help5"));
help5->resize(392, 335);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
help5->setWindowIcon(icon);
textBrowser = new QTextBrowser(help5);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(10, 10, 371, 271));
textBrowser->setOpenExternalLinks(true);
close = new QPushButton(help5);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(280, 290, 99, 28));
QMetaObject::connectSlotsByName(help5);
} // setupUi

Field Documentation

QPushButton* Ui_help5::close

Definition at line 27 of file ui_help5.h.

Referenced by help5::help5(), retranslateUi(), and setupUi().

QTextBrowser* Ui_help5::textBrowser

Definition at line 26 of file ui_help5.h.

Referenced by retranslateUi(), and setupUi().


The documentation for this class was generated from the following file: