- 13 Oct, 2015 1 commit
-
-
mattijs authored
-
- 05 Aug, 2015 1 commit
-
-
Henry Weller authored
Change based on patch provided by Hassan Kassem Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1796
-
- 17 Jul, 2015 2 commits
-
-
Henry Weller authored
This resolves a whole range of issues and work-arounds with earlier releases. This version of icpc is more or less compatible with the latest gcc and clang compilers and only required one hack to avoid warnings from PackedBoolList.H.
-
Henry Weller authored
Also removed __GNUC__ conditional compilation statements which are no longer needed.
-
- 30 Jun, 2015 1 commit
-
- 24 Jun, 2015 2 commits
-
-
Henry Weller authored
-
Henry Weller authored
//- Return the set of times selected based on the argList options // including support for \b -newTimes in which times are selected // if the file <fName> does not exist in the time directory. // Also set the runTime to the first instance or the // \c constant/ directory if no instances are specified or available static instantList select ( Time& runTime, const argList& args, const word& fName ); This is experimental functionality and currently on test in the yPlus post-processing utility.
-
- 04 Jun, 2015 1 commit
-
-
Henry authored
i.e. without the group suffix. Patch provided by William Bainbridge
-
- 20 May, 2015 1 commit
-
-
Henry authored
-
- 18 May, 2015 1 commit
-
-
Henry authored
This had been used in functionObjects: Info(log)<< "messages" << data << .... in which it is not at all clear what the "log" argument does whereas if (log) Info<< "messages" << data << .... is totally clear and more efficient.
-
- 26 Apr, 2015 2 commits
-
-
Henry authored
Previous behavior which may be useful for moving-mesh cases can be selected using the optional entry: writeTotalArea yes; The initial total area is written in the log and data file header e.g.: # Source : faceZone f0 # Faces : 8 # Area : 1.063860e-02
-
Henry authored
Description Specify an etc file to include when reading dictionaries, expects a single string to follow. Searches for files from user/group/shipped directories. The search scheme allows for version-specific and version-independent files using the following hierarchy: - \b user settings: - ~/.OpenFOAM/\<VERSION\> - ~/.OpenFOAM/ - \b group (site) settings (when $WM_PROJECT_SITE is set): - $WM_PROJECT_SITE/\<VERSION\> - $WM_PROJECT_SITE - \b group (site) settings (when $WM_PROJECT_SITE is not set): - $WM_PROJECT_INST_DIR/site/\<VERSION\> - $WM_PROJECT_INST_DIR/site/ - \b other (shipped) settings: - $WM_PROJECT_DIR/etc/ An example of the \c \#includeEtc directive: \verbatim #includeEtc "etcFile" \endverbatim The usual expansion of environment variables and other constructs is retained.
-
- 25 Apr, 2015 3 commits
- 22 Mar, 2015 1 commit
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- 15 Mar, 2015 1 commit
-
-
Henry authored
Avoids unnecessary increases in precision during intermediate steps for cases with adjustable time-step which may require very high precision to represent the time name.
-
- 14 Mar, 2015 2 commits
-
-
Henry authored
-
Henry authored
Add check for round-off error causing time reversal Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- 08 Mar, 2015 3 commits
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
Henry authored
-
Henry authored
Changes based on patches from and discussions with Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=815
-
- 14 Feb, 2015 1 commit
-
-
Henry authored
-
- 13 Feb, 2015 1 commit
-
-
Henry authored
GeometricField: Do not transfer registration of a GeometricField to a copy unless it is being transferred from a tmp This avoids loosing the registration of non-tmp fields
-
- 12 Feb, 2015 2 commits
- 09 Feb, 2015 1 commit
-
-
Henry authored
Also moved global classes which should be in the Foam namespace into it.
-
- 05 Feb, 2015 2 commits
- 04 Feb, 2015 1 commit
-
-
Henry authored
classes in the DebugSwitches sub-dictionary of system/controlDict
-
- 03 Feb, 2015 1 commit
-
-
Henry authored
Causes problems if the controlDict contains # entries
-
- 04 Jan, 2015 1 commit
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1474
-
- 03 Jan, 2015 1 commit
-
-
Henry authored
Added InfoSwitches::writeOptionalEntries which enables the writing of optional keywords and values which are not present in the dictionary Warning: generates a VERY large number of messages from OpenFOAM applications Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1473
-
- 31 Dec, 2014 2 commits
-
-
Henry authored
-
Henry authored
To compile with 64bit labels set WM_LABEL_SIZE=64 in ~/OpenFOAM/dev/prefs.sh source ~/.bashrc then Allwmake in OpenFOAM-dev. This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt If WM_LABEL_SIZE is unset or set to 32: WM_LABEL_SIZE=32 the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt Thus both 32bit and 64bit label builds can coexist without problem.
-
- 15 Dec, 2014 1 commit
-
-
Henry authored
-
- 15 Oct, 2014 1 commit
-
-
william authored
-
- 27 Aug, 2014 1 commit
-
-
sergio authored
-
- 13 May, 2014 1 commit
-
-
Henry authored
Simply use the indent manipulator
-
- 12 May, 2014 1 commit
-
-
andy authored
-