[Paraview] Transient Fluent Data

Terry Jordan Terry.Jordan at NETL.DOE.GOV
Fri Apr 27 15:28:29 EDT 2012


I am trying to enable file series reading for the fluent format.  I have tried to follow the example from the wiki to no avail.  I tried to enable it by adding the following entry to the sources in the readers.xml in the ServerImplementation folder.
 
  <!-- Beginning of FLUENT series Reader -->
    <SourceProxy name="FluentSeriesReader"
                           class="vtkFileSeriesReader"
                           label="Fluent Case Series Reader"
                           si_class="vtkSIFileSeriesReaderProxy"
                           file_name_method="SetFileName">
      <Documentation short_help="fluent series."
                     long_help="fluent series long.">
        Reads flueent
      </Documentation>
 
      <SubProxy>
        <Proxy name="Reader" proxygroup="sources" proxyname="FLUENTReader">
        </Proxy>
      </SubProxy>
 
      <StringVectorProperty name="FileName"
                            clean_command="RemoveAllFileNames"
                            command="AddFileName"
                            animateable="0"
                            number_of_elements="1"
                            repeat_command="1"
                            information_property="FileNameInfo">
        <FileListDomain name="files" />
        <Documentation>
          The name of the files to load.
        </Documentation>
      </StringVectorProperty>
 
      <DoubleVectorProperty name="TimestepValues"
                            repeatable="1"
                            information_only="1">
        <TimeStepsInformationHelper />
      </DoubleVectorProperty>
 
        <Hints>
            <ReaderFactory extensions="cas"
                file_description="Fluent Case Series" />
        </Hints>
 
    </SourceProxy>
 
   <!-- End of FLUENT series reader -->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20120427/9383099c/attachment.htm>


More information about the ParaView mailing list