initial commit for version 1.5.x patch release
[OpenFOAM-1.5.x.git] / applications / utilities / postProcessing / graphics / PV3FoamReader / PV3FoamReader / PV3FoamReader_SM.xml
blob07620fd849b9590f0c18a8e70d86dc868719bb7f
1 <ServerManagerConfiguration>
2     <ProxyGroup name="sources">
3     <SourceProxy
5         name="PV3FoamReader"
6         class="vtkPV3FoamReader">
8      <!-- File name - compulsory -->
9         <StringVectorProperty
10             name="FileName"
11             command="SetFileName"
12             number_of_elements="1">
13             <FileListDomain
14                 name="files"/>
15         </StringVectorProperty>
17 <!-- Time info sent to animation controls (top of window) -->
19         <DoubleVectorProperty
20             name="TimestepValues"
21             information_only="1">
22             <TimeStepsInformationHelper/>
23             <Documentation>
24                 Available timestep values.
25             </Documentation>
26         </DoubleVectorProperty>
28         <DoubleVectorProperty
29             name="TimeRange"
30             information_only="1">
31             <TimeRangeInformationHelper/>
32         </DoubleVectorProperty>
34 <!-- ExtrapolateWalls check box -->
35         <IntVectorProperty
36             name="ExtrapolateWalls"
37             command="SetExtrapolateWalls"
38             number_of_elements="1"
39             default_values="0">
40             <BooleanDomain
41                 name="bool"/>
42         </IntVectorProperty>
44 <!-- Include sets check box -->
45         <IntVectorProperty
46             name="IncludeSets"
47             command="SetIncludeSets"
48             number_of_elements="1"
49             default_values="0">
50             <BooleanDomain
51                 name="bool"/>
52         </IntVectorProperty>
54 <!-- Include zones check box -->
55         <IntVectorProperty
56             name="IncludeZones"
57             command="SetIncludeZones"
58             number_of_elements="1"
59             default_values="0">
60             <BooleanDomain
61                 name="bool"/>
62         </IntVectorProperty>
64 <!-- Show patch names check box -->
65         <IntVectorProperty
66             name="ShowPatchNames"
67             command="SetShowPatchNames"
68             number_of_elements="1"
69             default_values="0">
70             <BooleanDomain name="bool"/>
71         </IntVectorProperty>
73 <!-- Available regions array -->
74         <StringVectorProperty
75             name="RegionArrayInfo"
76             information_only="1">
77             <ArraySelectionInformationHelper
78                 attribute_name="Region"/>
79         </StringVectorProperty>
80         <StringVectorProperty
81             name="RegionStatus"
82             command="SetRegionArrayStatus"
83             number_of_elements="0"
84             repeat_command="1"
85             number_of_elements_per_command="2"
86             element_types="2 0"
87             information_property="RegionArrayInfo">
88             <ArraySelectionDomain
89                 name="array_list">
90                 <RequiredProperties>
91                     <Property name="RegionArrayInfo"
92                               function="ArrayList"/>
93                 </RequiredProperties>
94             </ArraySelectionDomain>
95         </StringVectorProperty>
97 <!-- Available volFields array -->
98         <StringVectorProperty
99             name="VolFieldArrayInfo"
100             information_only="1">
101             <ArraySelectionInformationHelper
102                 attribute_name="VolField"/>
103         </StringVectorProperty>
104         <StringVectorProperty
105             name="VolFieldStatus"
106             command="SetVolFieldArrayStatus"
107             number_of_elements="0"
108             repeat_command="1"
109             number_of_elements_per_command="2"
110             element_types="2 0"
111             information_property="VolFieldArrayInfo">
112             <ArraySelectionDomain
113                 name="array_list">
114                 <RequiredProperties>
115                     <Property name="VolFieldArrayInfo"
116                               function="ArrayList"/>
117                 </RequiredProperties>
118             </ArraySelectionDomain>
119         </StringVectorProperty>
121 <!-- Available pointFields array -->
122         <StringVectorProperty
123             name="PointFieldArrayInfo"
124             information_only="1">
125             <ArraySelectionInformationHelper
126                 attribute_name="PointField"/>
127         </StringVectorProperty>
128         <StringVectorProperty
129             name="PointFieldStatus"
130             command="SetPointFieldArrayStatus"
131             number_of_elements="0"
132             repeat_command="1"
133             number_of_elements_per_command="2"
134             element_types="2 0"
135             information_property="PointFieldArrayInfo">
136             <ArraySelectionDomain
137                 name="array_list">
138                 <RequiredProperties>
139                     <Property name="PointFieldArrayInfo"
140                               function="ArrayList"/>
141                 </RequiredProperties>
142             </ArraySelectionDomain>
143         </StringVectorProperty>
145 <!-- Available Lagrangian fields array -->
146         <StringVectorProperty
147             name="LagrangianFieldArrayInfo"
148             information_only="1">
149             <ArraySelectionInformationHelper
150                 attribute_name="LagrangianField"/>
151         </StringVectorProperty>
152         <StringVectorProperty
153             name="LagrangianFieldStatus"
154             command="SetLagrangianFieldArrayStatus"
155             number_of_elements="0"
156             repeat_command="1"
157             number_of_elements_per_command="2"
158             element_types="2 0"
159             information_property="LagrangianFieldArrayInfo">
160             <ArraySelectionDomain
161                 name="array_list">
162                 <RequiredProperties>
163                     <Property name="LagrangianFieldArrayInfo"
164                               function="ArrayList"/>
165                 </RequiredProperties>
166             </ArraySelectionDomain>
167         </StringVectorProperty>
169 <!-- Cache mesh check box -->
170         <IntVectorProperty
171             name="CacheMesh"
172             command="SetCacheMesh"
173             number_of_elements="1"
174             default_values="1">
175             <BooleanDomain
176                 name="bool"/>
177         </IntVectorProperty>
179 <!-- Update GUI check box -->
180         <IntVectorProperty
181             name="UpdateGUI"
182             command="SetUpdateGUI"
183             number_of_elements="1"
184             default_values="0">
185             <BooleanDomain
186                 name="bool"/>
187         </IntVectorProperty>
189     </SourceProxy>
190     </ProxyGroup>
191 </ServerManagerConfiguration>