Difference between revisions of "Main ContribSolvers"

From OpenFOAMWiki
m (DNSandLES)
m (Solvers that fit into the OpenFOAM classification)
Line 5: Line 5:
 
These solvers fit into the classification, that is given by the directory structure of the solver-sources.
 
These solvers fit into the classification, that is given by the directory structure of the solver-sources.
  
=== basic ===
+
=== Basic ===
 
* [[Contrib_potentialWaveFoam|potentialWaveFoam]]: A one-line solver that solves a wave equation, <tt>fvm::d2dt2(phi) == c * c * fvc::laplacian(phi)</tt>.
 
* [[Contrib_potentialWaveFoam|potentialWaveFoam]]: A one-line solver that solves a wave equation, <tt>fvm::d2dt2(phi) == c * c * fvc::laplacian(phi)</tt>.
  
=== combustion ===
+
=== Combustion ===
 
* [[contrib_reactingFoam|reactingFoam]] Adding ignition to reactingFoam.
 
* [[contrib_reactingFoam|reactingFoam]] Adding ignition to reactingFoam.
 
* [[contrib_alternateReactinFoam|alternateReactingFoam]] A library and a solver based on it that allow the usage of different chemistry engines for reacting flows
 
* [[contrib_alternateReactinFoam|alternateReactingFoam]] A library and a solver based on it that allow the usage of different chemistry engines for reacting flows
  
=== compressible ===
+
=== Compressible ===
  
 
=== DNS and LES ===
 
=== DNS and LES ===
  
=== electromagnetics ===
+
=== Electromagnetics ===
 
* [[contrib_electromagnetics|EHDFoam]] A Numerical Model to simulate the multiphase flow in the electrostatic field, based on the Taylor-Melcher Leaky Dielectric Model
 
* [[contrib_electromagnetics|EHDFoam]] A Numerical Model to simulate the multiphase flow in the electrostatic field, based on the Taylor-Melcher Leaky Dielectric Model
  
=== financial ===
+
=== Financial ===
  
=== heat transfer ===
+
=== Heat transfer ===
  
 
* [[contrib_boussinesqBuoyantSimpleFoam|boussinesqBuoyantSimpleFoam]] Incompressible thermal flow solver under Bussinesq approximation
 
* [[contrib_boussinesqBuoyantSimpleFoam|boussinesqBuoyantSimpleFoam]] Incompressible thermal flow solver under Bussinesq approximation
  
=== incompressible ===
+
=== Incompressible ===
  
 
* [[contrib_simpleScalarFoam|simpleScalarFoam]] Steady-state incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation
 
* [[contrib_simpleScalarFoam|simpleScalarFoam]] Steady-state incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation
Line 31: Line 31:
 
* [[contrib_turbScalarFoam|turbScalarFoam]] Unsteady incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation
 
* [[contrib_turbScalarFoam|turbScalarFoam]] Unsteady incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation
  
=== multiphase ===
+
=== Multiphase ===
  
=== stressAnalysis ===
+
=== StressAnalysis ===
  
 
== Other ==
 
== Other ==

Revision as of 17:44, 23 November 2009

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

  • potentialWaveFoam: A one-line solver that solves a wave equation, fvm::d2dt2(phi) == c * c * fvc::laplacian(phi).

1.2 Combustion

  • reactingFoam Adding ignition to reactingFoam.
  • alternateReactingFoam A library and a solver based on it that allow the usage of different chemistry engines for reacting flows

1.3 Compressible

1.4 DNS and LES

1.5 Electromagnetics

  • EHDFoam A Numerical Model to simulate the multiphase flow in the electrostatic field, based on the Taylor-Melcher Leaky Dielectric Model

1.6 Financial

1.7 Heat transfer

1.8 Incompressible

  • simpleScalarFoam Steady-state incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation
  • turbScalarFoam Unsteady incompressible laminar flow solver with scalar transport and mass transfer coefficient and Sherwood number calculation

1.9 Multiphase

1.10 StressAnalysis

2 Other

These solvers don't fit into the standard scheme.

2.1 Turbulence Modeling

2.2 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
  • interTrackFoamTracks a moving interface with a moving mesh, so that the mesh boundary remains coincident with the interface.
  • solidParticleFoamA minimalistic code and case set-up as an example of how to use the solidParticleCloud class.

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