This file is indexed.

/usr/lib/python2.7/dist-packages/code_saturne/Pages/LagrangianForm.py is in code-saturne-data 4.3.3+repack-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'LagrangianForm.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
    _fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
    def _fromUtf8(s):
        return s

try:
    _encoding = QtGui.QApplication.UnicodeUTF8
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
    def _translate(context, text, disambig):
        return QtGui.QApplication.translate(context, text, disambig)

class Ui_LagrangianForm(object):
    def setupUi(self, LagrangianForm):
        LagrangianForm.setObjectName(_fromUtf8("LagrangianForm"))
        LagrangianForm.resize(564, 684)
        self.gridLayout_5 = QtGui.QGridLayout(LagrangianForm)
        self.gridLayout_5.setObjectName(_fromUtf8("gridLayout_5"))
        self.verticalLayout_2 = QtGui.QVBoxLayout()
        self.verticalLayout_2.setObjectName(_fromUtf8("verticalLayout_2"))
        self.groupBoxMain = QtGui.QGroupBox(LagrangianForm)
        self.groupBoxMain.setObjectName(_fromUtf8("groupBoxMain"))
        self.horizontalLayout = QtGui.QHBoxLayout(self.groupBoxMain)
        self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
        spacerItem = QtGui.QSpacerItem(27, 13, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout.addItem(spacerItem)
        self.gridLayout = QtGui.QGridLayout()
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.labelISUILA = QtGui.QLabel(self.groupBoxMain)
        self.labelISUILA.setObjectName(_fromUtf8("labelISUILA"))
        self.gridLayout.addWidget(self.labelISUILA, 0, 0, 1, 1)
        self.checkBoxISUILA = QtGui.QCheckBox(self.groupBoxMain)
        self.checkBoxISUILA.setText(_fromUtf8(""))
        self.checkBoxISUILA.setObjectName(_fromUtf8("checkBoxISUILA"))
        self.gridLayout.addWidget(self.checkBoxISUILA, 0, 1, 1, 1)
        self.labelISTTIO = QtGui.QLabel(self.groupBoxMain)
        self.labelISTTIO.setObjectName(_fromUtf8("labelISTTIO"))
        self.gridLayout.addWidget(self.labelISTTIO, 1, 0, 1, 1)
        self.checkBoxISTTIO = QtGui.QCheckBox(self.groupBoxMain)
        self.checkBoxISTTIO.setText(_fromUtf8(""))
        self.checkBoxISTTIO.setObjectName(_fromUtf8("checkBoxISTTIO"))
        self.gridLayout.addWidget(self.checkBoxISTTIO, 1, 1, 1, 1)
        self.horizontalLayout.addLayout(self.gridLayout)
        spacerItem1 = QtGui.QSpacerItem(26, 17, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout.addItem(spacerItem1)
        self.verticalLayout_2.addWidget(self.groupBoxMain)
        self.groupBoxPhysicsModels = QtGui.QGroupBox(LagrangianForm)
        self.groupBoxPhysicsModels.setObjectName(_fromUtf8("groupBoxPhysicsModels"))
        self.horizontalLayout_4 = QtGui.QHBoxLayout(self.groupBoxPhysicsModels)
        self.horizontalLayout_4.setObjectName(_fromUtf8("horizontalLayout_4"))
        spacerItem2 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_4.addItem(spacerItem2)
        self.verticalLayout = QtGui.QVBoxLayout()
        self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
        self.comboBoxIPHYLA = QtGui.QComboBox(self.groupBoxPhysicsModels)
        self.comboBoxIPHYLA.setObjectName(_fromUtf8("comboBoxIPHYLA"))
        self.verticalLayout.addWidget(self.comboBoxIPHYLA)
        self.frameModel1 = QtGui.QFrame(self.groupBoxPhysicsModels)
        self.frameModel1.setFrameShape(QtGui.QFrame.NoFrame)
        self.frameModel1.setFrameShadow(QtGui.QFrame.Raised)
        self.frameModel1.setObjectName(_fromUtf8("frameModel1"))
        self.horizontalLayout_2 = QtGui.QHBoxLayout(self.frameModel1)
        self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
        spacerItem3 = QtGui.QSpacerItem(36, 17, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_2.addItem(spacerItem3)
        self.gridLayout_2 = QtGui.QGridLayout()
        self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
        self.labelITPVAR = QtGui.QLabel(self.frameModel1)
        self.labelITPVAR.setObjectName(_fromUtf8("labelITPVAR"))
        self.gridLayout_2.addWidget(self.labelITPVAR, 0, 0, 1, 1)
        spacerItem4 = QtGui.QSpacerItem(48, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_2.addItem(spacerItem4, 0, 1, 1, 1)
        self.checkBoxITPVAR = QtGui.QCheckBox(self.frameModel1)
        self.checkBoxITPVAR.setText(_fromUtf8(""))
        self.checkBoxITPVAR.setObjectName(_fromUtf8("checkBoxITPVAR"))
        self.gridLayout_2.addWidget(self.checkBoxITPVAR, 0, 2, 1, 1)
        self.labelIMPVAR = QtGui.QLabel(self.frameModel1)
        self.labelIMPVAR.setEnabled(False)
        self.labelIMPVAR.setObjectName(_fromUtf8("labelIMPVAR"))
        self.gridLayout_2.addWidget(self.labelIMPVAR, 1, 0, 1, 1)
        spacerItem5 = QtGui.QSpacerItem(41, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_2.addItem(spacerItem5, 1, 1, 1, 1)
        self.checkBoxIMPVAR = QtGui.QCheckBox(self.frameModel1)
        self.checkBoxIMPVAR.setEnabled(False)
        self.checkBoxIMPVAR.setText(_fromUtf8(""))
        self.checkBoxIMPVAR.setObjectName(_fromUtf8("checkBoxIMPVAR"))
        self.gridLayout_2.addWidget(self.checkBoxIMPVAR, 1, 2, 1, 1)
        self.horizontalLayout_2.addLayout(self.gridLayout_2)
        spacerItem6 = QtGui.QSpacerItem(35, 13, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_2.addItem(spacerItem6)
        self.verticalLayout.addWidget(self.frameModel1)
        self.frameModel2 = QtGui.QFrame(self.groupBoxPhysicsModels)
        self.frameModel2.setFrameShape(QtGui.QFrame.NoFrame)
        self.frameModel2.setFrameShadow(QtGui.QFrame.Raised)
        self.frameModel2.setObjectName(_fromUtf8("frameModel2"))
        self.gridLayout_3 = QtGui.QGridLayout(self.frameModel2)
        self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
        spacerItem7 = QtGui.QSpacerItem(96, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_3.addItem(spacerItem7, 0, 0, 1, 1)
        self.horizontalLayout_3 = QtGui.QHBoxLayout()
        self.horizontalLayout_3.setObjectName(_fromUtf8("horizontalLayout_3"))
        self.labelIENCRA = QtGui.QLabel(self.frameModel2)
        self.labelIENCRA.setObjectName(_fromUtf8("labelIENCRA"))
        self.horizontalLayout_3.addWidget(self.labelIENCRA)
        spacerItem8 = QtGui.QSpacerItem(17, 17, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_3.addItem(spacerItem8)
        self.checkBoxIENCRA = QtGui.QCheckBox(self.frameModel2)
        self.checkBoxIENCRA.setText(_fromUtf8(""))
        self.checkBoxIENCRA.setObjectName(_fromUtf8("checkBoxIENCRA"))
        self.horizontalLayout_3.addWidget(self.checkBoxIENCRA)
        self.gridLayout_3.addLayout(self.horizontalLayout_3, 0, 1, 1, 1)
        spacerItem9 = QtGui.QSpacerItem(96, 17, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout_3.addItem(spacerItem9, 0, 2, 1, 1)
        self.tableViewCoals = QtGui.QTableView(self.frameModel2)
        self.tableViewCoals.setMaximumSize(QtCore.QSize(16777215, 100))
        self.tableViewCoals.setObjectName(_fromUtf8("tableViewCoals"))
        self.gridLayout_3.addWidget(self.tableViewCoals, 1, 0, 1, 3)
        self.verticalLayout.addWidget(self.frameModel2)
        self.horizontalLayout_4.addLayout(self.verticalLayout)
        spacerItem10 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_4.addItem(spacerItem10)
        self.verticalLayout_2.addWidget(self.groupBoxPhysicsModels)
        self.groupBox2way = QtGui.QGroupBox(LagrangianForm)
        self.groupBox2way.setObjectName(_fromUtf8("groupBox2way"))
        self.horizontalLayout_5 = QtGui.QHBoxLayout(self.groupBox2way)
        self.horizontalLayout_5.setObjectName(_fromUtf8("horizontalLayout_5"))
        spacerItem11 = QtGui.QSpacerItem(31, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_5.addItem(spacerItem11)
        self.gridLayout_4 = QtGui.QGridLayout()
        self.gridLayout_4.setObjectName(_fromUtf8("gridLayout_4"))
        self.labelLTSDYN = QtGui.QLabel(self.groupBox2way)
        self.labelLTSDYN.setObjectName(_fromUtf8("labelLTSDYN"))
        self.gridLayout_4.addWidget(self.labelLTSDYN, 0, 0, 1, 1)
        self.checkBoxLTSDYN = QtGui.QCheckBox(self.groupBox2way)
        self.checkBoxLTSDYN.setText(_fromUtf8(""))
        self.checkBoxLTSDYN.setObjectName(_fromUtf8("checkBoxLTSDYN"))
        self.gridLayout_4.addWidget(self.checkBoxLTSDYN, 0, 1, 1, 1)
        self.labelLTSTHE = QtGui.QLabel(self.groupBox2way)
        self.labelLTSTHE.setObjectName(_fromUtf8("labelLTSTHE"))
        self.gridLayout_4.addWidget(self.labelLTSTHE, 1, 0, 1, 1)
        self.checkBoxLTSTHE = QtGui.QCheckBox(self.groupBox2way)
        self.checkBoxLTSTHE.setText(_fromUtf8(""))
        self.checkBoxLTSTHE.setObjectName(_fromUtf8("checkBoxLTSTHE"))
        self.gridLayout_4.addWidget(self.checkBoxLTSTHE, 1, 1, 1, 1)
        self.checkBoxLTSMAS = QtGui.QCheckBox(self.groupBox2way)
        self.checkBoxLTSMAS.setText(_fromUtf8(""))
        self.checkBoxLTSMAS.setObjectName(_fromUtf8("checkBoxLTSMAS"))
        self.gridLayout_4.addWidget(self.checkBoxLTSMAS, 2, 1, 1, 1)
        self.labelNSTITS = QtGui.QLabel(self.groupBox2way)
        self.labelNSTITS.setObjectName(_fromUtf8("labelNSTITS"))
        self.gridLayout_4.addWidget(self.labelNSTITS, 3, 0, 1, 1)
        self.lineEditNSTITS = QtGui.QLineEdit(self.groupBox2way)
        self.lineEditNSTITS.setMaximumSize(QtCore.QSize(60, 16777215))
        self.lineEditNSTITS.setObjectName(_fromUtf8("lineEditNSTITS"))
        self.gridLayout_4.addWidget(self.lineEditNSTITS, 3, 1, 1, 1)
        self.labelLTSMAS = QtGui.QLabel(self.groupBox2way)
        self.labelLTSMAS.setObjectName(_fromUtf8("labelLTSMAS"))
        self.gridLayout_4.addWidget(self.labelLTSMAS, 2, 0, 1, 1)
        self.horizontalLayout_5.addLayout(self.gridLayout_4)
        spacerItem12 = QtGui.QSpacerItem(31, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_5.addItem(spacerItem12)
        self.verticalLayout_2.addWidget(self.groupBox2way)
        self.groupBox_turbdepo = QtGui.QGroupBox(LagrangianForm)
        self.groupBox_turbdepo.setObjectName(_fromUtf8("groupBox_turbdepo"))
        self.horizontalLayout_9 = QtGui.QHBoxLayout(self.groupBox_turbdepo)
        self.horizontalLayout_9.setObjectName(_fromUtf8("horizontalLayout_9"))
        spacerItem13 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_9.addItem(spacerItem13)
        self.gridLayout_6 = QtGui.QGridLayout()
        self.gridLayout_6.setObjectName(_fromUtf8("gridLayout_6"))
        self.labelIENCRA_2 = QtGui.QLabel(self.groupBox_turbdepo)
        self.labelIENCRA_2.setObjectName(_fromUtf8("labelIENCRA_2"))
        self.gridLayout_6.addWidget(self.labelIENCRA_2, 0, 0, 1, 1)
        self.checkBoxIDEPST = QtGui.QCheckBox(self.groupBox_turbdepo)
        self.checkBoxIDEPST.setText(_fromUtf8(""))
        self.checkBoxIDEPST.setObjectName(_fromUtf8("checkBoxIDEPST"))
        self.gridLayout_6.addWidget(self.checkBoxIDEPST, 0, 1, 1, 1)
        self.horizontalLayout_9.addLayout(self.gridLayout_6)
        spacerItem14 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_9.addItem(spacerItem14)
        self.verticalLayout_2.addWidget(self.groupBox_turbdepo)
        self.groupBox = QtGui.QGroupBox(LagrangianForm)
        self.groupBox.setObjectName(_fromUtf8("groupBox"))
        self.horizontalLayout_7 = QtGui.QHBoxLayout(self.groupBox)
        self.horizontalLayout_7.setObjectName(_fromUtf8("horizontalLayout_7"))
        spacerItem15 = QtGui.QSpacerItem(162, 28, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_7.addItem(spacerItem15)
        self.horizontalLayout_6 = QtGui.QHBoxLayout()
        self.horizontalLayout_6.setObjectName(_fromUtf8("horizontalLayout_6"))
        self.labelAdvanced = QtGui.QLabel(self.groupBox)
        self.labelAdvanced.setObjectName(_fromUtf8("labelAdvanced"))
        self.horizontalLayout_6.addWidget(self.labelAdvanced)
        spacerItem16 = QtGui.QSpacerItem(13, 29, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_6.addItem(spacerItem16)
        self.toolButtonAdvanced = QtGui.QToolButton(self.groupBox)
        icon = QtGui.QIcon()
        icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/new/prefix1/icons/22x22/preferences-system.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
        self.toolButtonAdvanced.setIcon(icon)
        self.toolButtonAdvanced.setIconSize(QtCore.QSize(22, 22))
        self.toolButtonAdvanced.setObjectName(_fromUtf8("toolButtonAdvanced"))
        self.horizontalLayout_6.addWidget(self.toolButtonAdvanced)
        self.horizontalLayout_7.addLayout(self.horizontalLayout_6)
        spacerItem17 = QtGui.QSpacerItem(162, 28, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.horizontalLayout_7.addItem(spacerItem17)
        self.verticalLayout_2.addWidget(self.groupBox)
        self.gridLayout_5.addLayout(self.verticalLayout_2, 0, 0, 1, 1)
        spacerItem18 = QtGui.QSpacerItem(546, 31, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridLayout_5.addItem(spacerItem18, 2, 0, 1, 1)

        self.retranslateUi(LagrangianForm)
        QtCore.QMetaObject.connectSlotsByName(LagrangianForm)

    def retranslateUi(self, LagrangianForm):
        LagrangianForm.setWindowTitle(_translate("LagrangianForm", "Form", None))
        self.groupBoxMain.setTitle(_translate("LagrangianForm", "Main parameters", None))
        self.labelISUILA.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: ISUILA", None))
        self.labelISUILA.setText(_translate("LagrangianForm", "Calculation restart for particles", None))
        self.checkBoxISUILA.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: ISUILA", None))
        self.labelISTTIO.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: ISTTIO", None))
        self.labelISTTIO.setText(_translate("LagrangianForm", "The continuous phase flow is a steady flow", None))
        self.checkBoxISTTIO.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: ISTTIO", None))
        self.groupBoxPhysicsModels.setTitle(_translate("LagrangianForm", "Additional models associated with the particles", None))
        self.comboBoxIPHYLA.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IPHYLA", None))
        self.labelITPVAR.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: ITPVAR", None))
        self.labelITPVAR.setText(_translate("LagrangianForm", "Particles heat transfer", None))
        self.checkBoxITPVAR.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: ITPVAR", None))
        self.labelIMPVAR.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IMPVAR", None))
        self.labelIMPVAR.setText(_translate("LagrangianForm", "Evaporation of droplets", None))
        self.checkBoxIMPVAR.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IMPVAR", None))
        self.labelIENCRA.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IENCRA", None))
        self.labelIENCRA.setText(_translate("LagrangianForm", "Coal particle fouling (Watt & Fereday\'s model)", None))
        self.checkBoxIENCRA.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IENCRA", None))
        self.groupBox2way.setTitle(_translate("LagrangianForm", "Two-way coupling", None))
        self.labelLTSDYN.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: LTSDYN", None))
        self.labelLTSDYN.setText(_translate("LagrangianForm", "Two-way coupling for velocity and turbulence", None))
        self.checkBoxLTSDYN.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: LTSDYN", None))
        self.labelLTSTHE.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: LTSTHE", None))
        self.labelLTSTHE.setText(_translate("LagrangianForm", "Two-way coupling for temperature", None))
        self.checkBoxLTSTHE.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: LTSTHE", None))
        self.checkBoxLTSMAS.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: LTSMAS", None))
        self.labelNSTITS.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: NSTITS", None))
        self.labelNSTITS.setText(_translate("LagrangianForm", "Start coupling from Lagrangian iteration n°", None))
        self.lineEditNSTITS.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: NSTITS", None))
        self.labelLTSMAS.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: LTSMAS", None))
        self.labelLTSMAS.setText(_translate("LagrangianForm", "Two-way coupling for mass (evaporation)", None))
        self.groupBox_turbdepo.setTitle(_translate("LagrangianForm", "Turbulent deposition modeling", None))
        self.labelIENCRA_2.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IDEPST", None))
        self.labelIENCRA_2.setText(_translate("LagrangianForm", "Particle deposition sub-model", None))
        self.checkBoxIDEPST.setToolTip(_translate("LagrangianForm", "Code_Saturne key word: IDEPST", None))
        self.groupBox.setTitle(_translate("LagrangianForm", "Numerical scheme", None))
        self.labelAdvanced.setText(_translate("LagrangianForm", "Advanced options", None))
        self.toolButtonAdvanced.setText(_translate("LagrangianForm", "...", None))

import resources_pages_rc