- Jun 19, 2016
-
-
Henry Weller authored
-
- Jun 17, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 16, 2016
-
-
Henry Weller authored
-
- Jun 15, 2016
-
-
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'
-
- 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
multiphaseCompressibleTurbulenceModels, twoPhaseCompressibleTurbulenceModels, phaseCompressibleTurbulenceModels: Added LIB_LIBS
-
- Jun 13, 2016
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
postProcess -func 'totalPressureIncompressible(U,p)' or postProcess -func 'totalPressureCompressible(rho,U,p)'
-
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
-
Henry Weller authored
e.g. postProcess -func probes or postProcess -func 'probes(p, U)'
-
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
-
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
-
Henry Weller authored
Resolves bug-report http://bugs.openfoam.org/view.php?id=2116
-
- Jun 10, 2016
-
-
Henry Weller authored
-
Henry Weller authored
Replaces expandDictionary utility
-
Chris Greenshields authored
-
Chris Greenshields authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 09, 2016
-
-
Chris Greenshields authored
-
Henry Weller authored
stressComponents: utility replaced by the 'R' and 'components' functionObject used with the '-postProcess' option
-
Henry Weller authored
-
Henry Weller authored
createTurbulenceFields: utility replaced by 'turbulenceFields' functionObject used with the '-postProcess' option
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
-
- Jun 07, 2016
-
-
Henry Weller authored
-
- Jun 03, 2016
-
-
Henry Weller authored
Replaces the dictionary access functionality of foamInfoExec and provides additional options to edit individual entries. Contributed by Mattijs Janssens
-
Henry Weller authored
-