Difference between revisions of "Main OFTutorials"

From OpenFOAMWiki
(Minor formatting changes, to make things a bit more uniform)
 
(29 intermediate revisions by 15 users not shown)
Line 1: Line 1:
 
Descriptions of the tutorials (with pictures)
 
Descriptions of the tutorials (with pictures)
  
== boundaryFoam ==
 
  
== bubbleFoam ==
+
== DNS ==
  
== buoyantFoam ==
+
=== dnsFoam ===
  
== buoyantSimpleFoam ==
+
== basic ==
  
== channelOodles ==
+
=== laplacianFoam ===
 +
=== potentialFoam ===
 +
=== scalarTransportFoam ===
  
== contactStressFoam ==
+
== combustion ==
 +
=== XiFoam ===
 +
[http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2010/ehsanYasari/ehsanYasariReport.pdf Tutorial for XiFoam]
  
== coodles ==
+
=== dieselFoam ===
 +
[http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2008/PerCarlsson/PC_Tutorial_dieselFoam_peered_NL_HN.pdf dieselFoam-Tutorial]
 +
=== engineFoam ===
 +
=== reactingFoam ===
 +
* [[tut_reactingFoam_firstTutorial|A first tutorial case]] for this solver
  
== dieselFoam ==
+
== compressible ==
 +
=== rhoCentralFoam ===
 +
=== rhoPimpleFoam ===
 +
=== rhoPisoFoam ===
 +
=== rhoPorousSimpleFoam ===
 +
=== rhoSonicFoam ===
 +
=== rhopSonicFoam ===
 +
=== rhopSonicFoam ===
 +
=== sonicFoam ===
 +
=== sonicLiquidFoam ===
 +
The basic tutorial case for sonicLiquidFoam is given on pg. 64 of hte Programmers Guide to OpenFOAM.  The case describes decompression of a tank.  The tank is initially filled with stationary liquid and the pressure is released at an outlet.
  
== dnsFoam ==
+
== discreteMethods ==
 +
=== dsmcFoam ===
 +
=== molecularDynamics ===
  
== electrostaticFoam ==
+
== electromagnetics ==
 +
=== electrostaticFoam ===
 +
=== mhdFoam ===
  
== engineFoam ==
+
== financial ==
 +
=== financialFoam ===
  
== financialFoam ==
+
== heatTransfer ==
 +
=== buoyantBoussinesqPisoFoam ===
 +
=== buoyantBoussinesqSimpleFoam ===
 +
=== buoyantPisoFoam ===
 +
=== buoyantSimpleFoam ===
 +
=== buoyantSimpleRadiationFoam ===
 +
=== chtMultiRegionFoam ===
  
== icoFoam ==
+
== incompressible ==
 +
=== MRFSimpleFoam ===
 +
=== boundaryFoam ===
 +
=== channelFoam ===
 +
=== icoFoam ===
 +
Lid-driven cavity flow.  Left, right, and bottom walls are stationary.  Top wall moves to the right, causing rotation in the fluid.
  
