- May 29, 2018
-
-
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
-
- May 28, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- consistency with make and more succinct. - reduce code duplication in findEtcFiles.
-
Mark OLESEN authored
-
- May 24, 2018
- May 21, 2018
-
-
mattijs authored
Basic directional refinement: - only for coordinate aligned meshes - only for refinementRegions See the mesh/snappyHexMesh/aerofoilNACA0012_directionalRefinement tutorial.
-
- May 17, 2018
-
-
- 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)
-
- Mar 01, 2018
-
-
mattijs authored
-
- Feb 21, 2018
-
-
mattijs authored
-
- Dec 28, 2017
-
-
mattijs authored
-
- Dec 21, 2017
-
-
mattijs authored
-
- Dec 13, 2017
- Dec 11, 2017
-
-
mattijs authored
-
- May 21, 2018
- May 16, 2018
- May 17, 2018
-
-
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
-
- May 16, 2018
-
-
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
-
- May 15, 2018
-
-
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.
-
- May 14, 2018
-
-
Mark OLESEN authored
-
- May 11, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 22, 2018
-
-
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.
-
- May 11, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- relocated from etc/caseDicts/postProcessing/catalyst/ -> etc/caseDicts/insitu/catalyst/ - adjusted for unified catalyst function object
-