- Nov 02, 2016
-
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
Conflicts: applications/utilities/surface/surfaceCheck/surfaceCheck.C
-
- Nov 01, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Oct 31, 2016
-
-
mattijs authored
-
Mark Olesen authored
- Write the individual contents, without a surrounding 'boundaryField' block. Similar to what dictionary::writeEntries() offers.
-
Mark Olesen authored
- Can currently have a periodic restart, but for simulations with a known run-up, it can be useful to have a specific time to restart the averaging. - Note that the restartTime acts as a 'single-shot'. If the restartTime is already in the past when a simulation is started, it is ignored. If, during a simulation, the restartTime is crossed, it will be triggered and then set itself to be ignored in the future.
-
Mark Olesen authored
- On the first call, ParaView_DIR is unset and thus the clean-path fails with the warning "ParaView_DIR: Undefined variable." This looks messy, but is of no _major_ consequence since paraview doesn't need to be removed anyhow. The only slight risk is that the path to a third-party cmake might not be cleaned. - Patch as per Bruno's suggestion.
-
- Oct 28, 2016
-
-
Mark Olesen authored
- It is incorrect to prefix the assignment with an 'export' since this automatically marks the overall command as successful and circumvents the fallback. There is no simple way to have proper behaviour when sourced with a local directory path, but at least it now uses the fallback. It is still easy to wreak the mechanism with valid but confusing input. For example, ". /path/to/openfoam/etc/././bashrc" The only real certainty is that "${BASH_SOURCE%/*}" should point to the 'etc/' directory. In which case, cd ${BASH_SOURCE%/*} # <- now in the etc/ directory pwd=$(pwd -P) # <- fully-qualified path to etc/ pwd=${pwd%/*/*} # <- up two parent levels - This works with ". ./bashrc", but fails with ". bashrc" (probably not so common). - Con: The construct requires an additional sub-shell.
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- include cleanup of other postProcessing directories: * Ensight, EnSight, ensightWrite - don't need to remove files that cleanSnappyFiles already removed: * 0/cellLevel 0/pointLevel - bundle removal of constant/ items together: * constant/cellDecomposition constant/polyMesh constant/tetDualMesh
-
Mark Olesen authored
-
Andrew Heather authored
-
Mark Olesen authored
-
- Oct 27, 2016
-
-
sergio authored
-
sergio authored
-
sergio authored
correct case re-start
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Oct 26, 2016
-
-
sergio authored
-
mattijs authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-