- Nov 13, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Nov 12, 2016
-
-
Henry Weller authored
Based on patch contributed by Alexey Matveichev Resolves feature request http://bugs.openfoam.org/view.php?id=2328
-
Henry Weller authored
Based on patch contributed by Alexey Matveichev Resolves feature-request http://bugs.openfoam.org/view.php?id=2330
-
Henry Weller authored
The base-class provides the point for single-precision.
-
- Nov 11, 2016
-
-
Henry Weller authored
-
Henry Weller authored
The 'Refresh' button updates the blockMesh and the GUI.
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
- Nov 09, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Added the interfacial pressure-work terms according to: Ishii, M., Hibiki, T., Thermo-fluid dynamics of two-phase flow, ISBN-10: 0-387-28321-8, 2006 While this is the most common approach to handling the interfacial pressure-work it introduces numerical stability issues in regions of low phase-fraction and rapid flow deformation. To alleviate this problem an optional limiter may be applied to the pressure-work term in either of the energy forms. This may specified in the "thermophysicalProperties.<phase>" file, e.g. pressureWorkAlphaLimit 1e-3; which sets the pressure work term to 0 for phase-fractions below 1e-3. For particularly unstable cases a limit of 1e-2 may be necessary.
-
Henry Weller authored
The best of the current options is to use the latest version of exuberant ctags (which has a new C++ parser) to generate both declaration and definition tags. gtags works to some extent and provides additional information about the function signatures but the C++ parser is not accurate and misses scope information. gtags can be used with the ctags parser which is effective but looses the primary advantage of gtags being able to provide function signatures so support has been switched-off by default. ebrowse does not appear to be very useful for traversing the OpenFOAM class tree and the support has been switched-off by default.
-
Henry Weller authored
This reverts commit f7996e45.
-
- Nov 07, 2016
-
-
Henry Weller authored
See commit b5206472
-
- Nov 06, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2320
-
- Nov 05, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2318
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2315
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2319
-
Henry Weller authored
ctags-exuberant is now the more common name for the exuberant ctags program. Commented-out gtags as it is not commonly available.
-
Henry Weller authored
Added 'READ_IF_PRESENT' option to support overriding of the default BCs for complex problems requiring special treatment of Udm at boundaries. Resolves bug-report http://bugs.openfoam.org/view.php?id=2317
-
- Nov 04, 2016
-
-
Henry Weller authored
Reconstructs the blockMesh and updates the display from the current blockMeshDict so that any changes can viewed without exiting paraFoam -block
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
which directly applies the constraint to the displacement without external tensor ops. Patch contributed by Mattijs Janssens
-
Henry Weller authored
Patch contributed by Paul Edwards, Intel
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2310
-
Henry Weller authored
In many publications and Euler-Euler codes the pressure-work term in the total enthalpy is stated and implemented as -alpha*dp/dt rather than the conservative form derived from the total internal energy equation -d(alpha*p)/dt. In order for the enthalpy and internal energy equations to be consistent this error/simplification propagates to the total internal energy equation as a spurious additional term p*d(alpha)/dt which is included in the OpenFOAM Euler-Euler solvers and causes stability and conservation issues. I have now re-derived the energy equations for multiphase flow from first-principles and implemented in the reactingEulerFoam solvers the correct conservative form of pressure-work in both the internal energy and enthalpy equations. Additionally an optional limiter may be applied to the pressure-work term in either of the energy forms to avoid spurious fluctuations in the phase temperature in regions where the phase-fraction -> 0. This may specified in the "thermophysicalProperties.<phase>" file, e.g. pressureWorkAlphaLimit 1e-3; which sets the pressure work term to 0 for phase-fractions below 1e-3.
-
- Nov 01, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2314
-
- Oct 31, 2016
-
-
Henry Weller authored
New functionality contributed by Mattijs Janssens: - new edge projection: projectCurve for use with new geometry 'searchableCurve' - new tutorial 'pipe' - naming of vertices and blocks (see pipe tutorial). Including back substitution for error messages.
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2309
-
Henry Weller authored
Resolved bug-report http://bugs.openfoam.org/view.php?id=2313
-
Henry Weller authored
-
Henry Weller authored
to handle the change in density generated by the temperature correction.
-
- Oct 30, 2016
-
-
Henry Weller authored
-
- Oct 29, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2312
-
- Oct 28, 2016
-
-
Henry Weller authored
Previously the inlet flow of phase 1 (the phase solved for) is corrected to match the inlet specification for that phase. However, if the second phase is also constrained at inlets the inlet flux must also be corrected to match the inlet specification.
-
- Oct 27, 2016
-
-
Henry Weller authored
This reverts commit d881d2af.
-
- Oct 25, 2016
-
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2303
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-