Difference between revisions of "Main ContribSolvers"

From OpenFOAMWiki
(heatTransfer)
(Complete Solution)
Line 18: Line 18:
  
 
== heatTransfer ==
 
== heatTransfer ==
 
== Complete Solution ==
 
The first approach was to take into account both domains, and to solve two different sets of equations:
 
<p>
 
==== Compressible fluid flow====
 
</p>
 
<p>
 
<math>
 
\frac{\partial\rho}{\partial t}+\nabla\cdot\rho U=0
 
</math>
 
</p>
 
<p>
 
<math>
 
\frac{\partial\rho U}{\partial t}+\nabla\cdot\phi U-\nabla\cdot\mu\nabla U=-\nabla p
 
</math>
 
</p>
 
<p>
 
<math>
 
\frac{\partial\rho h}{\partial t}+\nabla\cdot\phi h=0
 
</math>
 
</p>
 
<p>
 
==== Heat conduction in the solid domain====
 
</p>
 
<p>
 
<math>
 
\frac{\partial T}{\partial t}+k\cdot\Delta T=0
 
</math>
 
</p>
 
 
The test case consists in a solid can (see Figure 1b), in which a hot fluid (700 K) is injected with 0.1m/s through a small area (green face in Figure 1a). The exterior wall surface of the can is kept at a constant temperature of 300 K.
 
[[Image:p1.png]]
 
  
 
=== incompressible ===
 
=== incompressible ===

Revision as of 11:23, 8 December 2006

Contributed solvers

1 Solvers that fit into the OpenFOAM classification

These solvers fit into the classification, that is given by the directory structure of the solver-sources.

1.1 basic

1.2 combustion

1.3 compressible

1.4 DNSandLES

1.5 electromagnetics

1.6 financial

2 heatTransfer

2.1 incompressible

2.2 multiphase

2.3 stressAnalysis

3 Other

These solvers don't fit into the standard scheme.

3.1 Technology Demos

Solvers that demonstrate concepts, but haven't got a fully implemented physics.

  • icoStructFoam Fluid-Structure interaction. Demonstrates the use of two coupled solvers and mesh motion

Note to editors: Use the solver name as the page name, when adding a new solver to this page, but prepend custom in order to avoid name clashes