- Aug 04, 2021
-
-
- Jun 28, 2021
-
-
Andrew Heather authored
Minor clean-up
-
- Mar 12, 2021
-
-
- Dec 23, 2020
- Jun 29, 2020
-
-
Andrew Heather authored
-
- Dec 23, 2019
-
-
Andrew Heather authored
-
- Nov 13, 2019
-
-
Mark OLESEN authored
-
- Nov 06, 2019
-
-
Mark OLESEN authored
- no stderr redirect needed: * 'command -v' - no stdout/stderr redirect needed: * 'rm -f' STYLE: consistent spacing after redirects
-
Mark OLESEN authored
-
- Jun 25, 2019
-
-
Andrew Heather authored
-
- Dec 19, 2018
-
-
Andrew Heather authored
-
- Dec 11, 2018
-
-
sergio authored
-
- Dec 13, 2018
-
-
Mark OLESEN authored
-
- Jun 28, 2018
-
-
Andrew Heather authored
-
- Nov 09, 2017
-
-
Mark OLESEN authored
Within decomposeParDict, it is now possible to specify a different decomposition method, methods coefficients or number of subdomains for each region individually. The top-level numberOfSubdomains remains mandatory, since this specifies the number of domains for the entire simulation. The individual regions may use the same number or fewer domains. Any optional method coefficients can be specified in a general "coeffs" entry or a method-specific one, eg "metisCoeffs". For multiLevel, only the method-specific "multiLevelCoeffs" dictionary is used, and is also mandatory. ---- ENH: shortcut specification for multiLevel. In addition to the longer dictionary form, it is also possible to use a shorter notation for multiLevel decomposition when the same decomposition method applies to each level.
-
- Oct 12, 2017
-
-
Mark OLESEN authored
-
- Aug 03, 2017
-
-
Mark OLESEN authored
- although this has been supported for many years, the tutorials continued to use "convertToMeters" entry, which is specific to blockMesh. The "scale" is more consistent with other dictionaries. ENH: - ignore "scale 0;" (treat as no scaling) for blockMeshDict, consistent with use elsewhere.
-
- Jun 13, 2017
-
-
Mark OLESEN authored
- Use on/off vs longer compressed/uncompressed. For consistency, replaced yes/no with on/off. - Avoid the combination of binary/compressed, which is disallowed and provokes a warning anyhow
-
- May 18, 2017
-
-
Andrew Heather authored
-
- Nov 20, 2016
-
-
Mark Olesen authored
- A few without a 'cd' at the start. Several remove files that are already covered by the cleanCase function.
-
- Jun 27, 2016
-
-
Mark Olesen authored
- makes it easier to ensure the correct behaviour, consistently
-
- Apr 30, 2016
-
-
Henry Weller authored
See http://www.openfoam.org/mantisbt/view.php?id=2076 - .org is the file extension for emacs org-mode as well - .orig is more to the point (.org isn't always recognized as "original") - .original is too long, although more consistent with the convention of source code file naming Update script contributed by Bruno Santos
-
- Apr 06, 2016
-
-
Henry Weller authored
e.g. (fvc::interpolate(HbyA) & mesh.Sf()) -> fvc::flux(HbyA) This removes the need to create an intermediate face-vector field when computing fluxes which is more efficient, reduces the peak storage and improved cache coherency in addition to providing a simpler and cleaner API.
-
- Feb 15, 2016
-
-
Henry Weller authored
-
- Feb 09, 2016
-
-
Henry Weller authored
-
- Jan 27, 2016
-
-
Henry Weller authored
in decomposeParDict. This default number of processors may be overridden by the new "-np" option to runParallel which must be specified before the application name e.g.: runParallel -np 4 pisoFoam
-
- Dec 22, 2015
-
-
Andrew Heather authored
-
- Dec 09, 2015
-
-
Andrew Heather authored
-
- Nov 13, 2015
-
-
Henry Weller authored
-
- Jul 21, 2015
-
-
Henry Weller authored
-
- Jul 20, 2015
-
-
Henry Weller authored
so that the specification of the name and dimensions are optional in property dictionaries. Update tutorials so that the name of the dimensionedScalar property is no longer duplicated but optional dimensions are still provided and are checked on read.
-
- Apr 24, 2015
-
-
Henry authored
For multi-region cases the default location of blockMeshDict is now system/<region name> If the blockMeshDict is not found in system then the constant directory is also checked providing backward-compatibility
-
- Jan 21, 2015
-
-
Henry authored
The old separate incompressible and compressible libraries have been removed. Most of the commonly used RANS and LES models have been upgraded to the new framework but there are a few missing which will be added over the next few days, in particular the realizable k-epsilon model. Some of the less common incompressible RANS models have been introduced into the new library instantiated for incompressible flow only. If they prove to be generally useful they can be templated for compressible and multiphase application. The Spalart-Allmaras DDES and IDDES models have been thoroughly debugged, removing serious errors concerning the use of S rather than Omega. The compressible instances of the models have been augmented by a simple backward-compatible eddyDiffusivity model for thermal transport based on alphat and alphaEff. This will be replaced with a separate run-time selectable thermal transport model framework in a few weeks. For simplicity and ease of maintenance and further development the turbulent transport and wall modeling is based on nut/nuEff rather than mut/muEff for compressible models so that all forms of turbulence models can use the same wall-functions and other BCs. All turbulence model selection made in the constant/turbulenceProperties dictionary with RAS and LES as sub-dictionaries rather than in separate files which added huge complexity for multiphase. All tutorials have been updated so study the changes and update your own cases by comparison with similar cases provided. Sorry for the inconvenience in the break in backward-compatibility but this update to the turbulence modeling is an essential step in the future of OpenFOAM to allow more models to be added and maintained for a wider range of cases and physics. Over the next weeks and months more turbulence models will be added of single and multiphase flow, more additional sub-models and further development and testing of existing models. I hope this brings benefits to all OpenFOAM users. Henry G. Weller
-
- Dec 16, 2014
-
-
Henry authored
-
- Dec 14, 2014
-
-
Henry authored
-
- Dec 11, 2014
-
-
OpenFOAM-admin authored
-
- Feb 17, 2014
-
-
OpenFOAM-admin authored
-
- Aug 28, 2013
-
-
andy authored
-
- Aug 13, 2013
-
-
andy authored
-
- Aug 07, 2013
-
-
mattijs authored
-