Difference between revisions of "Doc:OpenFOAM"

From CAELinuxWiki
Jump to: navigation, search
(Tutorials)
m (Tutorial title)
Line 82: Line 82:
  
 
Link:''' insert link here'''
 
Link:''' insert link here'''
 +
 +
----
 +
 +
=== Simple beginning 3D OpenFOAM Tutorial ===
 +
 +
'''“In common plastic analysis, deformations are easily inferred, but de fluid computational dynamics its governed by a wide group of less known physics laws and variables that make the results almost unpredictable by simple observation”'''
 +
 +
This basic tutorial its design to be a guide for the creation of simple 3D CFD cases on OpenFOAM, it most by complemented by further understanding of FEA theory and by no means this tutorial most replace the although complex yet useful documentation from OpenFOAM itself and related sources.
 +
 +
Covers:
 +
* Background.
 +
* Case definition.
 +
* 3D modeling.
 +
* Units.
 +
* Physical parameters.
 +
* Meshing.
 +
* Structuring the case folders.
 +
* Boundary conditions.
 +
* Solving the case.
 +
* Post processing.
 +
* Comparing.
 +
 +
Link: Tutorial Publication Page [http://www.libremechanics.com/?q=node/25]
 +
Link: Tutorial File PDF [http://sourceforge.net/projects/libremechanics/files/Analysis%20and%20Simulations/Simple%20beginning%203D%20OpenFOAM%20Tutorial/Simple%20beginning%203D%20OpenFOAM%20Tutorial.pdf/download]
  
 
----
 
----
  
 
== Related Projects ==
 
== Related Projects ==

Revision as of 14:52, 20 March 2013

Documentation

Official OpenFOAM Documentation

The original online documentation of OpenFOAM can be found here:

Link: OpenFOAM Official Website

OpenFOAM wikis and forums

Here is a list of other Wikis and Forums dealing with OpenFOAM:

Tutorials

there are OF-Tutorials in the Web

http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2010/ MSc/PhD course in CFD with OpenSource software

A good start is Basic_Training

http://web.student.chalmers.se/groups/ofw5/Basic_Training/gettingStarted.pdf
http://web.student.chalmers.se/groups/ofw5/Basic_Training/ofAppsLucchini.pdf
http://web.student.chalmers.se/groups/ofw5/Basic_Training/runningTutorialsLucchini.pdf
http://web.student.chalmers.se/groups/ofw5/Basic_Training/runningInParallelLucchini.pdf
http://web.student.chalmers.se/groups/ofw5/Basic_Training/ofPostProcessingLucchini.pdf

Advanced Training

http://web.student.chalmers.se/groups/ofw5/Advanced_Training/DynamicMesh.pdf
http://web.student.chalmers.se/groups/ofw5/Advanced_Training/FiveBasicClasses.pdf
http://web.student.chalmers.se/groups/ofw5/Advanced_Training/OscillatingCylinderWithGit.pdf
http://web.student.chalmers.se/groups/ofw5/Advanced_Training/pyFoamAdvanced.pdf
http://web.student.chalmers.se/groups/ofw5/Advanced_Training/ScalarTransportWalkThrough.pdf
http://web.student.chalmers.se/groups/ofw5/Advanced_Training/SwirlTestWithGit.pdf
http://web.student.chalmers.se/groups/ofw5/Advanced_Training/UserView.pdf


CFD Simulation using OpenFOAM and Salome in CAELinux 2011

Summary:

This tutorial shows how to use Salome & OpenFOAM to:

  1. create the 3D CAD geometry of a Y-shaped pipe in Salome
  2. generate a free tetrahedral mesh for the CFD analysis in Salome
  3. create an OpenFOAM simulation case and import the mesh from UNV file
  4. model the steady state incompressible fluid flow in the pipe
  5. visualize the results in Paraview

Geometry (based on a previous version of Salome)

PipeGeom2007 on the web or Download PipeGeom.swf

Meshing in Salome (based on a previous version of Salome)

PipeMesh2007 or Download PipeMesh.swf

Salome file with geometry and mesh

Download Pipe1mesh.hdf.zip

CFD analysis in OpenFOAM (CAELinux 2011 only)

Video Tutorial on Youtube or Download PipeOpenFOAM.m4v


section to complete...

Tutorial title

subtitle

Tutorial description

Covers:

  • list of points

Link: insert link here


Simple beginning 3D OpenFOAM Tutorial

“In common plastic analysis, deformations are easily inferred, but de fluid computational dynamics its governed by a wide group of less known physics laws and variables that make the results almost unpredictable by simple observation”

This basic tutorial its design to be a guide for the creation of simple 3D CFD cases on OpenFOAM, it most by complemented by further understanding of FEA theory and by no means this tutorial most replace the although complex yet useful documentation from OpenFOAM itself and related sources.

Covers:

  • Background.
  • Case definition.
  • 3D modeling.
  • Units.
  • Physical parameters.
  • Meshing.
  • Structuring the case folders.
  • Boundary conditions.
  • Solving the case.
  • Post processing.
  • Comparing.

Link: Tutorial Publication Page [1] Link: Tutorial File PDF [2]


Related Projects