<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Free CFD</title>
	<atom:link href="http://www.freecfd.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.freecfd.com</link>
	<description>An open source computational fluid dynamics code</description>
	<pubDate>Fri, 16 Oct 2009 01:38:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Update</title>
		<link>http://www.freecfd.com/2009/10/update/</link>
		<comments>http://www.freecfd.com/2009/10/update/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 21:23:16 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=270</guid>
		<description><![CDATA[Free CFD development has slowed down for the last few months. The reason is, I have been finishing up my PhD degree. I just defended this Monday and passed. After some revisions, probably a few weeks, I can finally get back and pick up where I left off. So, this would be a good time [...]]]></description>
			<content:encoded><![CDATA[<p>Free CFD development has slowed down for the last few months. The reason is, I have been finishing up my PhD degree. I just defended this Monday and passed. After some revisions, probably a few weeks, I can finally get back and pick up where I left off. So, this would be a good time to ask for your feedback. Please let me know your general experience with Free CFD and what features you&#8217;d like to see added so that I can plan/prioritize the tasks. You can comment here, e-mail me or add a wish list post to the forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2009/10/update/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Release 0.1.2 Bug Fixes</title>
		<link>http://www.freecfd.com/2009/04/release-012-bug-fixes/</link>
		<comments>http://www.freecfd.com/2009/04/release-012-bug-fixes/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 22:25:15 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=230</guid>
		<description><![CDATA[This one is a bug-fix release addressing:

When grid dimension was not specified in the input file, it didn&#8217;t fall back to its default value of 3, resulting in a smaller stencil (of node averaging) than normally would be used.
Another bug fix affecting the accuracy of 3D node averaging.
Entropy fix in Roe solver was not correct.

There [...]]]></description>
			<content:encoded><![CDATA[<p>This one is a bug-fix release addressing:</p>
<ul>
<li>When grid dimension was not specified in the input file, it didn&#8217;t fall back to its default value of 3, resulting in a smaller stencil (of node averaging) than normally would be used.</li>
<li>Another bug fix affecting the accuracy of 3D node averaging.</li>
<li>Entropy fix in Roe solver was not correct.</li>
</ul>
<p>There are no changes to the input file interface. If you have run cases without specifying the dimension in the input file, you are likely to see noticable improvement with the new version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2009/04/release-012-bug-fixes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Release 0.1.1</title>
		<link>http://www.freecfd.com/2009/04/release-011/</link>
		<comments>http://www.freecfd.com/2009/04/release-011/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 03:23:43 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=214</guid>
		<description><![CDATA[Free-CFD-0.1.1 is released. Thanks to your feedback and help, a few lingering issues are addressed such as the grid reader generality and the Tecplot output file structure. Also a number of turbulence model fixes and improvements are implemented. Now Menter&#8217;s SST model is also available.
This release contains a number of improvements contributing to the overall [...]]]></description>
			<content:encoded><![CDATA[<p>Free-CFD-0.1.1 is released. Thanks to your feedback and help, a few lingering issues are addressed such as the grid reader generality and the Tecplot output file structure. Also a number of turbulence model fixes and improvements are implemented. Now Menter&#8217;s SST model is also available.</p>
<p>This release contains a number of improvements contributing to the overall robustness of the Free CFD. We highly recommend you update your installation and as always, let us know if you have any feedback.</p>
<p><a href="http://www.freecfd.com/download">Click here to download</a> and enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2009/04/release-011/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turbulence Model Release</title>
		<link>http://www.freecfd.com/2009/02/turbulence-model-release/</link>
		<comments>http://www.freecfd.com/2009/02/turbulence-model-release/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 01:17:37 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=195</guid>
		<description><![CDATA[
We have many plans for Free CFD that we are excited about. One of the central items almost any of those plans require is a sound turbulence model implementation. After trying many different approaches to 2 equation turbulence model implementations, we are releasing Free CFD 0.1.0. Since this goes a little beyond a bug fix [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-200" title="turbulence" src="http://www.freecfd.com/wp-content/uploads/2009/02/turbulence.jpg" alt="turbulence" width="450" height="130" /></p>
<p>We have many plans for Free CFD that we are excited about. One of the central items almost any of those plans require is a sound turbulence model implementation. After trying many different approaches to 2 equation turbulence model implementations, we are releasing Free CFD 0.1.0. Since this goes a little beyond a bug fix and maintenance release cycle, we are treating this as a minor release. There will be no 0.0.2 version.</p>
<p>This version includes 3 choices for turbulence models:</p>
<ul>
<li>k-epsilon</li>
<li>k-omega</li>
<li>Menter&#8217;s BSL</li>
</ul>
<p>We would like to emphasize though that these models are out for testing purposes. We are lacking some of the eventually needed features such as law-of-the-wall implementations. But we are proud anyway.</p>
<p>So, if you&#8217;d like to play around, please go to <a href="http://www.freecfd.com/download">download</a> section and please share your experience in our <a href="http://www.freecfd.com/forum">forum</a>.</p>
<p>This release also includes several bug fixes related to parallel runs in some machines and for several other minor issues that we tend to forget.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2009/02/turbulence-model-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Second Release</title>
		<link>http://www.freecfd.com/2009/02/second-release/</link>
		<comments>http://www.freecfd.com/2009/02/second-release/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 02:24:20 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=179</guid>
		<description><![CDATA[It hasn&#8217;t been a month since the first release of Free CFD. But there are already major changes in the code that grant an update such as new feature additions, performance improvements as well as important bug fixes, so we suggest you update to the new version. Here is the list of changes:
CHANGE LOG - [...]]]></description>
			<content:encoded><![CDATA[<p>It hasn&#8217;t been a month since the first release of Free CFD. But there are already major changes in the code that grant an update such as new feature additions, performance improvements as well as important bug fixes, so we suggest you update to the new version. Here is the list of changes:</p>
<p>CHANGE LOG - 0.0.1</p>
<p style="padding-left: 30px;">- Temperature primite variable set is adopted</p>
<p style="padding-left: 30px;">- Thermal diffusion is added to the energy equation</p>
<p style="padding-left: 30px;">- Temperature boundary conditions are added</p>
<p style="padding-left: 30px;">- Low-Mach preconditioner is added</p>
<p style="padding-left: 30px;">- Added probe time history outputs</p>
<p style="padding-left: 30px;">- Added integrated boundary fluxes time history outputs</p>
<p style="padding-left: 30px;">- BUGFIX: petsc wasn&#8217;t recomputing the preconditioner at each time step</p>
<p style="padding-left: 30px;">- BUGFIX: node averaging routine (affected only 2D uniform grids)</p>
<p style="padding-left: 30px;">- Other minor improvements</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2009/02/second-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First Release</title>
		<link>http://www.freecfd.com/2009/01/first-release/</link>
		<comments>http://www.freecfd.com/2009/01/first-release/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:30:58 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=132</guid>
		<description><![CDATA[
We are happy to announce that Free-CFD 0.0 is released today, open source as promised. You can download the code anytime and the user&#8217;s manual should help you get started. The only requirement to download the code is to register to our forum. You only need a valid e-mail address which we promise not to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-165" title="free-cfd-hatched" src="http://www.freecfd.com/wp-content/uploads/2009/01/free-cfd-hatched.jpg" alt="free-cfd-hatched" width="300" height="189" /></p>
<p>We are happy to announce that Free-CFD 0.0 is released today, open source as promised. You can <a href="http://www.freecfd.com/download">download</a> the code anytime and the <a href="http://www.freecfd.com/documentation/users-manual/">user&#8217;s manual</a> should help you get started. The only requirement to download the code is to register to our <a href="http://www.freecfd.com/forum/">forum</a>. You only need a valid e-mail address which we promise not to litter. Registration is self-activated, you don&#8217;t need to wait for our confirmation. Your e-mail address will be kept confidential and will only be used for important anouncements regarding Free CFD such as new releases.</p>
<p>We hate mixing up good emotions with reservations here but we can&#8217;t pass without noting that this is an alpha release, meaning that there might be bugs here and there and that there is room for improvement. <a href="http://www.freecfd.com/download">Download</a> it, <a href="http://www.freecfd.com/documentation/">get familiar</a> with it, ask about it to <a href="http://www.freecfd.com/contact">us</a> or to the user base via our <a href="http://www.freecfd.com/forum/">forum</a>. Please don&#8217;t hesitate, we rely on your feedback for progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2009/01/first-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>One step closer to release</title>
		<link>http://www.freecfd.com/2008/12/one-step-closer-to-release/</link>
		<comments>http://www.freecfd.com/2008/12/one-step-closer-to-release/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 15:29:17 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://www.freecfd.com/?p=72</guid>
		<description><![CDATA[
We are getting closer to a release version.
What is holding us? Most impotantly; the user&#8217;s manual. The code would be useless without good documentation so we are preparing instructions for compiling the code, setting up inputs, running the code and getting outputs.
Also, some of the features are being polished and debugged.
Now is a good time [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-80" title="users_manual" src="http://www.freecfd.com/wp-content/uploads/2008/12/users_manual.png" alt="users_manual" width="400" height="196" /></p>
<p>We are getting closer to a release version.</p>
<p>What is holding us? Most impotantly; the user&#8217;s manual. The code would be useless without good documentation so we are preparing instructions for compiling the code, setting up inputs, running the code and getting outputs.</p>
<p>Also, some of the features are being polished and debugged.</p>
<p>Now is a good time to become a member of our <a href="http://www.freecfd.com/forum/" target="_blank">forum</a>. Upon release, a notice will be sent to forum members and the code will be available to download from there. The forum will also serve as a platform for support by us or other users as well as for carrying any CFD related discussions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2008/12/one-step-closer-to-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.freecfd.com/2008/11/hello-world/</link>
		<comments>http://www.freecfd.com/2008/11/hello-world/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 19:26:12 +0000</pubDate>
		<dc:creator>Emre Sozer</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[announcement]]></category>

		<guid isPermaLink="false">http://freecfd.com/?p=1</guid>
		<description><![CDATA[Free CFD is an open source computational fluid dynamics (CFD) code. You can learn more about it on the about page. Some key features are:

Written in C++
Easy to use, easy to code
Density based Navier-Stokes solver
All speed ( We know that this is too general a statement but let&#8217;s say the code can handle a Mach [...]]]></description>
			<content:encoded><![CDATA[<p>Free CFD is an open source computational fluid dynamics (CFD) code. You can learn more about it on the <a href="http://www.freecfd.com/about">about</a> page. Some key features are:</p>
<ul>
<li>Written in C++</li>
<li>Easy to use, easy to code</li>
<li>Density based Navier-Stokes solver</li>
<li>All speed ( We know that this is too general a statement but let&#8217;s say the code can handle a Mach number of 3 as well as 0.001)</li>
<li>Parallel ( MPI )</li>
<li>3D Unstructured grids of mixed element types (Hexahedra, tetrahedra, prism, pyramid)</li>
<li>Fully implicit time integration</li>
</ul>
<p>The code is not released yet. But expect a release really soon.</p>
<p>The code is in early its early stages of development. It is in the process of being well validated and well documented. But the important thing is the idea: </p>
<p>We want to extend the open-source ideology to CFD community with an easy-to-use, easy-to-understand and easy-to-develop code. We hope this project to be a sustained effort,  very dynamic in its development, driven by your feedback, friendly and responsive to you. </p>
<p>By the way, we are both PhD students at the University of Michigan, Aerospace Engineering Department. </p>
<p>You can submit to our <a href="http://www.freecfd.com/feed/">feed</a> for the first release announcement.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.freecfd.com/2008/11/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
