- Jul 12, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Based on a patch contributed by Francesco Contino, Tommaso Lucchini, Gianluca D’Errico, Hervé Jeanmart, Nicolas Bourgeois and Stéphane Backaert.
-
- Jul 11, 2016
-
-
Henry Weller authored
Note: this reuses the existing storage rather than costly reallocation which requires the initial allocation to be sufficient for the largest size the ODE system might have. Attempt to set a size larger than the initial size is a fatal error.
-
- Jul 10, 2016
-
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2146
-
- Jul 09, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2140
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2144
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
to avoid file names which are two long for the standard GNU/Linux file systems.
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 08, 2016
-
-
Henry Weller authored
A simple 'sleep' is more reliable.
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2143
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
then synchronize the file system to ensure all links are flushed before compilation starts
-
- Jul 07, 2016
-
-
Henry Weller authored
-
Henry Weller authored
for consistency with HeatAndMassTransferPhaseSystem.C Resolves bug-report http://bugs.openfoam.org/view.php?id=2141
-
Henry Weller authored
Uses the 'wait -n' builtin to avoid the use of non-POSIX 'sleep' commands
-
- Jul 06, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Based of patch contributed by Francesco Contino, Tommaso Lucchini, Gianluca D’Errico, Hervé Jeanmart, Nicolas Bourgeois and Stéphane Backaert.
-
Henry Weller authored
e.g. to avoid excessive unphysical velocities generated during slamming events in incompressible VoF simulations Usage Example usage: limitU { type limitVelocity; active yes; limitVelocityCoeffs { selectionMode all; max 100; } }
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 05, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Contributed by Alberto Passalacqua, Iowa State University Foam::dragModels::Beetstra Drag model of Beetstra et al. for monodisperse gas-particle flows obtained with direct numerical simulations with the Lattice-Boltzmann method and accounting for the effect of particle ensembles. Reference: \verbatim Beetstra, R., van der Hoef, M. A., & Kuipers, J. a. M. (2007). Drag force of intermediate Reynolds number flow past mono- and bidisperse arrays of spheres. AIChE Journal, 53(2), 489–501. \endverbatim Foam::dragModels::Tenneti Drag model of Tenneti et al. for monodisperse gas-particle flows obtained with particle-resolved direct numerical simulations and accounting for the effect of particle ensembles. Reference: \verbatim Tenneti, S., Garg, R., & Subramaniam, S. (2011). Drag law for monodisperse gas–solid systems using particle-resolved direct numerical simulation of flow past fixed assemblies of spheres. International Journal of Multiphase Flow, 37(9), 1072–1092. \verbatim
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Henry Weller authored
Ensures the order of compilation relates to the location of the source files
-
Henry Weller authored
-
Henry Weller authored
-
- Jul 04, 2016
-
-
Henry Weller authored
and added support for queue scheduling option '-q', '-queue' Now the 'Allwmake' scripts execute 'wmake -all' to handle parallel processing in a general way, avoiding code duplication.
-