- Nov 10, 2019
-
-
Mark OLESEN authored
- can assist diagnosing when things have gone wrong
-
- Nov 08, 2019
-
-
Mark OLESEN authored
- cleanup the run script syntax
-
- Nov 06, 2019
-
-
Mark OLESEN authored
- no stderr redirect needed: * 'command -v' - no stdout/stderr redirect needed: * 'rm -f' STYLE: consistent spacing after redirects
-
- Oct 31, 2019
-
-
OpenFOAM bot authored
-
- Oct 17, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Nov 01, 2019
-
-
Kutalmış Berçin authored
-
Mark OLESEN authored
-
- Oct 25, 2019
-
-
Mark OLESEN authored
For example, $ someSolver -info-switch writeOptionalEntries - note that values changed via the command-line are changed after the etc/controlDict entries, but *before* any case-local system/controlDict entries. However, in many testing cases the command-line options eliminate the need for such local file modifications. ENH: cleanup handling of local debug switches in Time - add as methods directly on simpleObjectRegistry to avoid code duplication STYLE: adjust internal naming of ITstream parameters
-
- Oct 01, 2019
-
-
Mark OLESEN authored
-
- Sep 25, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- call also be used non-interactively for simple 'one-shot' use of OpenFOAM utilities or solvers STYLE: use dash instead of brackets for '- see www.OpenFOAM.com' - less cluttered in combination with API information
-
- Aug 28, 2019
-
-
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 16, 2019
-
-
Mark OLESEN authored
CONFIG: remove adios1 config files
-
- Aug 07, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Jul 12, 2019
-
-
Mark OLESEN authored
-
- Jul 10, 2019
-
-
Mark OLESEN authored
-
- Jun 26, 2019
-
-
Mark OLESEN authored
-
- Jun 25, 2019
-
-
Mark OLESEN authored
- if desired to create a tar-file without a _patch value in its name.
-
Mark OLESEN authored
-
Mark OLESEN authored
- add a '-SPDP' option - remove the '-archOption' for forcing a '-m32' build on 64-bit architecture, which is now considered too obscure. Must edit files manually if this option is really required.
-
- Jun 17, 2019
-
-
Vaggelis Papoutsis authored
A set of libraries and executables creating a workflow for performing gradient-based optimisation loops. The main executable (adjointOptimisationFoam) solves the flow (primal) equations, followed by the adjoint equations and, eventually, the computation of sensitivity derivatives. Current functionality supports the solution of the adjoint equations for incompressible turbulent flows, including the adjoint to the Spalart-Allmaras turbulence model and the adjoint to the nutUSpaldingWallFunction, [1], [2]. Sensitivity derivatives are computed with respect to the normal displacement of boundary wall nodes/faces (the so-called sensitivity maps) following the Enhanced Surface Integrals (E-SI) formulation, [3]. The software was developed by PCOpt/NTUA and FOSS GP, with contributions from Dr. Evangelos Papoutsis-Kiachagias, Konstantinos Gkaragounis, Professor Kyriakos Giannakoglou, Andy Heather and contributions in earlier version from Dr. Ioannis Kavvadias, Dr. A...
-
- Jun 06, 2019
-
-
Mark OLESEN authored
-
- Jun 04, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- options '-n' and '-np' are synonymous, but some mpiexec versions may only recognize '-n' and not '-np'
-
- Apr 12, 2019
-
-
Mark OLESEN authored
-
- Feb 23, 2019
-
-
Mark OLESEN authored
-
- Feb 15, 2019
-
-
Mark OLESEN authored
- adapted from the 'foamGet' utility authored by Chris Greenshields
-
- Feb 04, 2019
-
-
Mark OLESEN authored
ENH: add -prefs option to pass in a preferences configuration file
-
- May 27, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- reduces installation clutter, allows easier cross-referencing - remove older deprecated scripts (foamDebugSwitches, foamGraph*)
-
- Jan 10, 2019
-
-
Mark OLESEN authored
- was WM_PROJECT_API in the environment and FOAM_API in dictionaries. Make these both consistently FOAM_API. This is a non-breaking change, since the value of WM_PROJECT_API (added in 1812) and/or FOAM_API is purely informative. For the current correct values, always use * foamEtcFile -show-api * wmakeBuildInfo -show-api
-
- Feb 06, 2019
-
-
OpenFOAM bot authored
-
- Jan 26, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- older emacs tools into legacy - old process tools * Less frequently used scripts into bin/tools/ - findEmptyMake - foamAllHC - foamUpdateCaseFileHeader * Infrastructure file (only used by foamNewApp) - wmake/wmakeFilesAndOptions -> wmake/scripts/wmakeFilesAndOptions * Merge wmakeRoot convenience as 'wmake -pwd' * Remove obsolete wmakePrintBuild (superseded by wmakeBuildInfo) * Remove unused mergeHistory file
-
Mark OLESEN authored
Previously silently accepted '-o' as being equivalent to '-output', but the former could be misinterpreted meaning an output file (which it is not) instead of an output directory.
-
- Jan 10, 2019
-
-
Mark OLESEN authored
- was WM_PROJECT_API in the environment and FOAM_API in dictionaries. Make these both consistently FOAM_API. This is a non-breaking change, since the value of WM_PROJECT_API (added in 1812) and/or FOAM_API is purely informative. For the current correct values, always use * foamEtcFile -show-api * wmakeBuildInfo -show-api
-