No description
Find a file
Henry f78d33b634 interFoam family: Add support for MULES-bounded Crank-Nicolson 2nd-order ddt(alpha)
This is an experimental feature demonstrating the potential of MULES to
create bounded solution which are 2nd-order in time AND space.

Crank-Nicolson may be selected on U and/or alpha but will only be fully
2nd-order if used on both within the PIMPLE-loop to converge the
interaction between the flux and phase-fraction.  Note also that
Crank-Nicolson may not be used with sub-cycling but all the features of
semi-implicit MULES are available in particular MULESCorr and
alphaApplyPrevCorr.

Examples of ddt specification:

ddtSchemes
{
    default         Euler;
}

ddtSchemes
{
    default         CrankNicolson 0.9;
}

ddtSchemes
{
    default         none;
    ddt(alpha)      CrankNicolson 0.9;
    ddt(rho,U)      CrankNicolson 0.9;
}

ddtSchemes
{
    default         none;
    ddt(alpha)      Euler;
    ddt(rho,U)      CrankNicolson 0.9;
}

ddtSchemes
{
    default         none;
    ddt(alpha)      CrankNicolson 0.9;
    ddt(rho,U)      Euler;
}

In these examples a small amount of off-centering in used to stabilize
the Crank-Nicolson scheme.  Also the specification for alpha1 is via the
generic phase-fraction name to ensure in multiphase solvers (when
Crank-Nicolson support is added) the scheme is identical for all phase
fractions.
2015-02-20 15:59:43 +00:00
applications interFoam family: Add support for MULES-bounded Crank-Nicolson 2nd-order ddt(alpha) 2015-02-20 15:59:43 +00:00
bin Updated header 2015-02-19 19:07:14 +00:00
doc doc/Doxygen/Allwmake: Automated the setting of FOAM_ONLINE_REPO 2015-02-14 16:04:01 +00:00
etc Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
src Integer read: use strtoimax rather than strtol and check explicitly for overflow of int32_t 2015-02-18 21:24:09 +00:00
tutorials potentialFoam: Added new method to estimate the static pressure field from the velocity 2015-02-19 19:05:17 +00:00
wmake Add support for reading and updating the debug switches of templated 2015-02-04 22:08:27 +00:00
.gitignore Ignore test directory 2014-12-16 09:50:20 +00:00
Allwmake New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
COPYING Add licence and README 2014-12-10 15:50:51 +00:00
README.org Resolve issues relating to compilation with clang-3.5.0 2014-12-15 22:38:10 +00:00

OpenFOAM README for version dev

#

About OpenFOAM

OpenFOAM is a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.

Copyright

OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file COPYING in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.

Download and installation instructions

Reporting Bugs in OpenFOAM

Contacting the OpenFOAM Foundation