CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Source code archive

Source code archive

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
m (Source Code Archive moved to Source code archive)
(Moved over external links here)
 
(17 intermediate revisions not shown)
Line 1: Line 1:
-
The purpose of this section is to provide a facility for CFD people to share source code. Please feel free to add your contribution where you find it fitting. As it is now the Wiki only supports posting the source code inlined with your text. To post source code just enclose it with <pre> and </pre> tags. We are working on a facility to also attach larger files.  
+
The purpose of this section is to provide a facility for CFD people to share source code. Please feel free to add your contribution where you find it fitting. Small code-snippets and short scripts should be posted inline with your text using &lt;pre&gt; and &lt;/pre&gt; tags before and after the actual code. Large programs and codes with several source files should be put in a zip or tar.gz file and [[Special:Upload|uploaded]] and linked to using a <nowiki>[[Media:filename.tar.gz]]</nowiki> link.  
-
;[[Source Code Archive - Educational]]  
+
*[[Source code archive - educational | Educational]]  
-
:Small codes and scripts used in education. This is the place to put all your model-problem codes in Matlab etc.
+
:Codes and scripts used in education. This is the place to put all your model-problem codes in Matlab etc.
-
;[[Source Code Archive - Code Snippets]]
+
*[[Source code archive - code snippets | Code snippets]]
-
: Small scripts and tools that every CFD engineer needs. This is the place to put all those small codes that you have to generate boundary conditions, analyse results etc.
+
 
 +
Please note that all source code that you upload here should be either public domain and without any license restrictions whatsoever (this is the default if you don't specify anything else) or released under a GPL copyleft license. See [[CFD-Wiki:Copyrights]] for more information.
 +
 
 +
==External Links==
 +
 
 +
Sites where you can find CFD related source code:
 +
 
 +
*[http://www.solvengineer.com/index.html '''SolveEngineer''' - Mihai Pruna's Website]
 +
*[http://www.cfdbooks.com/cfdcodes.html '''Free CFD Codes''' - Dr. Hiroaki Nishikawa]
 +
 
 +
{{stub}}

Latest revision as of 17:39, 14 June 2012

The purpose of this section is to provide a facility for CFD people to share source code. Please feel free to add your contribution where you find it fitting. Small code-snippets and short scripts should be posted inline with your text using <pre> and </pre> tags before and after the actual code. Large programs and codes with several source files should be put in a zip or tar.gz file and uploaded and linked to using a [[Media:filename.tar.gz]] link.

Codes and scripts used in education. This is the place to put all your model-problem codes in Matlab etc.

Please note that all source code that you upload here should be either public domain and without any license restrictions whatsoever (this is the default if you don't specify anything else) or released under a GPL copyleft license. See CFD-Wiki:Copyrights for more information.

External Links

Sites where you can find CFD related source code:


My wiki