- Jun 20, 2018
-
-
sergio authored
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
-
sergio authored
-
Mark OLESEN authored
-
Andrew Heather authored
-
- Jun 19, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- incorrect coordinateSystem clear() after the move - add Test-coordinateSystem
-
sergio authored
-
sergio authored
Merge branch 'develop-pre-release' of develop.openfoam.com:Development/OpenFOAM-plus into develop-pre-release
-
sergio authored
Correcting tutorial and expanding documentation
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- this provides easily sortable names. The time information is available via the corresponding .series file, which can also be loaded directly with ParaView 5.5 or later. For further redundancy, time information is saved in the first XML comment inside of the .vtp files. For example, <!-- cloud=limestoneCloud1 time=0.005 index=200 -->
-
Mark OLESEN authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Andrew Heather authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- The additional output generated by #calc directives in the controlDict or decomposeParDict causes issues for the RunFunctions extraction of 'application' and 'numberOfSubdomains'. Avoid by using -disableFunctionEntries, which also has the side-effect of disabling '#include'.
-
- Jun 18, 2018
-
-
mattijs authored
-
Mark OLESEN authored
- major() and minor() are GNU macros in sys/sysmacros.h and generates warning on some systems (eg, Ubuntu 18.04) use getMajor() and getMinor() as method names instead.
-
Andrew Heather authored
- corrected the mass based correction and updated the misleading function arguments - moved the option to the optimisation switches, e.g.: OptimisationSwitches { experimentalDdtCorr 1; } - default remains off/no (0)
-
mattijs authored
-
Mark OLESEN authored
- add support by using updated foamEtcFile from 1806, which also add the '-config' short-cut option.
-
- Jun 15, 2018
-
-
Mark OLESEN authored
- also fix incorrect documentation in forces functionObject and interRegionExplicitPorositySource fvOption.
-
- Jun 13, 2018
-
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
Mark OLESEN authored
- use floor/truncate instead of round. Backport of changes in the develop-pre-release branch.
-
Andrew Heather authored
-
- Jun 12, 2018
-
-
Mark OLESEN authored
-
- Jun 11, 2018
-
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- bump to ParaView 5.5.1
-
- Jun 08, 2018
-
-
Mark OLESEN authored
- face/point ownership is transferred to the surfMesh, so use these directly when sampling the interior.
-
Mark OLESEN authored
- now report as "min = XX max = YY average = ZZ" instead of as "min/max/average = XX, YY, ZZ" this makes it easier to parse any particular value (eg, with foamLog)
-
- Jun 07, 2018
-
-
Mark OLESEN authored
- in anticipation of future change, hard-coded choice within bash_completion
-