- Mar 31, 2021
-
-
ENH: solarLoad, fvDOM: enable time-dependent spectralDistribution DOC: solarLoad, fvDOM, solarCalculator: improve header documentation TUT: solarLoadModel, solarDirectionModel: use new shorter entries
-
-
- Mar 29, 2021
-
-
Mark OLESEN authored
- robuster handling of different VTK versions - compilation changes for avalanche, cfmesh
-
Mark OLESEN authored
For example, ``` entry #eval 10 { vector(rand(), 0, 0) }; ``` ENH: be more generous and ignore trailing ';' in expressions STYLE: adjust parse token name for tensor::I
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- previously had a very old (likely irrelevant) setting for solaris systems only. - support site-specific customization. Eg, using etc/config.{csh,sh}/prefs.fjmpi - remove erroneous shell redirects present in cshell files
-
Mark OLESEN authored
- less important for VTK (may help in future though) but preserve the face point 0 when flipping faces to ensure that the result is the same as having called face::reverseFace()
-
Andrew Heather authored
ENH: refactor Function1 to enable fields See merge request Development/openfoam!435
-
-
- Mar 26, 2021
-
-
Andrew Heather authored
BUG: possible infinteloop in plicRDF and isoAdvector - Fixes #2016 See merge request Development/openfoam!436
-
- Mar 25, 2021
-
-
HenningScheufler authored
-
- Mar 24, 2021
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
TUT: discreteMethods: cleanup tutorials See merge request Development/openfoam!432
-
-
Andrew Heather authored
ENH: new solvers: overPhaseChangeInterFoam and overCompressibleInterDyMFoam See merge request Development/openfoam!425
-
- overCompressibleInterDyMFoam: Overset solver for two compressible, non-isothermal, immiscible fluids using a VOF (i.e. volume of fluid) phase-fraction based interface capturing approach. - overInterPhaseChangeDyMFoam: Overset solver for two incompressible, isothermal, immiscible fluids with phase-change (e.g. cavitation) using VoF (i.e. volume of fluid) phase-fraction based interface capturing approach. - adds new tutorials: - multiphase/overCompressibleInterDyMFoam/compressibleTwoSimpleRotors - multiphase/overInterPhaseChangeDyMFoam/twoSimpleRotors Signed-off-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
-
- Mar 23, 2021
-
-
Andrew Heather authored
- useful when used in a batch process to trap the exit signal, e.g. stop the run when the velocity magnitude exceeds a given threshold: runTimeControl { type runTimeControl; libs ("libutilityFunctionObjects.so"); nWriteStep 1; // Optional end 'action' satisfiedAction abort; // end; // setTrigger conditions { maxU { type minMax; functionObject MinMax; fields ("max(mag(U))"); value 1e6; mode maximum; } } }
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
- adjust sync condition (continuation of 201f117f)
-
Mark OLESEN authored
- truncates output file, handles compressed streams
-
Mark OLESEN authored
-
- Mar 22, 2021
-
-
mattijs authored
-
mattijs authored
-
Mark OLESEN authored
- if the system/decomposeParDict is missing, skip check for matching number of processor dirs. This can make job dispatch easier. Does not apply if -decomposeParDict was explicitly specified. STYLE: adjust naming of host/slaves in argList
-
Mark OLESEN authored
- ensure that the processor directory cache is consistently available by providing appropriate synthesized names. If the expected files really do not exist, it will still fail at a later point (but not in the caching). This addresses cases that have been manually distributed (different content on different nodes, but the same root path), while still maintaining the readDir on master only for massively parallel cases (#1946). It also addresses regular cases with gaps in the processor directories.
-
Mark OLESEN authored
-
- Mar 18, 2021
-
-
sergio authored
-
sergio authored
-
sergio authored
-
sergio authored
-
sergio authored
-
sergio authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
- new '-ascii' option to write in ASCII format instead of the controlDict setting. This can be useful when generating fields that should be parsed with other tools, or for visual inspection. - correct mismatch of option names and lookups
-
- Mar 17, 2021
-
-
Mark OLESEN authored
- can use either command-line option "-load-fields" or dictionary entry "readFields" to specify field names to be preloaded. Essentially the same functionality as with a readFields function object but with a lot less typing. - tutorial examples provided by Ryan Danks <ryan.danks@rwdi.com> illustrate using setExpr* utilities to calculate a quantity as a post-processing step.
-
Mark OLESEN authored
-