<?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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adrian Smith &#187; Linux</title>
	<atom:link href="http://www.agileengineeringdesign.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.agileengineeringdesign.com</link>
	<description>A weblog on computational engineering design and agile software development</description>
	<lastBuildDate>Fri, 06 Jan 2012 20:39:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Open Source Computational Engineering Tools</title>
		<link>http://www.agileengineeringdesign.com/2008/08/open-source-computational-engineering-tools/</link>
		<comments>http://www.agileengineeringdesign.com/2008/08/open-source-computational-engineering-tools/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 20:03:53 +0000</pubDate>
		<dc:creator>Adrian Smith</dc:creator>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[CAD]]></category>
		<category><![CDATA[CAE]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[FEA]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.agileengineeringdesign.com/?p=46</guid>
		<description><![CDATA[Engineering analysis software has been traditionally dominated by large commercial vendors such as MathWorks (MATLAB), MSC (NASTRAN/PATRAN), ANSYS (ANSYS and Fluent), Dassault Systemes (CATIA) and SIEMENS (NX and FEMAP). This is probably because these tools attract a comparatively small user base and therefore have not featured heavily within the Open Source community. However, that assumption [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.agileengineeringdesign.com/wp-content/uploads/2008/08/f18_stream.jpg'><img src="http://www.agileengineeringdesign.com/wp-content/uploads/2008/08/f18_stream-300x262.jpg" alt="" title="f18_stream" width="300" height="262" class="alignright size-medium wp-image-62" /></a>Engineering analysis software has been traditionally dominated by large commercial vendors such as <a href="http://www.mathworks.com/">MathWorks</a> (MATLAB), <a href="http://www.mscsoftware.com/">MSC</a> (NASTRAN/PATRAN), <a href="http://www.ansys.com/">ANSYS</a> (ANSYS and Fluent), <a href="http://www.3ds.com/">Dassault Systemes</a> (CATIA) and <a href="http://www.plm.automation.siemens.com/en_us/index.shtml">SIEMENS</a> (NX and FEMAP). This is probably because these tools attract a comparatively small user base and therefore have not featured heavily within the Open Source community.  However, that assumption may now be seriously questioned, as there are numerous software tools emerging that challenge the commercial equivalents. </p>
<p><span id="more-46"></span><br />
The following list is by no means exhaustive but does identify some of the major open source solutions available in the computational engineering domain.</p>
<h3>A Complete Package</h3>
<p><a href="http://www.caelinux.com/">CAE Linux</a> is a LiveDVD Linux distribution dedicated to computer aided engineering based around softwares Salomé, Code_Aster, Code_Saturne and OpenFOAM.</p>
<h3>General Numerical Analysis</h3>
<p><a href="http://www.scilab.org/">Scilab</a> is a platform for numerical computations similar in capability to MATLAB.</p>
<p><a href="http://www.gnu.org/software/octave/">Octave</a> is also a platform for numerical computations with a command line language that is equivalent to MATLAB.</p>
<p><a href="http://www.scipy.org/">SciPy</a> is a software library for mathematics, science, and engineering with a very large community and its own conference. </p>
<h3>CAD and Geometry Tools</h3>
<p><a href="http://brlcad.org/">BRL-CAD</a> is a powerful cross-platform open source solid modeling system that includes interactive geometry editing, high-performance ray-tracing for rendering and geometric analysis, image and signal-processing tools, a system performance analysis benchmark suite, libraries for robust geometric representation, with more than 20 years of active development.</p>
<p><a href="http://www.salome-platform.org/">SALOME</a> is a generic platform for Pre and Post-Processing for numerical simulation.</p>
<p><a href="http://www.opencascade.org/">Open CASCADE Technology</a> is a software development platform that includes components for 3D surface and solid modeling, visualization, data exchange and rapid application development.</p>
<h3>FEA Codes</h3>
<p><a href="http://www.fetk.org/">FETK</a> is a collection of adaptive FE software libraries and tools for solving coupled systems of nonlinear geometric partial differential equations. The FETK libraries and tools are written in an object-oriented form of ANSI-C and in C++.</p>
<p><a href="http://www.code-aster.org">Code_Aster</a> is a FE solver capable of linear and non-linear analysis for statics and dynamics, fatigue, damage, fracture, contact, geomaterials, porous media and multi-physics coupling. <a href="http://www.code-aster.org/V2/IMG/pdf/plaq_V7_GB.pdf">English summary document.</a></p>
<h3>CFD Codes</h3>
<p><a href="http://www.opencfd.co.uk/openfoam/">OpenFOAM</a> is a CFD toolbox that can simulate a range of problems including complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics, electromagnetics and the pricing of financial options.</p>
<p><a href="http://www.cfd-online.com/">CFD Online</a> provides online center CFD resources.</p>
<h3>Mesh Generation</h3>
<p><a href="http://www.geuz.org/gmsh/">Gmsh</a> is an automatic 3D finite element grid generator with a built-in CAD engine and post-processor.</p>
<p><a href="http://www.hpfem.jku.at/netgen/">NETGEN</a> is an automatic 3D tetrahedral mesh generator that is capable of working with constructive solid geometry (CSG) or boundary representation (BRep) geometry.</p>
<h3>Visualization Tools</h3>
<p><a href="http://www.paraview.org">ParaView</a> is a multi-platform application designed to visualize data sets of any size.</p>
<p><a href="https://svn.enthought.com/enthought/wiki/MayaVi">MayaVi2</a> is a general purpose visualization engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.agileengineeringdesign.com/2008/08/open-source-computational-engineering-tools/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

