- 19 Jun, 2018 9 commits
-
-
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
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Andrew Heather 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'.
-
- 18 Jun, 2018 4 commits
-
-
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
-
- 18 Aug, 2017 1 commit
-
-
Andrew Heather authored
-
- 17 Aug, 2017 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 18 Jun, 2018 4 commits
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- in places where we use std::cerr instead or Warning or FatalError. We only want messages from one process though.
-
Andrew Heather authored
ENH: vtkCloud function object (issue #866) See merge request OpenFOAM-plus!206
-
Andrew Heather authored
ENH: add foamRestoreFields utility (issue #877) See merge request OpenFOAM-plus!207
-
- 15 Jun, 2018 6 commits
-
-
Mark OLESEN authored
- writes lagrangian data in VTP format during a simulation. In parallel, all data are written from the master.
-
Mark OLESEN authored
- support VTP input in functionObjectCloud scene element - additional fallback lookup of cloud information from state properties instead of cloud OutputProperties
-
Mark OLESEN authored
-
sergio authored
-
Mark OLESEN authored
- "Restore" field names by removing the ending. Useful, for example, to change a UMean to U field for further calculation.
-
Mark OLESEN authored
- for Darwin, mention that clang is the only compiler configured - adjust comments
-
- 14 Jun, 2018 14 commits
-
-
sergio authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
Mark OLESEN authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
version on a switch. See #867 By default the code will use the same form as previous versions To use the experimental version integrated from openfoam.org commit da787200 set the info switch in the controlDict: InfoSwitches { experimentalDdtCorr 1; }
-
Andrew Heather authored
-
Mark OLESEN authored
- when the iso-surface (eg, a cut plane, or distanceSurface) passes exactly through the cell centre, zero-sized triangles can occur. These should be merged away.
-
Mark OLESEN authored
- change "\%" -> "%" in plain string
-
mattijs authored
-