- Jun 15, 2016
-
-
Chris Greenshields authored
being filled with cellLevel files, which generally breaks workflows
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
updateCoeffs(const scalarField&) -> updateWeightedCoeffs(const scalarField&) to avoid confusion with other specialized forms of updateCoeffs. Patch contributed by Mattijs Janssens
-
Henry Weller authored
-
Henry Weller authored
changeDictionary: Simplified by removing the need for the superfluous dictionaryReplacement sub-dictionary Added the option '-subDict' to specify a sub-dictionary if multiple replacement sets are present in the same file. This also provides backward compatibility by setting '-subDict dictionaryReplacement'
-
Chris Greenshields authored
values; formatted Switch entries consistently across all cases
-
- Jun 14, 2016
-
-
Henry Weller authored
Usage: foamList [OPTIONS] options: -case <dir> specify alternate case directory, default is the cwd -compressibleTurbulenceModels List compressible turbulenceModels -functionObjects List functionObjects -fvOptions List fvOptions -incompressibleTurbulenceModels List incompressible turbulenceModels -noFunctionObjects do not execute functionObjects -registeredSwitches List switches registered for run-time modification -scalarBCs List scalar field boundary conditions (fvPatchField<scalar>) -switches List switches declared in libraries but not set in etc/controlDict -unset List switches declared in libraries but not set in etc/controlDict -vectorBCs List vector field boundary conditions (fvPatchField<vector>) -srcDoc display source code in browser -doc display application documentation in browser -help print the usage
-
Henry Weller authored
Usage: foamList [OPTIONS] options: -case <dir> specify alternate case directory, default is the cwd -compressibleTurbulenceModels List compressible turbulenceModels -functionObjects List functionObjects -fvOptions List fvOptions -incompressibleTurbulenceModels List incompressible turbulenceModels -noFunctionObjects do not execute functionObjects -registeredSwitches List switches registered for run-time modification -switches List switches declared in libraries but not set in etc/controlDict -unset List switches declared in libraries but not set in etc/controlDict -srcDoc display source code in browser -doc display application documentation in browser -help print the usage
-
Henry Weller authored
Instead of ICCG use PCG with the DIC preconditioner Instead of BICCG use PBiCG with the DILU preconditioner
-
Henry Weller authored
-
Henry Weller authored
multiphaseCompressibleTurbulenceModels, twoPhaseCompressibleTurbulenceModels, phaseCompressibleTurbulenceModels: Added LIB_LIBS
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2120
-
- Jun 13, 2016
-
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
postProcess -func 'totalPressureIncompressible(U,p)' or postProcess -func 'totalPressureCompressible(rho,U,p)'
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
To re-use existing 'sampleDict' files simply add the following entries: type sets; libs ("libsampling.so"); and run postProcess -func sampleDict It is probably better to also rename 'sampleDict' -> 'sample' and then run postProcess -func sampleDict
-
Chris Greenshields authored
-
Henry Weller authored
e.g. postProcess -func probes or postProcess -func 'probes(p, U)'
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Chris Greenshields 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
-
Henry Weller authored
-
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.
-
Henry Weller authored
In parallel the sets are reconstructed. e.g. mpirun -np 6 checkMesh -parallel -allGeometry -allTopology -writeSets vtk will create a postProcessing/ folder with the vtk files of the (reconstructed) faceSets and cellSets. Also improved analysis of disconnected regions now also checks for point connectivity with is useful for detecting if AMI regions have duplicate points. Patch contributed by Mattijs Janssens
-
- Jun 11, 2016
-
-
Henry Weller authored
Allwmake -update: Further improvements to handle source-tree/dep file inconsistencies after git pull Patch contributed by Bruno Santos Resolves bug-report http://bugs.openfoam.org/view.php?id=2091
-
Henry Weller authored
-
Henry Weller authored
-