This file is indexed.

/usr/lib/python2.7/dist-packages/code_saturne/Pages/LagrangianOutputForm.py is in code-saturne-data 4.2.0+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
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'LagrangianOutputForm.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_LagrangianOutputForm(object):
    def setupUi(self, LagrangianOutputForm):
        LagrangianOutputForm.setObjectName(_fromUtf8("LagrangianOutputForm"))
        LagrangianOutputForm.resize(338, 358)
        self.gridLayout_3 = QtGui.QGridLayout(LagrangianOutputForm)
        self.gridLayout_3.setObjectName(_fromUtf8("gridLayout_3"))
        self.groupBoxMode = QtGui.QGroupBox(LagrangianOutputForm)
        self.groupBoxMode.setObjectName(_fromUtf8("groupBoxMode"))
        self.gridLayout_2 = QtGui.QGridLayout(self.groupBoxMode)
        self.gridLayout_2.setObjectName(_fromUtf8("gridLayout_2"))
        self.groupBoxVariables = QtGui.QGroupBox(self.groupBoxMode)
        self.groupBoxVariables.setObjectName(_fromUtf8("groupBoxVariables"))
        self.gridLayout = QtGui.QGridLayout(self.groupBoxVariables)
        self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
        self.labelIVISV2 = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISV2.setObjectName(_fromUtf8("labelIVISV2"))
        self.gridLayout.addWidget(self.labelIVISV2, 0, 1, 1, 1)
        self.checkBoxIVISV2 = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISV2.setText(_fromUtf8(""))
        self.checkBoxIVISV2.setObjectName(_fromUtf8("checkBoxIVISV2"))
        self.gridLayout.addWidget(self.checkBoxIVISV2, 0, 2, 1, 1)
        self.labelIVISV1 = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISV1.setObjectName(_fromUtf8("labelIVISV1"))
        self.gridLayout.addWidget(self.labelIVISV1, 1, 1, 1, 1)
        self.checkBoxIVISV1 = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISV1.setText(_fromUtf8(""))
        self.checkBoxIVISV1.setObjectName(_fromUtf8("checkBoxIVISV1"))
        self.gridLayout.addWidget(self.checkBoxIVISV1, 1, 2, 1, 1)
        self.labelIVISTP = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISTP.setObjectName(_fromUtf8("labelIVISTP"))
        self.gridLayout.addWidget(self.labelIVISTP, 2, 1, 1, 1)
        self.checkBoxIVISTP = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISTP.setText(_fromUtf8(""))
        self.checkBoxIVISTP.setObjectName(_fromUtf8("checkBoxIVISTP"))
        self.gridLayout.addWidget(self.checkBoxIVISTP, 2, 2, 1, 1)
        self.labelIVISDM = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISDM.setObjectName(_fromUtf8("labelIVISDM"))
        self.gridLayout.addWidget(self.labelIVISDM, 3, 1, 1, 1)
        self.checkBoxIVISDM = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISDM.setText(_fromUtf8(""))
        self.checkBoxIVISDM.setObjectName(_fromUtf8("checkBoxIVISDM"))
        self.gridLayout.addWidget(self.checkBoxIVISDM, 3, 2, 1, 1)
        spacerItem = QtGui.QSpacerItem(16, 21, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout.addItem(spacerItem, 4, 0, 1, 1)
        self.labelIVISTE = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISTE.setObjectName(_fromUtf8("labelIVISTE"))
        self.gridLayout.addWidget(self.labelIVISTE, 4, 1, 1, 1)
        self.checkBoxIVISTE = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISTE.setText(_fromUtf8(""))
        self.checkBoxIVISTE.setObjectName(_fromUtf8("checkBoxIVISTE"))
        self.gridLayout.addWidget(self.checkBoxIVISTE, 4, 2, 1, 1)
        spacerItem1 = QtGui.QSpacerItem(21, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridLayout.addItem(spacerItem1, 4, 3, 1, 1)
        self.labelIVISMP = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISMP.setObjectName(_fromUtf8("labelIVISMP"))
        self.gridLayout.addWidget(self.labelIVISMP, 5, 1, 1, 1)
        self.checkBoxIVISMP = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISMP.setText(_fromUtf8(""))
        self.checkBoxIVISMP.setObjectName(_fromUtf8("checkBoxIVISMP"))
        self.gridLayout.addWidget(self.checkBoxIVISMP, 5, 2, 1, 1)
        self.labelIVISDK = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISDK.setObjectName(_fromUtf8("labelIVISDK"))
        self.gridLayout.addWidget(self.labelIVISDK, 6, 1, 1, 1)
        self.checkBoxIVISDK = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISDK.setText(_fromUtf8(""))
        self.checkBoxIVISDK.setObjectName(_fromUtf8("checkBoxIVISDK"))
        self.gridLayout.addWidget(self.checkBoxIVISDK, 6, 2, 1, 1)
        self.labelIVISCH = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISCH.setObjectName(_fromUtf8("labelIVISCH"))
        self.gridLayout.addWidget(self.labelIVISCH, 7, 1, 1, 1)
        self.checkBoxIVISCH = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISCH.setText(_fromUtf8(""))
        self.checkBoxIVISCH.setObjectName(_fromUtf8("checkBoxIVISCH"))
        self.gridLayout.addWidget(self.checkBoxIVISCH, 7, 2, 1, 1)
        self.labelIVISCK = QtGui.QLabel(self.groupBoxVariables)
        self.labelIVISCK.setObjectName(_fromUtf8("labelIVISCK"))
        self.gridLayout.addWidget(self.labelIVISCK, 8, 1, 1, 1)
        self.checkBoxIVISCK = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxIVISCK.setText(_fromUtf8(""))
        self.checkBoxIVISCK.setObjectName(_fromUtf8("checkBoxIVISCK"))
        self.gridLayout.addWidget(self.checkBoxIVISCK, 8, 2, 1, 1)
        self.labelIMoisture = QtGui.QLabel(self.groupBoxVariables)
        self.labelIMoisture.setObjectName(_fromUtf8("labelIMoisture"))
        self.gridLayout.addWidget(self.labelIMoisture, 9, 1, 1, 1)
        self.checkBoxMoisture = QtGui.QCheckBox(self.groupBoxVariables)
        self.checkBoxMoisture.setText(_fromUtf8(""))
        self.checkBoxMoisture.setObjectName(_fromUtf8("checkBoxMoisture"))
        self.gridLayout.addWidget(self.checkBoxMoisture, 9, 2, 1, 1)
        self.gridLayout_2.addWidget(self.groupBoxVariables, 0, 0, 1, 1)
        self.gridLayout_3.addWidget(self.groupBoxMode, 0, 0, 1, 1)
        spacerItem2 = QtGui.QSpacerItem(17, 3, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridLayout_3.addItem(spacerItem2, 1, 0, 1, 1)

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

    def retranslateUi(self, LagrangianOutputForm):
        LagrangianOutputForm.setWindowTitle(_translate("LagrangianOutputForm", "Form", None))
        self.groupBoxMode.setTitle(_translate("LagrangianOutputForm", "Post-processing for particles", None))
        self.groupBoxVariables.setTitle(_translate("LagrangianOutputForm", "Variables selection", None))
        self.labelIVISV2.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISV2", None))
        self.labelIVISV2.setText(_translate("LagrangianOutputForm", "Particle velocity", None))
        self.checkBoxIVISV2.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISV2", None))
        self.labelIVISV1.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISV1", None))
        self.labelIVISV1.setText(_translate("LagrangianOutputForm", "Fluid velocity seen by particles", None))
        self.checkBoxIVISV1.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISV1", None))
        self.labelIVISTP.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISTP", None))
        self.labelIVISTP.setText(_translate("LagrangianOutputForm", "Residence time", None))
        self.checkBoxIVISTP.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISTP", None))
        self.labelIVISDM.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISDM", None))
        self.labelIVISDM.setText(_translate("LagrangianOutputForm", "Particle diameter", None))
        self.checkBoxIVISDM.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISDM", None))
        self.labelIVISTE.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISTE", None))
        self.labelIVISTE.setText(_translate("LagrangianOutputForm", "Particle temperature", None))
        self.checkBoxIVISTE.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISTE", None))
        self.labelIVISMP.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISMP", None))
        self.labelIVISMP.setText(_translate("LagrangianOutputForm", "Particle mass", None))
        self.checkBoxIVISMP.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISMP", None))
        self.labelIVISDK.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISDK", None))
        self.labelIVISDK.setText(_translate("LagrangianOutputForm", "Shrinking core diameter of the coal particles", None))
        self.checkBoxIVISDK.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISDK", None))
        self.labelIVISCH.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISCH", None))
        self.labelIVISCH.setText(_translate("LagrangianOutputForm", "Mass of reactive coal of the coal particles", None))
        self.checkBoxIVISCH.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISCH", None))
        self.labelIVISCK.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISCK", None))
        self.labelIVISCK.setText(_translate("LagrangianOutputForm", "Mass of char of the coal particles", None))
        self.checkBoxIVISCK.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISCK", None))
        self.labelIMoisture.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISCK", None))
        self.labelIMoisture.setText(_translate("LagrangianOutputForm", "Mass of moisture", None))
        self.checkBoxMoisture.setToolTip(_translate("LagrangianOutputForm", "Code_Saturne key word: IVISCK", None))