-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRamsesReaderSM.xml
More file actions
71 lines (57 loc) · 2.25 KB
/
RamsesReaderSM.xml
File metadata and controls
71 lines (57 loc) · 2.25 KB
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
<ServerManagerConfiguration>
<ProxyGroup name="sources">
<SourceProxy name="RamsesReader"
class="vtkRamsesReader">
<StringVectorProperty
name="AaaFileName"
command="SetFileName"
number_of_elements="1">
<FileListDomain name="files"/>
<Documentation>
Reads in points from a Ramses binary file.
</Documentation>
</StringVectorProperty>
<StringVectorProperty
name="PointArrayInfo"
information_only="1">
<ArraySelectionInformationHelper attribute_name="Point"/>
</StringVectorProperty>
<StringVectorProperty
name="PointArrayStatus"
command="SetPointArrayStatus"
number_of_elements="0"
repeat_command="1"
number_of_elements_per_command="2"
element_types="2 0"
information_property="PointArrayInfo"
label="Point Arrays">
<ArraySelectionDomain name="array_list">
<RequiredProperties>
<Property name="PointArrayInfo" function="ArrayList"/>
</RequiredProperties>
</ArraySelectionDomain>
<Documentation>
This property lists which point attributes to read.
</Documentation>
</StringVectorProperty>
<DoubleVectorProperty
name="ParticleMassGuess"
command="SetParticleMassGuess"
number_of_elements="1"
default_values="0">
<Documentation>
If this run includes hydro, it is necessary to have a guess at the gas particle mass. If this is a cosmo run, a decent guess for the guess particle mass can be automatically determined from the total mass, the minimum dark matter particle mass, and omegab/(omegam-omegab). If another guess is desired (required in the case of a non-cosmo run) please specify a non-zero positive value here.
</Documentation>
</DoubleVectorProperty>
<IntVectorProperty name="HasParticleData"
command="SetHasParticleData"
number_of_elements="1"
default_values="1">
<BooleanDomain name="bool" />
<Documentation>
If the file you are reading has no particle data, uncheck this option otherwise a crash will occur
</Documentation>
</IntVectorProperty>
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>