- Jul 31, 2016
-
-
Chris Greenshields authored
-
- Jul 01, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 28, 2016
-
-
Henry Weller authored
-
- Jun 27, 2016
-
-
Henry Weller authored
functionObjects::XiReactionRate: Writes the turbulent flame-speed and reaction-rate volScalarFields for the Xi-based combustion models Replaces the obsolete and 'wdot' utility.
-
Henry Weller authored
postProcess -func writeCellCentres
-
- Jun 24, 2016
-
-
Henry Weller authored
-
- Jun 23, 2016
-
-
Henry Weller authored
-
- Jun 21, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 19, 2016
-
-
Henry Weller authored
-
- Jun 17, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields authored
-
- Jun 16, 2016
-
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Henry Weller authored
-
- Jun 15, 2016
-
-
Chris Greenshields authored
being filled with cellLevel files, which generally breaks workflows
-
Chris Greenshields authored
-
- Jun 14, 2016
-
-
Henry Weller authored
Instead of ICCG use PCG with the DIC preconditioner Instead of BICCG use PBiCG with the DILU preconditioner
-
- Jun 13, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Replaced the 'postProcess' argument to the 'write' and 'execute' functions with the single static member 'postProcess' in the functionObject base-class.
-
- Jun 12, 2016
-
-
Henry Weller authored
e.g. postProcess -func 'patchAverage(name=inlet,p)' postProcess -func 'patchIntegrate(name=inlet,p)'
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2117
-
Henry Weller authored
The use of the term 'source' in the context of post-processing is confusing and does not properly describe the process of region selection. The new names 'surfaceRegion' and 'volRegion' better describe the purpose of the functionObjects which is to provide field processing functionality limited to a specified region of space, either a surface or volume. The keyword 'source' is renamed 'regionType' which better describes the purpose which is to specify the method by which the surface or volume region is selected. The keyword to select the name of the surface or volume region is renamed from 'sourceName' to 'name' consistent with the other name-changes above.
-
- Jun 11, 2016
-
-
Henry Weller authored
-
Chris Greenshields authored
-
Chris Greenshields authored
-
- Jun 10, 2016
-
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2112
-
Henry Weller authored
Added patchIntegrate configuration
-
Henry Weller authored
Added configuration file etc/caseDicts/postProcessing/fields/writeObjects
-
- Jun 09, 2016
-
-
Henry Weller authored
createTurbulenceFields: utility replaced by 'turbulenceFields' functionObject used with the '-postProcess' option
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 08, 2016
-
-
Henry Weller authored
tutorials/incompressible/pisoFoam/les/pitzDaily: Added scalarTransport functionObject to demonstrate the new functionality
-
Chris Greenshields authored
to enable the postProcess -func <function> option to work
-
Henry Weller authored
Patch contributed by Bruno Santos Resolves patch request http://bugs.openfoam.org/view.php?id=2112
-