mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
123 lines
3.7 KiB
XML
123 lines
3.7 KiB
XML
<ServerManagerConfiguration>
|
|
<ProxyGroup name="sources">
|
|
<SourceProxy
|
|
name="PVblockMeshReader"
|
|
class="vtkPVblockMeshReader">
|
|
|
|
<!-- File name - compulsory -->
|
|
<StringVectorProperty animateable="0"
|
|
name="FileName"
|
|
command="SetFileName"
|
|
number_of_elements="1"
|
|
panel_visibility="never">
|
|
<FileListDomain name="files"/>
|
|
<Documentation>The filename for the OpenFOAM blockMesh reader.</Documentation>
|
|
</StringVectorProperty>
|
|
|
|
<!-- Refresh (push button) -->
|
|
<Property
|
|
name="Refresh"
|
|
command="Refresh"
|
|
panel_visibility="default">
|
|
<Documentation>Rescan for updated blockMeshDict.</Documentation>
|
|
</Property>
|
|
|
|
<!-- General Controls -->
|
|
|
|
<!-- Show Patch Names (check-box) -->
|
|
<IntVectorProperty animateable="0"
|
|
name="ShowPatchNames"
|
|
label="Patch Names"
|
|
command="SetShowPatchNames"
|
|
default_values="0"
|
|
number_of_elements="1"
|
|
panel_visibility="default">
|
|
<BooleanDomain name="bool"/>
|
|
<Documentation>Show patch names in render window.</Documentation>
|
|
</IntVectorProperty>
|
|
|
|
<!-- Show Point Numbers (check-box) -->
|
|
<IntVectorProperty animateable="0"
|
|
name="ShowPointNumbers"
|
|
label="Point Numbers"
|
|
command="SetShowPointNumbers"
|
|
default_values="1"
|
|
number_of_elements="1"
|
|
panel_visibility="default">
|
|
<BooleanDomain name="bool"/>
|
|
<Documentation>Show point numbers in render window.</Documentation>
|
|
</IntVectorProperty>
|
|
|
|
<PropertyGroup
|
|
label="General Controls"
|
|
panel_widget="openfoam_blockMesh_general_controls">
|
|
<Property name="Refresh"/>
|
|
<Property name="ShowPatchNames"/>
|
|
<Property name="ShowPointNumbers"/>
|
|
</PropertyGroup>
|
|
|
|
<!-- Selections -->
|
|
|
|
<!-- Available Blocks array -->
|
|
<StringVectorProperty
|
|
name="BlockArrayStatus"
|
|
information_only="1">
|
|
<ArraySelectionInformationHelper attribute_name="Block"/>
|
|
</StringVectorProperty>
|
|
<StringVectorProperty animateable="0"
|
|
name="BlockStatus"
|
|
label="Blocks"
|
|
command="SetBlockArrayStatus"
|
|
number_of_elements="0"
|
|
repeat_command="1"
|
|
number_of_elements_per_command="2"
|
|
element_types="2 0"
|
|
information_property="BlockArrayStatus">
|
|
<ArraySelectionDomain name="array_list">
|
|
<RequiredProperties>
|
|
<Property name="BlockArrayStatus" function="ArrayList"/>
|
|
</RequiredProperties>
|
|
</ArraySelectionDomain>
|
|
<Documentation>The list of blocks</Documentation>
|
|
</StringVectorProperty>
|
|
|
|
<!-- Available CurvedEdges array -->
|
|
<StringVectorProperty
|
|
name="CurvedEdgesArrayStatus"
|
|
information_only="1">
|
|
<ArraySelectionInformationHelper attribute_name="CurvedEdges"/>
|
|
</StringVectorProperty>
|
|
<StringVectorProperty animateable="0"
|
|
name="CurvedEdgesStatus"
|
|
label="Curved Edges"
|
|
command="SetCurvedEdgesArrayStatus"
|
|
number_of_elements="0"
|
|
repeat_command="1"
|
|
number_of_elements_per_command="2"
|
|
element_types="2 0"
|
|
information_property="CurvedEdgesArrayStatus">
|
|
<ArraySelectionDomain name="array_list">
|
|
<RequiredProperties>
|
|
<Property name="CurvedEdgesArrayStatus" function="ArrayList"/>
|
|
</RequiredProperties>
|
|
</ArraySelectionDomain>
|
|
<Documentation>The list of curved edges</Documentation>
|
|
</StringVectorProperty>
|
|
|
|
<PropertyGroup label="Selections">
|
|
<Property name="BlockArrayStatus"/>
|
|
<Property name="BlockStatus"/>
|
|
<Property name="CurvedEdgesArrayStatus"/>
|
|
<Property name="CurvedEdgesStatus"/>
|
|
</PropertyGroup>
|
|
|
|
<Hints>
|
|
<ReaderFactory
|
|
extensions="blockMesh"
|
|
file_description="OpenFOAM blockMesh"/>
|
|
</Hints>
|
|
|
|
</SourceProxy>
|
|
</ProxyGroup>
|
|
</ServerManagerConfiguration>
|