<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19222"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">Perfect. Works. Thanks.<BR><BR>>>> "Utkarsh Ayachit" <utkarsh.ayachit@kitware.com> 4/30/2012 10:10 AM >>><BR>Terry,<BR><BR>You'd also need to add the following stub in<BR>Applications/ParaView/ParaViewReaders.xml<BR><BR><ParaViewReaders><BR><BR> <!-- existing code --><BR><BR> <Proxy group="sources" name="FluentSeriesReader" /><BR><BR></ParaViewReaders><BR><BR>Utkarsh<BR><BR>On Fri, Apr 27, 2012 at 3:28 PM, Terry Jordan <Terry.Jordan@netl.doe.gov> wrote:<BR>> I am trying to enable file series reading for the fluent format. I have<BR>> tried to follow the example from the wiki to no avail. I tried to enable it<BR>> by adding the following entry to the sources in the readers.xml in the<BR>> ServerImplementation folder.<BR>><BR>> <!-- Beginning of FLUENT series Reader --><BR>> <SourceProxy name="FluentSeriesReader"<BR>> class="vtkFileSeriesReader"<BR>> label="Fluent Case Series Reader"<BR>> si_class="vtkSIFileSeriesReaderProxy"<BR>> file_name_method="SetFileName"><BR>> <Documentation short_help="fluent series."<BR>> long_help="fluent series long."><BR>> Reads flueent<BR>> </Documentation><BR>><BR>> <SubProxy><BR>> <Proxy name="Reader" proxygroup="sources" proxyname="FLUENTReader"><BR>> </Proxy><BR>> </SubProxy><BR>><BR>> <StringVectorProperty name="FileName"<BR>> clean_command="RemoveAllFileNames"<BR>> command="AddFileName"<BR>> animateable="0"<BR>> number_of_elements="1"<BR>> repeat_command="1"<BR>> information_property="FileNameInfo"><BR>> <FileListDomain name="files" /><BR>> <Documentation><BR>> The name of the files to load.<BR>> </Documentation><BR>> </StringVectorProperty><BR>><BR>> <DoubleVectorProperty name="TimestepValues"<BR>> repeatable="1"<BR>> information_only="1"><BR>> <TimeStepsInformationHelper /><BR>> </DoubleVectorProperty><BR>><BR>> <Hints><BR>> <ReaderFactory extensions="cas"<BR>> file_description="Fluent Case Series" /><BR>> </Hints><BR>><BR>> </SourceProxy><BR>><BR>> <!-- End of FLUENT series reader --><BR>><BR>> _______________________________________________<BR>> Powered by www.kitware.com<BR>><BR>> Visit other Kitware open-source projects at<BR>> <A href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</A><BR>><BR>> Please keep messages on-topic and check the ParaView Wiki at:<BR>> <A href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</A><BR>><BR>> Follow this link to subscribe/unsubscribe:<BR>> <A href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</A><BR>><BR></BODY></HTML>