- Aug 23, 2016
-
-
Henry Weller authored
- "$FOAM_USER_APPBIN" and "$FOAM_USER_LIBBIN" have been added to "foamOldDirs" in "etc/bashrc" and "etc/config.sh/unset" - "$OPAL_PREFIX" is now undefined in the option "SYSTEMOPENMPI" within "etc/config.sh/mpi", but only if the path defined in this variable is cleaned when using "foamCleanPath". - "$OPAL_PREFIX" is now also conditionally undefined in "etc/config.sh/unset" when the path is picked up by "foamCleanPath". Patch contributed by Bruno Santos Resolved bug-report http://bugs.openfoam.org/view.php?id=2210
-
- Aug 22, 2016
-
-
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=2207
-
- Aug 20, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2194
-
- Aug 19, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2203
-
- Aug 18, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Resolves warnings from clang
-
Henry Weller authored
Resolves compilation failure with clang
-
Henry Weller authored
-
- Aug 17, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2182
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2090
-
Henry Weller authored
Contributed by Sergey Sindeev
-
Henry Weller authored
viscosityModels::Casson: Updated constructor to avoid the need to specify the dimensions of the coefficients
-
Henry Weller authored
-
Henry Weller authored
Description An incompressible Casson non-Newtonian viscosity model. References: \verbatim Casson, N. (1959). Rheology of disperse systems. In Proceedings of a Conference Organized by the British Society of Rheology. Pergamon Press, New York. Fournier, R. L. (2011). Basic transport phenomena in biomedical engineering. CRC Press. \endverbatim Contributed by Sergey Sindeev
-
Henry Weller authored
-
Henry Weller authored
-
- Aug 16, 2016
-
-
Henry Weller authored
Description Allows specification of different writing frequency of objects registered to the database. It has similar functionality as the main time database through the \c writeControl setting: - timeStep - writeTime - adjustableRunTime - runTime - clockTime - cpuTime It also has the ability to write the selected objects that were defined with the respective write mode for the requested \c writeOption, namely: - \c autoWrite - objects set to write at output time - \c noWrite - objects set to not write by default - \c anyWrite - any option of the previous two Example of function object specification: \verbatim writeObjects1 { type writeObjects; libs ("libutilityFunctionObjects.so"); ... objects (obj1 obj2); writeOption anyWrite; } \endverbatim Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2090
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves patch request http://bugs.openfoam.org/view.php?id=2195
-
Henry Weller authored
If a suitable face an the receiving side of the AMI cannot be found the particle is marked for deletion.
-
Henry Weller authored
Warning messages are generated for each particle deleted
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2192
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2193
-
- Aug 14, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2189
-
- Aug 12, 2016
-
-
Henry Weller authored
functionObject: change default behavior of 'end()' to do nothing rather than calling execute and write Time: call functionObject 'execute()' and 'end()' for last time-step Now the operation of functionObject 'end()' call is consistent between running and post-processing
-
Henry Weller authored
Revert "functionObject: change default behavior of 'end()' to do nothing rather than calling execute and write" This reverts commit 4fda55b2.
-
Henry Weller authored
functionObject: change default behavior of 'end()' to do nothing rather than calling execute and write
-
Henry Weller authored
LduMatrix/SolverPerformance: Changed nIterations from label to labelType corresponding to the type solved Now the number of iterations to solve each component in a segregated solution are stored and returned in the SolverPerformance class. Resolves bug-report http://bugs.openfoam.org/view.php?id=2189
-
Henry Weller authored
-
Henry Weller authored
OpenFOAM/containers/LinkedLists: Replaced partially specialized template classes with C++11 template aliases This feature of C++11 avoids complex code duplication simplifies code maintenance
-
Henry Weller authored
surfaceRegion will be the name of a class to provide support for surface region selection.
-