- 29 May, 2018 4 commits
- 28 May, 2018 4 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- move constructable - factory methods: New, NewFrom - reset methods
-
Mark Olesen authored
- consistency with make and more succinct. - reduce code duplication in findEtcFiles.
-
Mark Olesen authored
-
- 24 May, 2018 2 commits
- 22 May, 2018 2 commits
- 21 May, 2018 7 commits
- 18 May, 2018 4 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
sergio authored
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
-
sergio authored
Removing temporary fix from compressibleInterDyFOAM to re-calculte Uf with morphing mesh
-
- 17 May, 2018 4 commits
-
-
mattijs authored
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
-
- the current working path with replacements for base-level OpenFOAM env variables such as FOAM_RUN, WM_PROJECT_DIR, WM_PROJECT_USER_DIR etc Can be used directly from the command-line or embedded into a command prompt. For example, PS1='$(foamPwd)\n\u\$ ' - aliases for user solver/utilities located under "$WM_PROJECT_USER_DIR": (ufoam, uapp, usol, uutil)
-
Andrew Heather authored
-
Mark Olesen authored
- disallow insert() of raw pointers, since a failed insertion (ie, entry already existed) results in an unmanaged pointer. Either insert using an autoPtr, or set() with raw pointers or autoPtr. - IOobjectList::add() now takes an autoPtr instead of an object reference - IOobjectList::remove() now returns an autoPtr instead of a raw pointer
-
- 16 May, 2018 8 commits
-
-
Mark Olesen authored
- use refCount instead of the tmp<...>::refCount alias
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
-
Mark Olesen authored
- tie the MPI rules to the base compiler type *without* its version. Eg, linux64Gcc (which exists) instead of linux64Gcc81
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
-
- 15 May, 2018 3 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- use normal instead of volumeType to decide on the sign. This provides a continuous field and eliminates special handling of GREAT in iso-surface routines. - fix regression in isoSurfaceCell cutting that was introduced by the previous adjustments for distanceSurface
-
Mark Olesen authored
- this enables x,y,z access of lagrangian positions, which is useful for postprocessing in paraview, but at the expense of slightly more disk space.
-
- 14 May, 2018 1 commit
-
-
Mark Olesen authored
-
- 11 May, 2018 1 commit
-
-
Mark Olesen authored
-