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

#include <ui_help8.h>

Inheritance diagram for Ui_help8:
Ui::help8

Public Member Functions

void setupUi (QDialog *help8)
void retranslateUi (QDialog *help8)

Data Fields

QTextBrowser * textBrowser
QPushButton * close

Detailed Description

Definition at line 23 of file ui_help8.h.


Member Function Documentation

void Ui_help8::retranslateUi ( QDialog *  help8)
inline

Definition at line 50 of file ui_help8.h.

References close, and textBrowser.

Referenced by setupUi().

{
help8->setWindowTitle(QApplication::translate("help8", "Obstacle-Windemitters and Markerfield", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("help8", "<!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:'MS Shell Dlg 2'; font-size:8.25pt; 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-family:'Arial,sans-serif'; font-size:10pt;\">Sound-emitter section </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-family:'Arial,sans-serif'; font-size:10pt;\">\302\240 </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-family:'Arial,sans-serif'; font-size:10pt;\">When the sound-emitter section is enabled, one has to load a"
" sound-emitter initial-condition file, i.e. a file marking the region of sound-emission.</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-family:'Arial,sans-serif'; font-size:10pt;\">The file can be generated with </span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt; font-weight:600;\">tychoBCGEN</span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt;\"> (Tycho's initial condition generator 2D) or </span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt; font-weight:600;\">tychoBCG3D</span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt;\"> (Tycho's initial condition generator in 3D). The file has the same organization as a TYCHO boundary condition file. The marked region emits sound waves or one pulse. </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-family:'Arial,sans-serif'; font-size:10pt;\">You have to assign to the sound-source a sound-pressure level [dB]. If you want the sound-source to be a harmonic oscillator, you have to give a frequency. In this case TYCHO recalculates the extend in such a way, that one complete oscillation is covered by 100 cells, otherwise the solver would give wrong results.</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-family:'Arial,sans-serif'; font-size:10pt;\">If you would like to overcome this limitation, you can choose just one puls. In this case only a single sound-pressure disturbance is emitted with the given sound-pressure level.</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-family:'Arial,sans-serif'; font-size:10pt;\">The </span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt; fon"
"t-weight:600;\">sound-reflexion</span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt;\"> coefficient describes the reflexion behavior of obstacles (0 - no, 1 total reflexion linear scale). As obstacles (e.g. walls) can transmit sound, one can give an </span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt; font-weight:600;\">absorption coefficient</span><span style=\" font-family:'Arial,sans-serif'; font-size:10pt;\"> in [dB].</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-family:'Arial,sans-serif'; font-size:10pt;\">TYCHO will calculate dB-maps in the sound-emitter mode.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("help8", "close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_help8::setupUi ( QDialog *  help8)
inline

Definition at line 29 of file ui_help8.h.

References close, retranslateUi(), and textBrowser.

Referenced by help8::help8().

{
if (help8->objectName().isEmpty())
help8->setObjectName(QString::fromUtf8("help8"));
help8->resize(590, 350);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
help8->setWindowIcon(icon);
textBrowser = new QTextBrowser(help8);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(10, 10, 571, 291));
textBrowser->setOpenExternalLinks(true);
close = new QPushButton(help8);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(480, 310, 99, 28));
QMetaObject::connectSlotsByName(help8);
} // setupUi

Field Documentation

QPushButton* Ui_help8::close

Definition at line 27 of file ui_help8.h.

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

QTextBrowser* Ui_help8::textBrowser

Definition at line 26 of file ui_help8.h.

Referenced by retranslateUi(), and setupUi().


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