- Apr 11, 2015
-
-
Henry authored
-
- Apr 10, 2015
- Apr 08, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
Reduces or eliminates staggering patterns due to cell-force imbalances Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1363
-
- Apr 05, 2015
-
-
Henry authored
Improves stability and convergence of systems in which drag dominates e.g. small particles in high-speed gas flow. Additionally a new ddtPhiCorr strategy is included in which correction is applied only where the phases are nearly pure. This reduces staggering patters near the free-surface of bubble-column simulations.
-
- Mar 24, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
-
- Mar 19, 2015
- Mar 18, 2015
- Mar 17, 2015
-
-
Henry authored
to avoid excessive pressure/buoyancy balance errors on non-orthogonal meshes Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1379
-
Henry authored
Allows the specification of a reference height, for example the height of the free-surface in a VoF simulation, which reduces the range of p_rgh. hRef is a uniformDimensionedScalarField specified via the constant/hRef file, equivalent to the way in which g is specified, so that it can be looked-up from the database. For example see the constant/hRef file in the DTCHull LTSInterFoam and interDyMFoam cases.
-
- Mar 13, 2015
-
-
Henry authored
Disadvantage is that the BC values have to be specified in terms of hU rather than U. The alternative would be to add complex code to map h and U BCs into the equivalent for hU. Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1566
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1548
-
- Mar 11, 2015
-
-
Henry authored
Correction provided by Juho Peltola
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1563
-
- Mar 10, 2015
-
-
Henry authored
Resolved bug-report http://www.openfoam.org/mantisbt/view.php?id=1564
-
- Mar 02, 2015
-
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1552
-
Henry authored
-
- Feb 26, 2015
-
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1548
-
- Feb 25, 2015
-
-
Henry authored
-
- Feb 22, 2015
- Feb 21, 2015
- Feb 20, 2015
-
-
Henry authored
-
Henry authored
-
Henry authored
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.
-
- Feb 19, 2015
-
-
Henry authored
Uses a form of the Euler equation in which only variation along the streamlines is considered
-
- Feb 18, 2015
-
-
Henry authored
Pass the phase-name through hierarchy Add phase-name to variables Split basicCombustionMixture Update applications accordingly
-
- Feb 17, 2015