Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
This commit is contained in:
commit
093d3c4999
39 changed files with 68 additions and 75 deletions
|
|
@ -25,7 +25,7 @@ Application
|
||||||
dnsFoam
|
dnsFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Direct numerical simulation solver for boxes of isotropic turbulence
|
Direct numerical simulation solver for boxes of isotropic turbulence.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,9 @@ Application
|
||||||
potentialFoam
|
potentialFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Potential flow solver which solves for the velocity potential
|
Potential flow solver which solves for the velocity potential, to
|
||||||
from which the flux-field is obtained and velocity field by reconstructing
|
calculate the flux-field, from which the velocity field is obtained by
|
||||||
the flux.
|
reconstructing the flux.
|
||||||
|
|
||||||
This application is particularly useful to generate starting fields for
|
This application is particularly useful to generate starting fields for
|
||||||
Navier-Stokes codes.
|
Navier-Stokes codes.
|
||||||
|
|
|
||||||
|
|
@ -25,11 +25,9 @@ Application
|
||||||
chemFoam
|
chemFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Solver for chemistry problems
|
Solver for chemistry problems, designed for use on single cell cases to
|
||||||
- designed for use on single cell cases to provide comparison against
|
provide comparison against other chemistry solvers, that uses a single cell
|
||||||
other chemistry solvers
|
mesh, and fields created from the initial conditions.
|
||||||
- single cell mesh created on-the-fly
|
|
||||||
- fields created on the fly from the initial conditions
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
fireFoam
|
fireFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for Fires and turbulent diffusion flames with
|
Transient solver for fires and turbulent diffusion flames with reacting
|
||||||
reacting Lagrangian parcels, surface film and pyrolysis modelling.
|
particle clouds, surface film and pyrolysis modelling.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
rhoReactingBuoyantFoam
|
rhoReactingBuoyantFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Solver for combustion with chemical reactions using density based
|
Solver for combustion with chemical reactions using a density based
|
||||||
thermodynamics package, using enahanced buoyancy treatment.
|
thermodynamics package with enhanced buoyancy treatment.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Density-based compressible flow solver based on central-upwind schemes of
|
Density-based compressible flow solver based on central-upwind schemes of
|
||||||
Kurganov and Tadmor with support for mesh-motion and topology changes
|
Kurganov and Tadmor with support for mesh-motion and topology changes.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Density-based compressible flow solver based on central-upwind schemes of
|
Density-based compressible flow solver based on central-upwind schemes of
|
||||||
Kurganov and Tadmor
|
Kurganov and Tadmor.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ Group
|
||||||
grpCompressibleSolvers grpMovingMeshSolvers
|
grpCompressibleSolvers grpMovingMeshSolvers
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for laminar or turbulent flow of compressible fluids
|
Transient solver for turbulent flow of compressible fluids for HVAC and
|
||||||
for HVAC and similar applications.
|
similar applications, with optional mesh motion and mesh topology changes.
|
||||||
|
|
||||||
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and
|
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and
|
||||||
pseudo-transient simulations.
|
pseudo-transient simulations.
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
rhoPimpleFoam
|
rhoPimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for laminar or turbulent flow of compressible fluids
|
Transient solver for turbulent flow of compressible fluids for HVAC and
|
||||||
for HVAC and similar applications.
|
similar applications.
|
||||||
|
|
||||||
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and
|
Uses the flexible PIMPLE (PISO-SIMPLE) solution for time-resolved and
|
||||||
pseudo-transient simulations.
|
pseudo-transient simulations.
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,8 @@ Application
|
||||||
rhoPorousSimpleFoam
|
rhoPorousSimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Steady-state solver for turbulent flow of compressible fluids with
|
Steady-state solver for turbulent flow of compressible fluids, with
|
||||||
RANS turbulence modelling, implicit or explicit porosity treatment
|
implicit or explicit porosity treatment and optional sources.
|
||||||
and run-time selectable finite volume sources.
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,7 @@ Application
|
||||||
rhoSimpleFoam
|
rhoSimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Steady-state SIMPLE solver for laminar or turbulent RANS flow of
|
Steady-state solver for turbulent flow of compressible fluids.
|
||||||
compressible fluids.
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ Group
|
||||||
grpCompressibleSolvers grpMovingMeshSolvers
|
grpCompressibleSolvers grpMovingMeshSolvers
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for trans-sonic/supersonic, laminar or turbulent flow
|
Transient solver for trans-sonic/supersonic, turbulent flow of a
|
||||||
of a compressible gas with mesh motion..
|
compressible gas, with optional mesh motion and mesh topology changes.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ Group
|
||||||
grpCompressibleSolvers
|
grpCompressibleSolvers
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for trans-sonic/supersonic, laminar or turbulent flow
|
Transient solver for trans-sonic/supersonic, turbulent flow of a
|
||||||
of a compressible gas.
|
compressible gas.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
dsmcFoam
|
dsmcFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Direct simulation Monte Carlo (DSMC) solver for 3D, transient, multi-
|
Direct simulation Monte Carlo (DSMC) solver for, transient, multi-species
|
||||||
species flows
|
flows.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Application
|
||||||
mdEquilibrationFoam
|
mdEquilibrationFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Equilibrates and/or preconditions molecular dynamics systems
|
Solver to equilibrate and/or precondition molecular dynamics systems.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Application
|
||||||
mdFoam
|
mdFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Molecular dynamics solver for fluid dynamics
|
Molecular dynamics solver for fluid dynamics.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Application
|
||||||
buoyantBoussinesqPimpleFoam
|
buoyantBoussinesqPimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for buoyant, turbulent flow of incompressible fluids
|
Transient solver for buoyant, turbulent flow of incompressible fluids.
|
||||||
|
|
||||||
Uses the Boussinesq approximation:
|
Uses the Boussinesq approximation:
|
||||||
\f[
|
\f[
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Application
|
||||||
buoyantBoussinesqSimpleFoam
|
buoyantBoussinesqSimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Steady-state solver for buoyant, turbulent flow of incompressible fluids
|
Steady-state solver for buoyant, turbulent flow of incompressible fluids.
|
||||||
|
|
||||||
Uses the Boussinesq approximation:
|
Uses the Boussinesq approximation:
|
||||||
\f[
|
\f[
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,8 @@ Application
|
||||||
chtMultiRegionFoam
|
chtMultiRegionFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Combination of heatConductionFoam and buoyantFoam for conjugate heat
|
Transient solver for buoyant, turbulent fluid flow and solid heat
|
||||||
transfer between solid regions and fluid regions. Both regions include
|
conduction with conjugate heat transfer between solid and fluid regions.
|
||||||
the fvOptions framework.
|
|
||||||
|
|
||||||
It handles secondary fluid or solid circuits which can be coupled
|
It handles secondary fluid or solid circuits which can be coupled
|
||||||
thermally with the main fluid region. i.e radiators, etc.
|
thermally with the main fluid region. i.e radiators, etc.
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,8 @@ Application
|
||||||
chtMultiRegionSimpleFoam
|
chtMultiRegionSimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Steady-state version of chtMultiRegionFoam
|
Steady-state solver for buoyant, turbulent fluid flow and solid heat
|
||||||
|
conduction with conjugate heat transfer between solid and fluid regions.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Application
|
||||||
thermoFoam
|
thermoFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Evolves the thermodynamics on a frozen flow field
|
Solver for energy transport and thermodynamics on a frozen flow field.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
SRFPimpleFoam
|
SRFPimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Large time-step transient solver for incompressible, flow in a single
|
Large time-step transient solver for incompressible, turbulent flow in a
|
||||||
rotating frame using the PIMPLE (merged PISO-SIMPLE) algorithm.
|
single rotating frame.
|
||||||
|
|
||||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
pimpleDyMFoam.C
|
pimpleDyMFoam.C
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for incompressible, flow of Newtonian fluids
|
Transient solver for incompressible, turbulent flow of Newtonian fluids
|
||||||
on a moving mesh using the PIMPLE (merged PISO-SIMPLE) algorithm.
|
on a moving mesh.
|
||||||
|
|
||||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
pimpleFoam
|
pimpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Large time-step transient solver for incompressible, flow using the PIMPLE
|
Large time-step transient solver for incompressible, turbulent flow, using
|
||||||
(merged PISO-SIMPLE) algorithm.
|
the PIMPLE (merged PISO-SIMPLE) algorithm.
|
||||||
|
|
||||||
Sub-models include:
|
Sub-models include:
|
||||||
- turbulence modelling, i.e. laminar, RAS or LES
|
- turbulence modelling, i.e. laminar, RAS or LES
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,8 @@ Application
|
||||||
pisoFoam
|
pisoFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for incompressible flow.
|
Transient solver for incompressible, turbulent flow, using the PISO
|
||||||
|
algorithm.
|
||||||
|
|
||||||
Sub-models include:
|
Sub-models include:
|
||||||
- turbulence modelling, i.e. laminar, RAS or LES
|
- turbulence modelling, i.e. laminar, RAS or LES
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ Application
|
||||||
Description
|
Description
|
||||||
Steady-state solver for incompressible, turbulent flow with
|
Steady-state solver for incompressible, turbulent flow with
|
||||||
implicit or explicit porosity treatment and support for multiple reference
|
implicit or explicit porosity treatment and support for multiple reference
|
||||||
frames (MRF)
|
frames (MRF).
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,8 @@ Application
|
||||||
simpleFoam
|
simpleFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Steady-state solver for incompressible, turbulent flow
|
Steady-state solver for incompressible, turbulent flow, using the SIMPLE
|
||||||
|
algorithm.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,13 +25,8 @@ Application
|
||||||
coalChemistryFoam
|
coalChemistryFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for:
|
Transient solver for compressible, turbulent flow, with coal and limestone
|
||||||
- compressible,
|
particle clouds, an energy source, and combustion.
|
||||||
- turbulent flow,
|
|
||||||
with
|
|
||||||
- coal and limestone parcel injections,
|
|
||||||
- energy source, and
|
|
||||||
- combustion.
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for the passive transport of a single kinematic
|
Transient solver for the passive transport of a single kinematic
|
||||||
particle cloud.
|
particle cloud, with optional mesh motion and mesh topology changes.
|
||||||
|
|
||||||
Uses a pre-calculated velocity field to evolve the cloud.
|
Uses a pre-calculated velocity field to evolve the cloud.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
reactingParcelFilmFoam
|
reactingParcelFilmFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
Transient solver for compressible, turbulent flow with a reacting,
|
||||||
reacting Lagrangian parcels, and surface film modelling.
|
multiphase particle cloud, and surface film modelling.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,8 @@ Application
|
||||||
reactingParcelFoam
|
reactingParcelFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
Transient solver for compressible, turbulent flow with a reacting,
|
||||||
reacting multiphase Lagrangian parcels, including run-time selectable
|
multiphase particle cloud, and optional sources/constraints.
|
||||||
finite volume options, e.g. sources, constraints
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,8 @@ Application
|
||||||
simpleReactingParcelFoam
|
simpleReactingParcelFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Steady state SIMPLE solver for compressible, laminar or turbulent flow with
|
Steady state solver for compressible, turbulent flow with reacting,
|
||||||
reacting multiphase Lagrangian parcels, including run-time selectable
|
multiphase particle clouds and optional sources/constraints.
|
||||||
finite volume options, e.g. sources, constraints
|
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
sprayDyMFoam
|
sprayDyMFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
Transient solver for compressible, turbulent flow with a spray particle
|
||||||
spray parcels and support for moving meshes.
|
cloud, with optional mesh motion and mesh topology changes.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
sprayEngineFoam
|
sprayEngineFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for compressible, laminar or turbulent engine
|
Transient solver for compressible, turbulent engine flow with a spray
|
||||||
flow swith spray parcels.
|
particle cloud.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ Application
|
||||||
sprayFoam
|
sprayFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient PIMPLE solver for compressible, laminar or turbulent flow with
|
Transient solver for compressible, turbulent flow with a spray particle
|
||||||
spray parcels.
|
cloud.
|
||||||
|
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,7 @@ Application
|
||||||
uncoupledKinematicParcelFoam
|
uncoupledKinematicParcelFoam
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient solver for the passive transport of a single kinematic
|
Transient solver for the passive transport of a particle cloud.
|
||||||
particle cloud.
|
|
||||||
|
|
||||||
Uses a pre- calculated velocity field to evolve the cloud.
|
Uses a pre- calculated velocity field to evolve the cloud.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Transient cavitation code based on the homogeneous equilibrium model
|
Transient cavitation code based on the homogeneous equilibrium model
|
||||||
from which the compressibility of the liquid/vapour "mixture" is obtained.
|
from which the compressibility of the liquid/vapour "mixture" is obtained,
|
||||||
|
with optional mesh motion and mesh topology changes.
|
||||||
|
|
||||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Solver for n incompressible fluids which captures the interfaces and
|
Solver for n incompressible fluids which captures the interfaces and
|
||||||
includes surface-tension and contact-angle effects for each phase.
|
includes surface-tension and contact-angle effects for each phase, with
|
||||||
|
optional mesh motion and mesh topology changes.
|
||||||
|
|
||||||
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
Turbulence modelling is generic, i.e. laminar, RAS or LES may be selected.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ Application
|
||||||
|
|
||||||
Description
|
Description
|
||||||
Incompressible Navier-Stokes solver with inclusion of a wave height field
|
Incompressible Navier-Stokes solver with inclusion of a wave height field
|
||||||
to enable single-phase free-surface approximations.
|
to enable single-phase free-surface approximations, with optional mesh
|
||||||
|
motion and mesh topology changes.
|
||||||
|
|
||||||
Wave height field, zeta, used by pressure boundary conditions.
|
Wave height field, zeta, used by pressure boundary conditions.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue