- Feb 03, 2020
-
-
Mark OLESEN authored
- the foamConfigurePaths script is quite simplistic and aggressive in what it changes. This was particularly evident when using it to change gcc/clang versions. Restructured the corresponding compiler settings to define default versions (eg, "default_gcc_version") that limits the scope of changes performed by foamConfigurePaths and makes it easier to understand if changing manually.
-
- Jan 31, 2020
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- the gcc c++/9 includes now inline strncpy, which obliterates the previous method of suppressing the warning. Now simply allocate additional space for the nul character. COMP: silence some icc warnings
-
- Jan 28, 2020
-
-
Mark OLESEN authored
STYLE: add typedefs for interpolation tables
-
Mark OLESEN authored
- indexing error in the output of values resulted in uniform output in most cases. - allocation error for on-the-fly triangulation ENH: changed decomposed storage from DynamicList to plain faceList for clearer allocation control and better overhead
-
Mark OLESEN authored
- we know they have already protected by an is_contiguous check, so the class-memaccess warning/error can be suppressed.
-
Mark OLESEN authored
-
- Dec 09, 2019
-
-
Mark OLESEN authored
-
- Dec 02, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- The case files may contain #... comment lines - The geometry file may contain an optional "extents" entry - Properly handle element id specifications (off|assign|ignore|given). - Partially handle node id specifications (off|assign|ignore|given). Treat "given" like "ignore", since results in the lightest amount of coding and in many cases the "given" node ids are in fact 1-based contiguous values and thus no different than "ignore" for our purposes.
-
- Nov 25, 2019
-
-
Mark OLESEN authored
ENH: downgrade error on type-mismatch to a warning - Ensight data files generated by OpenFOAM will start with the name of the data type (Eg, "scalar", "vector" etc), but this convention may fail for data files that have been generated elsewhere.
-
- Nov 20, 2019
-
-
mattijs authored
-
- Nov 15, 2019
-
-
Vaggelis Papoutsis authored
BUG: RASModelVariables::SpalartAllmaras cannot be combined with an fvMotionSolver diffusivity which depends on wall distances (fixes #1501)
-
Vaggelis Papoutsis authored
-
- Nov 19, 2019
-
-
Mark OLESEN authored
-
- Nov 18, 2019
-
-
Mark OLESEN authored
-
- Nov 11, 2019
-
-
Mark OLESEN authored
-
- Nov 10, 2019
-
-
Mark OLESEN authored
- wmake -version, --version option (alias for -show-api) for consistency with standard system tools
-
- Nov 11, 2019
-
-
Mark OLESEN authored
-
- Oct 31, 2019
-
-
OpenFOAM bot authored
-
- Nov 03, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Oct 17, 2019
-
-
Mark OLESEN authored
-
- Oct 16, 2019
-
-
mattijs authored
-
- Oct 01, 2019
-
-
Mark OLESEN authored
- triggers rpmlint warnings
-
- Oct 18, 2019
-
-
mattijs authored
-
- Oct 03, 2019
- Oct 01, 2019
-
-
Mark OLESEN authored
-
- Sep 25, 2019
-
-
Mark OLESEN authored
-
- Sep 27, 2019
- Sep 18, 2019
-
- Sep 12, 2019
-
-
mattijs authored
-
- Sep 05, 2019
-
-
mattijs authored
-
- Aug 28, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- foamExec was removed as part of commit 6c68c34e but overlooked the fact that it is partly still needed by foamJob. When running in parallel, it is used to source the etc/bashrc env. Reinstated a stripped down form, which has been relocated to bin/tools directory (it should not be directly called by the user). The previous version switching functionality has nonetheless be dropped since it only worked only when a rigid naming convention for OpenFOAM installations was followed. ENH: add foamJob log=, -log-app, -no-log options, improved coding quality
-
- Aug 21, 2019