- 30 May, 2018 1 commit
-
-
Mark OLESEN authored
- make the purpose more explicit, and reduces some work for the compiler as well.
-
- 29 May, 2018 8 commits
-
-
Mark OLESEN authored
- improves backward compatibility and more naming consistency. Retain setMany(iter1, iter2) to avoid ambiguity with the PackedList::set(index, value) method.
-
Mark OLESEN authored
-
-
Mark OLESEN authored
- required for std::iterator_traits specialization, which is used by the std::max_element algorithm on Darwin.
-
Mark OLESEN authored
-
Mark OLESEN authored
-
mattijs authored
-
mattijs authored
-
- 28 May, 2018 3 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- consistency with make and more succinct. - reduce code duplication in findEtcFiles.
-
Mark OLESEN authored
-
- 24 May, 2018 2 commits
- 21 May, 2018 1 commit
-
-
mattijs authored
Basic directional refinement: - only for coordinate aligned meshes - only for refinementRegions See the mesh/snappyHexMesh/aerofoilNACA0012_directionalRefinement tutorial.
-
- 17 May, 2018 1 commit
-
-
- 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)
-
- 01 Mar, 2018 1 commit
-
-
mattijs authored
-
- 21 Feb, 2018 1 commit
-
-
mattijs authored
-
- 28 Dec, 2017 1 commit
-
-
mattijs authored
-
- 21 Dec, 2017 1 commit
-
-
mattijs authored
-
- 13 Dec, 2017 2 commits
- 11 Dec, 2017 1 commit
-
-
mattijs authored
-
- 21 May, 2018 2 commits
- 16 May, 2018 2 commits
- 17 May, 2018 1 commit
-
-
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 5 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
-
- 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 2 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 22 Mar, 2018 1 commit
-
-
Mark OLESEN authored
- input or output scaling of values to manage dissimilar unit systems in the structures model - logging of communicated force, moments and updated positions. This allows tracking of the information exchange throughout the duration of the simulation and may assist in post-simulation diagnosis.
-