== icoFoamAutoMotion ==
+
There are a few variations that come with the tutorials.  The first three (cavity, cavityClipped and cavityGrade) are mofications to the classic lid driven cavity.  The first case, cavity, has a step-by-step tutorial provided with the documentation (see [http://www.openfoam.org/docs/user/cavity.php Lid-driven cavity flow]).  The other case is a simple mixing [[elbow]]. 
  
== icoTopoFoam ==
+
--[[User:Wlamont|Wlamont]] ([[User talk:Wlamont|talk]]) 21:12, 11 March 2013 (CET)
  
Tutorial for OpenFOAM dynamic mesh, Part I: attachDetach
+
=== nonNewtonianIcoFoam ===
[[Media:OpenFOAM-Dynamic-Mesh-attachDetach.odt.gz]]
+
=== pimpleDyMFoam ===
 
+
=== pimpleFoam ===
test case file for OpenFOAM dynamic mesh, Part I: attachDetach
+
=== pisoFoam ===
[[Media:attachDetachTJunction-1.2-hsieh.tar.gz]]
+
=== shallowWaterFoam ===
 
+
=== simpleFoam ===
== interFoam ==
+
These tutorials use the simpleFoam solver which is an implementation for steady flow using the SIMPLE algorithm.  SimpleFoam can use all the turbulence models in the ''incompressibleTurbulenceModels'' library and the non-Newtonian models in ''incompressibleTransportModels'' library.  There are 6 different tutorials using this solver in OpenFOAM 2.1.1: (1) 2D air foil (airlFoil2D), (2) motor bike (motorBike), (3) Cyclic pipe (pipeCyclic), (4) backwards facing step ([[pitzDaily]]), (5) backwards facing step with a experimentally derived inlet boundary (pitzDailyExpInlet), and (6) a turbine siting example (turbineSiting).
 
+
--[[User:Wlamont|Wlamont]] ([[User talk:Wlamont|talk]]) 23:33, 6 November 2012 (CET)
== laplacianFoam ==
+
 
+
== lesInterFoam ==
+
 
+
== mhdFoam ==
+
 
+
== nonNewtonianIcoFoam ==
+
 
+
== oodles ==
+
 
+
== potentialFoam ==
+
 
+
== rasInterFoam ==
+
 
+
== reactingFoam ==
+
 
+
* [[tut_reactingFoam_firstTutorial|A first tutorial case]] for this solver
+
  
== rhopSonicFoam ==
+
=== simpleSRFFoam ===
  
== rhoSonicFoam ==
+
== lagrangian ==
 +
[http://openfoamwiki.net/index.php/Tutorials_for_particle_based_methods Tutorials for particle based methods] from the [http://openfoamwiki.net/index.php/Sig_Multiphase German Special Interest Group on Mulitphase Flows]
 +
=== coalChemistryFoam ===
 +
=== porousExplicitSourceReactingParcelFoam ===
 +
=== reactingParcelFoam ===
 +
=== rhoPisoTwinParcelFoam ===
  
== rhoTurbFoam ==
+
== mesh ==
 +
=== moveDynamicMesh ===
 +
=== snappyHexMesh ===
  
== scalarTransportFoam ==
 
  
== settlingFoam ==
+
== multiphase ==
 +
=== bubbleFoam ===
 +
=== cavitatingFoam ===
 +
=== compressibleInterFoam ===
 +
=== interDyMFoam ===
  
== simpleFoam ==
+
* Brief description of the {{tt|floatingObject}} tutorial: [[Main_OFTutorials/interDyMFoam/FloatingObject_Tutorial]]
  
== sonicFoam ==
+
=== interFoam ===
 +
==== laminar ====
 +
===== damBreak =====
 +
damBreak Tutorial: Initializes as a wall of water by the left side of mesh.  Water crashes down when case is run.
  
== sonicLiquidFoam ==
+
===== elliptical bubble =====
 +
ellipticalBubble: An elliptical bubble in a zero gravity field is starting to oscillate due to surface tension.
 +
[[Media:ellipticalBubble.tar.gz]]
  
== sonicTurbFoam ==
+
=== multiphaseInterFoam ===
 +
=== settlingFoam ===
 +
=== twoPhaseEulerFoam ===
  
== stressedFoam ==
+
== stressAnalysis ==
 +
=== solidDisplacementFoam ===
 +
=== solidEquilibriumDisplacementFoam ===
  
== stressFemFoam ==
+
== Other ==
  
== turbFoam ==
+
=== icoTopoFoam ===
  
== XiFoam ==
+
*Tutorial for OpenFOAM dynamic mesh, Part I: attachDetach [[Media:OpenFOAM-Dynamic-Mesh-attachDetach.odt.gz]]
 +
**Test case file for OpenFOAM dynamic mesh, Part I: attachDetach [[Media:attachDetachTJunction-1.2-hsieh.tar.gz]]
  
== Xoodles ==
+
[[Category:Tutorials]]
<div id="aflknwerkamfs" style="overflow:auto;height:4px;">[http://rgcmgxb.zikforum.com/ lv replica watch] [http://xheau.zikforum.com/ handbag mirror replica] [http://cmrhq.zikforum.com/ canal handbag replica street] [http://eowrjd.zikforum.com/ handbag replica ysl] [http://myxea.zikforum.com/ handbag luxury replica] [http://bdanu.zikforum.com/ cheap coach handbag replica] [http://jrasoe.zikforum.com/ handbag replica signature] [http://zlwjypx.zikforum.com/ handbag replica versace] [http://tmtjo.zikforum.com/ 7 handbag replica star] [http://ftszhg.zikforum.com/ designer exact handbag replica] [http://gwodfq.zikforum.com/ fake handbag knockoffs replica] [http://pxlez.zikforum.com/ canal handbag new replica street york] [http://kjlxf.zikforum.com/ handbag jacobs marc replica] [http://lncbfur.zikforum.com/ handbag hermes replica] [http://tfsfot.zikforum.com/ handbag lv replica] [http://lzusoq.zikforum.com/ burberry handbag replica] [http://wxqehzn.zikforum.com/ handbag prada replica] [http://medwh.zikforum.com/ coach handbag replica] [http://xsabcpb.zikforum.com/ designer handbag replica] [http://ctjhzl.zikforum.com/ handbag replica] [http://rbistx.zikforum.com/ designer handbag replica wholesale] [http://pkzkpji.zikforum.com/ handbag manufacturer replica] [http://fvvryrt.zikforum.com/ louis vuitton replica leather handbag] [http://zmxaq.zikforum.com/ luis vuitton replica handbag] [http://shyebi.zikforum.com/ shopping replica louis vuitton handbag] [http://rbeith.zikforum.com/ bag coach replica] [http://eqmwbhg.zikforum.com/ bag gucci messenger replica] [http://zxztboz.zikforum.com/ bag gucci replica] [http://qkijnv.zikforum.com/ bag diaper louis replica vuitton] [http://nkqvcsr.zikforum.com/ bag balenciaga motorcycle replica] [http://qlydahs.zikforum.com/ bag louis replica vuitton wholesale] [http://xhvrovz.zikforum.com/ bourke dooney handbag imitation] [http://pwwcmu.zikforum.com/ christian dior handbag imitation] [http://uopqqr.zikforum.com/ burberry handbag imitation] [http://pyjosk.zikforum.com/ designer handbag imitation] [http://rzjngr.zikforum.com/ bourke dooney fake handbag] [http://xtdhezy.zikforum.com/ designer handbag jewelry replica] [http://vssua.zikforum.com/ replica designer handbag dior] [http://sxyyb.zikforum.com/ fendi gucci handbag replica] [http://bbcpudv.zikforum.com/ handbag replica umbrella wholesale] [http://jpdufj.zikforum.com/ wholesale replica prada handbag] [http://maxxu.zikforum.com/ fendi and gucci replica handbag] [http://otaozue.zikforum.com/ chloe handbag paddington replica] [http://qnwjmtm.zikforum.com/ christian dior handbag replica] [http://ovrlar.zikforum.com/ cheap replica chanel handbag] [http://hjlmmd.zikforum.com/ hermes birkin replica handbag] [http://xkpircp.zikforum.com/ designer handbag purse replica] [http://dsnlg.zikforum.com/ aaa replica designer handbag wholesale] [http://dgsaxu.zikforum.com/ wholesale manufacturer replica handbag] [http://jjletm.zikforum.com/ china designer handbag manufacturer replica] [http://eazgydw.zikforum.com/ handbag louis rainbow replica vuitton] [http://swiude.zikforum.com/ handbag leather louis replica vuitton] [http://fahrfob.zikforum.com/ canada handbag in louis replica vuitton] [http://vleydnf.zikforum.com/ handbag luis replica vuitton] [http://udpwo.zikforum.com/ handbag louis replica shopping vuitton] [http://yiyrv.zikforum.com/ accessory handbag louis replica vuitton] [http://gqtdbd.zikforum.com/ handbag replica vuitton] [http://rmrhf.zikforum.com/ handbag louie replica vuitton] [http://nmxofs.zikforum.com/ cheap handbag louis replica vuitton] [http://xdpgzfz.zikforum.com/ handbag louis replica vuitton wholesale] [http://yvvbgwj.zikforum.com/ designer handbag kate replica spade] [http://xelcll.zikforum.com/ designer discount handbag replica] [http://bbzns.zikforum.com/ fake juicy couture handbag] [http://xhiqwg.zikforum.com/ fake chloe handbag] [http://mhenz.zikforum.com/ real or fake designer handbag] [http://qajfs.zikforum.com/ fake lv handbag] [http://gevkim.zikforum.com/ how to spot a fake coach handbag] [http://mnfpnpt.zikforum.com/ cheap fake louis vuitton handbag] [http://zkcshgi.zikforum.com/ cheap fake designer handbag] [http://hvmjg.zikforum.com/ chinatown designer fake handbag] [http://idiwah.zikforum.com/ fake fendi handbag] [http://iecxb.zikforum.com/ fake dooney bourke handbag] [http://zawte.zikforum.com/ fake copy designer handbag] [http://ggwdw.zikforum.com/ fake prada handbag] [http://ektyqf.zikforum.com/ fake gucci handbag] [http://wgjstks.zikforum.com/ fake designer handbag wholesale] [http://lewbjn.zikforum.com/ fake coach handbag] [http://pmfxkf.zikforum.com/ fake louis vuitton handbag] [http://zrzwc.zikforum.com/ fake designer handbag] [http://rtonjsq.zikforum.com/ dooney bourke imitation handbag] [http://rkkyu.zikforum.com/ handbag imitation replica] [http://jrxout.zikforum.com/ imitation christian dior handbag] [http://uwtswu.zikforum.com/ handbag imitation wholesale] [http://rxnkn.zikforum.com/ designer imitation replica handbag] [http://zyachk.zikforum.com/ burberry imitation handbag] [http://xixbqv.zikforum.com/ imitation gucci handbag] [http://zohpse.zikforum.com/ imitation prada handbag] [http://umvgxh.zikforum.com/ imitation coach handbag] [http://sshmevs.zikforum.com/ imitation handbag] [http://poqissl.zikforum.com/ imitation designer handbag] [http://mstkrl.zikforum.com/ cheap replica designer bag] [http://rmqve.zikforum.com/ 7 bag image mirror replica star] [http://qkaoo.zikforum.com/ louis vuitton replica messenger bag] [http://llsjog.zikforum.com/ bag brighton handbag purse replica] [http://wyapegn.zikforum.com/ asia bag designer from replica] [http://kucajp.zikforum.com/ bag coach patchwork replica] [http://zhsjx.zikforum.com/ replica luis vuitton bag] [http://caryptz.zikforum.com/ bag gucci replica wholesale] [http://edbtjqx.zikforum.com/ bag cheap fendi replica spy] [http://jugdul.zikforum.com/ mirror image replica bag] [http://wfufejs.zikforum.com/ gucci messenger bag replica] [http://zxzlpc.zikforum.com/ replica vuitton bag] [http://rmjix.zikforum.com/ b bag fendi replica] [http://kzztd.zikforum.com/ bag replica spy] [http://emvkyd.zikforum.com/ replica coach diaper bag] [http://cdapqa.zikforum.com/ replica designer diaper bag] [http://acyez.zikforum.com/ replica hermes birkin bag] [http://thembww.zikforum.com/ motorcycle bag balenciaga replica] [http://lulzr.zikforum.com/ marc jacobs replica bag] [http://uqrko.zikforum.com/ replica kate spade bag] [http://bjtwsf.zikforum.com/ replica hermes bag] [http://arifzex.zikforum.com/ replica juicy couture bag] [http://enyldrq.zikforum.com/ replica louis vuitton diaper bag] [http://yvrzfk.zikforum.com/ replica diaper bag] [http://trvice.zikforum.com/ wholesale replica bag] [http://gikfd.zikforum.com/ chloe replica bag] [http://tosdwd.zikforum.com/ prada replica bag] [http://oraip.zikforum.com/ replica hand bag] [http://apmftx.zikforum.com/ louis vuitton replica bag] [http://ivdbpjg.zikforum.com/ cherry handbag louis replica vuitton] [http://fbaux.zikforum.com/ handbag louis replica spring vitton] [http://nssjb.zikforum.com/ discount replica handbag] [http://grzifki.zikforum.com/ cheap coach designer handbag replica] [http://guwvoi.zikforum.com/ bag handbag louis purse replica vuitton] [http://zoyhwmy.zikforum.com/ mirror replica handbag] [http://rdyvmga.zikforum.com/ fendi handbag replica spy] [http://liyjyc.zikforum.com/ ysl replica handbag] [http://ztkyowh.zikforum.com/ best designer handbag replica] [http://tevbzkg.zikforum.com/ handbag wholesale replica watch] [http://tzkumfk.zikforum.com/ replica designer handbag wholesaler] [http://idckx.zikforum.com/ designer kate spade replica handbag] [http://unfrm.zikforum.com/ coach handbag patchwork replica] [http://xhlpl.zikforum.com/ denim handbag louis replica vuitton] [http://aspqefd.zikforum.com/ cheap replica coach handbag] [http://yjnns.zikforum.com/ coach signature replica handbag wholesale] [http://pwkzsx.zikforum.com/ replica vuitton handbag] [http://oiepou.zikforum.com/ buy replica designer handbag] [http://rwist.zikforum.com/ replica jp tods handbag] [http://suptgx.zikforum.com/ tods replica handbag] [http://wdupjs.zikforum.com/ dolce and gabbana replica handbag] [http://qacxqy.zikforum.com/ quality designer replica handbag] [http://mdvysm.zikforum.com/ versace replica handbag] [http://aowmt.zikforum.com/ high quality replica handbag] [http://dwyotex.zikforum.com/ louie vuitton replica handbag] [http://xfpiyze.zikforum.com/ 7 star replica handbag] [http://nhwmbuf.zikforum.com/ aaa designer replica handbag] [http://ezxbh.zikforum.com/ designer handbag exact replica] [http://adqksmo.zikforum.com/ replica juicy couture handbag] [http://rwsmb.zikforum.com/ cheap replica louis vuitton handbag] [http://pafne.zikforum.com/ replica designer handbag purse] [http://tskzg.zikforum.com/ designer inspired replica handbag] [http://xzjvjt.zikforum.com/ mirror image replica handbag] [http://tjeyzc.zikforum.com/ quality replica handbag] [http://xgupt.zikforum.com/ wholesale replica coach handbag] [http://pcqqz.zikforum.com/ aaa replica handbag] [http://ooryjy.zikforum.com/ wholesale louis vuitton replica handbag] [http://pmujs.zikforum.com/ hermes handbag replica] [http://szcnfki.zikforum.com/ balenciaga replica handbag] [http://krvrhjz.zikforum.com/ cheap replica handbag] [http://uzjro.zikforum.com/ dior replica handbag] [http://dopuw.zikforum.com/ replica chloe handbag] [http://ygyvt.zikforum.com/ replica burberry handbag] [http://ankznwp.zikforum.com/ wholesale designer replica handbag] [http://zmnpe.zikforum.com/ fendi replica handbag] [http://azdqxc.zikforum.com/ kate spade replica handbag] [http://hfzeew.zikforum.com/ prada replica handbag] [http://gvjhcul.zikforum.com/ louis vuitton replica handbag] [http://hwyzltt.zikforum.com/ replica designer handbag] [http://hftaeb.zikforum.com/ replica handbag] [http://oiekajh.zikforum.com/ lv wallet replica] [http://qqxqvq.zikforum.com/ wholesale replica lv handbag] [http://xijbg.zikforum.com/ lv replica purse] [http://ynmxicm.zikforum.com/ glasses lv replica sun] [http://rxfqt.zikforum.com/ replica lv bag] [http://weblogs.bnn.nl/wholesale-handbag wholesale handbag] [http://mybonus.bb-fr.com designer handbag] [http://givemebonus.forumer.com/ gucci handbag] [http://weblogs.bnn.nl/replica-handbag replica handbag] [http://topovod.bb-fr.com/ prada replica handbag] [http://topovod.forumer.com/ wholesale replica handbag] [http://weblogs.bnn.nl/replica-gucci-handbag replica gucci handbag] [http://mrcolos.bb-fr.com replica coach handbag] [http://mrcolos.forumer.com louis vuitton replica handbag] </div>
+

Latest revision as of 17:21, 1 March 2014

Descriptions of the tutorials (with pictures)


1 DNS

1.1 dnsFoam

2 basic

2.1 laplacianFoam

2.2 potentialFoam

2.3 scalarTransportFoam

3 combustion

3.1 XiFoam

Tutorial for XiFoam

3.2 dieselFoam

dieselFoam-Tutorial

3.3 engineFoam

3.4 reactingFoam

4 compressible

4.1 rhoCentralFoam

4.2 rhoPimpleFoam

4.3 rhoPisoFoam

4.4 rhoPorousSimpleFoam

4.5 rhoSonicFoam

4.6 rhopSonicFoam

4.7 rhopSonicFoam

4.8 sonicFoam

4.9 sonicLiquidFoam

The basic tutorial case for sonicLiquidFoam is given on pg. 64 of hte Programmers Guide to OpenFOAM. The case describes decompression of a tank. The tank is initially filled with stationary liquid and the pressure is released at an outlet.

5 discreteMethods

5.1 dsmcFoam

5.2 molecularDynamics

6 electromagnetics

6.1 electrostaticFoam

6.2 mhdFoam

7 financial

7.1 financialFoam

8 heatTransfer

8.1 buoyantBoussinesqPisoFoam

8.2 buoyantBoussinesqSimpleFoam

8.3 buoyantPisoFoam

8.4 buoyantSimpleFoam

8.5 buoyantSimpleRadiationFoam

8.6 chtMultiRegionFoam

9 incompressible

9.1 MRFSimpleFoam

9.2 boundaryFoam

9.3 channelFoam

9.4 icoFoam

Lid-driven cavity flow. Left, right, and bottom walls are stationary. Top wall moves to the right, causing rotation in the fluid.

There are a few variations that come with the tutorials. The first three (cavity, cavityClipped and cavityGrade) are mofications to the classic lid driven cavity. The first case, cavity, has a step-by-step tutorial provided with the documentation (see Lid-driven cavity flow). The other case is a simple mixing elbow.

--Wlamont (talk) 21:12, 11 March 2013 (CET)

9.5 nonNewtonianIcoFoam

9.6 pimpleDyMFoam

9.7 pimpleFoam

9.8 pisoFoam

9.9 shallowWaterFoam

9.10 simpleFoam

These tutorials use the simpleFoam solver which is an implementation for steady flow using the SIMPLE algorithm. SimpleFoam can use all the turbulence models in the incompressibleTurbulenceModels library and the non-Newtonian models in incompressibleTransportModels library. There are 6 different tutorials using this solver in OpenFOAM 2.1.1: (1) 2D air foil (airlFoil2D), (2) motor bike (motorBike), (3) Cyclic pipe (pipeCyclic), (4) backwards facing step (pitzDaily), (5) backwards facing step with a experimentally derived inlet boundary (pitzDailyExpInlet), and (6) a turbine siting example (turbineSiting). --Wlamont (talk) 23:33, 6 November 2012 (CET)

9.11 simpleSRFFoam

10 lagrangian

Tutorials for particle based methods from the German Special Interest Group on Mulitphase Flows

10.1 coalChemistryFoam

10.2 porousExplicitSourceReactingParcelFoam

10.3 reactingParcelFoam

10.4 rhoPisoTwinParcelFoam

11 mesh

11.1 moveDynamicMesh

11.2 snappyHexMesh

12 multiphase

12.1 bubbleFoam

12.2 cavitatingFoam

12.3 compressibleInterFoam

12.4 interDyMFoam

12.5 interFoam

12.5.1 laminar

12.5.1.1 damBreak

damBreak Tutorial: Initializes as a wall of water by the left side of mesh. Water crashes down when case is run.

12.5.1.2 elliptical bubble

ellipticalBubble: An elliptical bubble in a zero gravity field is starting to oscillate due to surface tension. Media:ellipticalBubble.tar.gz

12.6 multiphaseInterFoam

12.7 settlingFoam

12.8 twoPhaseEulerFoam

13 stressAnalysis

13.1 solidDisplacementFoam

13.2 solidEquilibriumDisplacementFoam

14 Other

14.1 icoTopoFoam