- Apr 08, 2015
-
-
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.
-
Henry authored
-
- Mar 29, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1112
-
Henry authored
Thanks to Bruno Santos for analysing and fixing this Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1633
-
Henry authored
Roselves bug-report http://www.openfoam.org/mantisbt/view.php?id=1581
-
- Mar 27, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1638
-
- Mar 26, 2015
-
-
Henry authored
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1637
-
- Mar 24, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
-
- Mar 22, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1024
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- Mar 20, 2015
-
-
Henry authored
mixtureKEpsilon: Changed bounded non-conservative transport flux to be volumetric rather than mass-based Avoids numerical problems caused by large density gradients, particularly around the interface. Allows the use of higher-order differencing for km and epsilonm
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1579
-
- 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 15, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1573
-
Henry authored
Avoids unnecessary increases in precision during intermediate steps for cases with adjustable time-step which may require very high precision to represent the time name.
-
- Mar 14, 2015
-
-
Henry authored
-
Henry authored
Add check for round-off error causing time reversal Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- 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
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1568
-
Henry authored
Note that in order to build and install ParaView-4.3.1 lines 653-656 must be removed or commented from file ThirdParty-dev/ParaView-4.3.1/Qt/Components/CMakeLists.txt after unpacking the ParaView-4.3.1 source-pack from KitWare. This is because the file ui_pqExportStateWizard.h referred to in the lines 653-656: if(PARAVIEW_INSTALL_DEVELOPMENT_FILES) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h" DESTINATION "${VTK_INSTALL_INCLUDE_DIR}") endif() does not exist and cannot be installed causing the build and installation to fail.
-
Henry authored
-
Henry authored
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1548
-
- Mar 11, 2015
-
-
Henry authored
Correction provided by Juho Peltola
-