<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>CFD Online Discussion Forums - OpenFOAM Paraview / paraFoam</title>
		<link>http://www.cfd-online.com/Forums/</link>
		<description />
		<language>en</language>
		<lastBuildDate>Wed, 08 Sep 2010 12:50:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.cfd-online.com/Forums/images/misc/rss.jpg</url>
			<title>CFD Online Discussion Forums - OpenFOAM Paraview / paraFoam</title>
			<link>http://www.cfd-online.com/Forums/</link>
		</image>
		<item>
			<title>Regrouping of filters in 3.4</title>
			<link>http://www.cfd-online.com/Forums/openfoam-paraview/79566-regrouping-filters-3-4-a.html</link>
			<pubDate>Fri, 27 Aug 2010 07:32:32 GMT</pubDate>
			<description><![CDATA[Hi, 
  
I'm fairly new to paraview and have some questions regarding the pipeline browser and filters. 
  
If I have the following: 
  
- Pump.foam...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I'm fairly new to paraview and have some questions regarding the pipeline browser and filters.<br />
 <br />
If I have the following:<br />
 <br />
- Pump.foam<br />
| Slice 1<br />
| Slice 2<br />
| Calculator<br />
 <br />
and want it to be<br />
 <br />
- Pump.foam<br />
| - Calculator<br />
| Slice 1<br />
| Slice 2<br />
 <br />
how can this be done the easy way? <br />
 <br />
I know it can be done changing the source input of Slice 1 and Slice 2 to Calculator but I am looking for something like a drag-n-drop functionality.<br />
 <br />
Is this present in 3.4 or maybe 3.8?<br />
 <br />
Regards,<br />
Per</div>

]]></content:encoded>
			<category domain="http://www.cfd-online.com/Forums/openfoam-paraview/">OpenFOAM Paraview / paraFoam</category>
			<dc:creator>pad</dc:creator>
			<guid isPermaLink="true">http://www.cfd-online.com/Forums/openfoam-paraview/79566-regrouping-filters-3-4-a.html</guid>
		</item>
		<item>
			<title>paraview displays strange geometry</title>
			<link>http://www.cfd-online.com/Forums/openfoam-paraview/79529-paraview-displays-strange-geometry.html</link>
			<pubDate>Thu, 26 Aug 2010 10:07:51 GMT</pubDate>
			<description><![CDATA[Hello, 
I'm using OF 1.7 on OpenSuse 11.3.  
OF is doing well. But paraFoam (v. 3.8.0) leads to strange geometry and missing result data (e.g. p,k,...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
I'm using OF 1.7 on OpenSuse 11.3. <br />
OF is doing well. But paraFoam (v. 3.8.0) leads to strange geometry and missing result data (e.g. p,k, epsilon... in rasinterfoam). At least, it is my geometry.<br />
The conversion via foamToVTK works, but it's a second step and needs more disk space.<br />
<br />
Maybe the problem is in bashrc?!<br />
<br />
Thanks for help,<br />
<br />
Nico<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left"># clean the PATH<br />
cleaned=`$WM_PROJECT_DIR/bin/foamCleanPath &quot;$PATH&quot; &quot;$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/cmake- $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/paraview-&quot;` &amp;&amp; PATH=&quot;$cleaned&quot;<br />
<br />
# determine the cmake to be used<br />
unset CMAKE_HOME<br />
for cmake in cmake-2.8.1 cmake-2.8.0 cmake-2.6.4<br />
do<br />
&nbsp; &nbsp; cmake=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/$cmake<br />
&nbsp; &nbsp; if [ -r $cmake ]<br />
&nbsp; &nbsp; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; export CMAKE_HOME=$cmake<br />
&nbsp; &nbsp; &nbsp; &nbsp; export PATH=$CMAKE_HOME/bin:$PATH<br />
&nbsp; &nbsp; &nbsp; &nbsp; break<br />
&nbsp; &nbsp; fi<br />
done<br />
<br />
<br />
# set VERSION and MAJOR (version) variables<br />
ParaView_VERSION=3.8.0<br />
ParaView_MAJOR=unknown<br />
<br />
# if needed, set MAJOR version to correspond to VERSION<br />
# ParaView_MAJOR is &quot;&lt;digits&gt;.&lt;digits&gt;&quot; from ParaView_VERSION<br />
case &quot;$ParaView_VERSION&quot; in<br />
&quot;$ParaView_MAJOR&quot;.* )<br />
&nbsp; &nbsp; # version and major appear to correspond<br />
&nbsp; &nbsp; ;;<br />
<br />
[0-9]*)<br />
&nbsp; &nbsp; # extract major from the version<br />
&nbsp; &nbsp; ParaView_MAJOR=`echo $ParaView_VERSION | sed -e 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`<br />
&nbsp; &nbsp; ;;<br />
esac<br />
export ParaView_VERSION ParaView_MAJOR<br />
<br />
paraviewInstDir=$WM_THIRD_PARTY_DIR/paraview-$ParaView_VERSION<br />
export ParaView_DIR=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER/paraview-$ParaView_VERSION<br />
<br />
# set paths if binaries or source are present<br />
if [ -r $ParaView_DIR -o -r $paraviewInstDir ]<br />
then<br />
&nbsp; &nbsp; export PATH=$ParaView_DIR/bin:$PATH<br />
&nbsp; &nbsp; export LD_LIBRARY_PATH=$ParaView_DIR/lib/paraview-$ParaView_MAJOR:$LD_LIBRARY_PATH<br />
&nbsp; &nbsp; export PV_PLUGIN_PATH=$FOAM_LIBBIN/paraview-$ParaView_MAJOR<br />
<br />
&nbsp; &nbsp; # add in python libraries if required<br />
&nbsp; &nbsp; paraviewPython=$ParaView_DIR/Utilities/VTKPythonWrapping<br />
&nbsp; &nbsp; if [ -r $paraviewPython ]<br />
&nbsp; &nbsp; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; if [ &quot;$PYTHONPATH&quot; ]<br />
&nbsp; &nbsp; &nbsp; &nbsp; then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export PYTHONPATH=$PYTHONPATH:$paraviewPython:$ParaView_DIR/lib/paraview-$ParaView_MAJOR<br />
&nbsp; &nbsp; &nbsp; &nbsp; else<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; export PYTHONPATH=$paraviewPython:$ParaView_DIR/lib/paraview-$ParaView_MAJOR<br />
&nbsp; &nbsp; &nbsp; &nbsp; fi<br />
&nbsp; &nbsp; fi<br />
else<br />
&nbsp; &nbsp; unset PV_PLUGIN_PATH<br />
fi<br />
<br />
<br />
unset cleaned cmake paraviewInstDir paraviewPython</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://www.cfd-online.com/Forums/openfoam-paraview/">OpenFOAM Paraview / paraFoam</category>
			<dc:creator>deniggo</dc:creator>
			<guid isPermaLink="true">http://www.cfd-online.com/Forums/openfoam-paraview/79529-paraview-displays-strange-geometry.html</guid>
		</item>
		<item>
			<title>Time Display in Paraview</title>
			<link>http://www.cfd-online.com/Forums/openfoam-paraview/79457-time-display-paraview.html</link>
			<pubDate>Tue, 24 Aug 2010 17:33:02 GMT</pubDate>
			<description>I would like to make a flow animation with Paraview / Parafoam and have the time index displayed.  Does anyone have any hints on how to get a time...</description>
			<content:encoded><![CDATA[<div>I would like to make a flow animation with Paraview / Parafoam and have the time index displayed.  Does anyone have any hints on how to get a time display?    I wouldn't have thought it was possible but I saw a YouTube video that had one.</div>

]]></content:encoded>
			<category domain="http://www.cfd-online.com/Forums/openfoam-paraview/">OpenFOAM Paraview / paraFoam</category>
			<dc:creator>hansel</dc:creator>
			<guid isPermaLink="true">http://www.cfd-online.com/Forums/openfoam-paraview/79457-time-display-paraview.html</guid>
		</item>
		<item>
			<title>pressure on surface of an ellipsoid</title>
			<link>http://www.cfd-online.com/Forums/openfoam-paraview/79341-pressure-surface-ellipsoid.html</link>
			<pubDate>Fri, 20 Aug 2010 12:23:11 GMT</pubDate>
			<description>Hi Foamers, 
 
I have a problem with the Postprocessing in Paraview. 
I want to get the pressure along the surface of an ellipsoid. For this purpose...</description>
			<content:encoded><![CDATA[<div>Hi Foamers,<br />
<br />
I have a problem with the Postprocessing in Paraview.<br />
I want to get the pressure along the surface of an ellipsoid. For this purpose I don't know the best way.<br />
<br />
There are any special filters for this task? <br />
<br />
One idea of me was, I create a clip in the middle of the ellipsoid. And next I calculate the koordinates of the ellipsoid. With them I can draw a spline. Of course that isn't the best way. Now I want to plot the pressure along this spline/ or the calculated points, but I don't know how?<br />
<br />
I hope anybody can help me. That would make me happy! :)<br />
<br />
Alex</div>

]]></content:encoded>
			<category domain="http://www.cfd-online.com/Forums/openfoam-paraview/">OpenFOAM Paraview / paraFoam</category>
			<dc:creator>Aloex</dc:creator>
			<guid isPermaLink="true">http://www.cfd-online.com/Forums/openfoam-paraview/79341-pressure-surface-ellipsoid.html</guid>
		</item>
		<item>
			<title>error when compiling ParaView 3.8.0 on ubuntu10.04</title>
			<link>http://www.cfd-online.com/Forums/openfoam-paraview/79098-error-when-compiling-paraview-3-8-0-ubuntu10-04-a.html</link>
			<pubDate>Thu, 12 Aug 2010 11:36:19 GMT</pubDate>
			<description><![CDATA[I tried to compile paraview 3.8 on ubuntu10.04, but got the following error 
 
 
Code: 
--------- 
make[2]: *** [Documentation/paraview.qch] error...]]></description>
			<content:encoded><![CDATA[<div>I tried to compile paraview 3.8 on ubuntu10.04, but got the following error<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">make[2]: *** [Documentation/paraview.qch] error 127<br />
make[1]: *** [Documentation/CMakeFiles/ParaViewOnlineHelp.dir/all] error 2<br />
make: *** [all] error 2</code><hr />
</div>It is exactly same with the problem described in this post<br />
<br />
<a href="!78243!http://www.cfd-online.com/Forums/openfoam-paraview/78243-installation-problem-paraview-3-8-0-opensuse-11-2-a.html" target="_blank">http://www.cfd-online.com/Forums/ope...se-11-2-a.html</a><br />
<br />
In the post,  libqt4-devel-doc and libQtWebKit-devel is suggested to install.<br />
<br />
But I can't find such packages in ubuntu10.04. By the way, I am using a 64bit version.</div>

]]></content:encoded>
			<category domain="http://www.cfd-online.com/Forums/openfoam-paraview/">OpenFOAM Paraview / paraFoam</category>
			<dc:creator>lainme</dc:creator>
			<guid isPermaLink="true">http://www.cfd-online.com/Forums/openfoam-paraview/79098-error-when-compiling-paraview-3-8-0-ubuntu10-04-a.html</guid>
		</item>
		<item>
			<title>Abaqus to ParaView translator</title>
			<link>http://www.cfd-online.com/Forums/openfoam-paraview/78992-abaqus-paraview-translator.html</link>
			<pubDate>Mon, 09 Aug 2010 16:14:34 GMT</pubDate>
			<description>Hi, 
I am a fairly new user to ParaView and I am looking for a translator that can take Abaqus files and rearrange the nodes/elements in a format...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I am a fairly new user to ParaView and I am looking for a translator that can take Abaqus files and rearrange the nodes/elements in a format that ParaView can read. I have been searching for a converter on the internet but I have had no luck. If anyone knows of an easy way to change Abaqus files to ParaView or of a converter than can do so, it would be greatly appreciated.<br />
 <br />
Thank you,<br />
Lea V.</div>

]]></content:encoded>
			<category domain="http://www.cfd-online.com/Forums/openfoam-paraview/">OpenFOAM Paraview / paraFoam</category>
			<dc:creator>yns130</dc:creator>
			<guid isPermaLink="true">http://www.cfd-online.com/Forums/openfoam-paraview/78992-abaqus-paraview-translator.html</guid>
		</item>
	</channel>
</rss>
