Henry Weller
fe1dc82e5a
wrmdep: Update documentation
2015-12-13 21:23:04 +00:00
Henry Weller
f56a738f14
wrmdep: Added "update" option
...
Searches all the "src" and "application" directories of the project for
broken symbolic links for source code files and then remove all .dep
files that relate to the files that no longer exist. Must be executed
in main project source code folder: $WM_PROJECT_DIR
Patch provided by Bruno Santos
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1941
2015-12-13 20:57:25 +00:00
Henry Weller
8429569091
wclean: Added the target "empty", which removes empty directories
...
It will exit after removing the empty folders and it will not do the
other standard "wclean" operations. This replaces the functionality
provided by "wrmdepold".
Patch provided by Bruno Santos
2015-12-13 20:55:24 +00:00
Henry Weller
a55d5a9b55
OSspecific/POSIX: Dynamically resize the path buffer in cwd
...
Starting from an initial buffer size of 256 it is incremented in steps
of 256 upto the maximum of 4096 as required.
Based on patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1944
2015-12-13 18:33:01 +00:00
Henry Weller
107b9370f0
PairCollision: stabilize normalization of the force direction for low force
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1948
2015-12-12 09:00:42 +00:00
Henry Weller
aacaa9c0d7
foamSequenceVTKFiles: Avoid the -s and -a options for basename
...
Only recent GNU/Linux distributions support this functionality
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1947
2015-12-11 14:21:02 +00:00
Henry Weller
40ff6c30e3
Updated header
2015-12-11 13:12:19 +00:00
Henry Weller
8899f9ec28
foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1946
2015-12-11 13:11:54 +00:00
Chris Greenshields
fc4e7db579
compressibleInterFoam: updated tutorials with 0.org directory
2015-12-11 12:55:46 +00:00
Henry Weller
9639259350
LimitFuncs: Update function specializations to satisfy gcc, clang and icpc
2015-12-09 22:37:43 +00:00
Henry Weller
d1941723db
src/finiteVolume/interpolation: Modified code to conform to OpenFOAM coding standards
...
declaring the namespace in function definitions in C files
2015-12-09 22:23:38 +00:00
Henry Weller
fc98b1f6dc
reactingEulerFoam/interfacialModels/dragModels/TomiyamaKataokaZunSakaguchi: New drag model
...
Drag model for gas-liquid system of Tomiyama et al.
Reference:
"Drag coefficients of single bubbles under normal and microgravity
conditions"
Tomiyama, A., Kataoka, I., Zun, I., Sakaguchi, T.
JSME International Series B, Fluids and Thermal Engineering,
Vol. 41, 1998, pp. 472-479
Provided by Alberto Passalacq
2015-12-09 16:51:46 +00:00
Henry Weller
4930a5169a
reactingMultiphaseEulerFoam: Correct and test LTS support
2015-12-09 15:39:45 +00:00
Henry Weller
1d893a0bd6
reactingEulerFoam: Move LTS controls maxCo, maxDeltaT and rDeltaTSmoothingCoeff into the PIMPLE sub-dictionary
...
For consistency with all other solvers supporting the LTS option
2015-12-09 15:38:09 +00:00
Henry Weller
67a9b8df73
metisDecomp: Changed to use scalar rather than float
...
Requires that metis is compiled with REALTYPEWIDTH set to 32 for SP and 64 for DP.
2015-12-09 09:16:08 +00:00
Henry Weller
fb871828a5
fvPatchFields, fvsPatchFields, pointPatchFields: specifically declare namespace of functions
...
It is better to declare the namespace of each function in the C file
rather than "open" the namespace as this may lead to inconsistencies
between the declaration in the H files and definition in the C file.
2015-12-08 22:29:05 +00:00
Henry Weller
4aa6052a66
uniformInletOutletFvPatchField: Update refValue in updateCoeffs
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1943
2015-12-08 14:24:12 +00:00
Henry Weller
f89d44292e
fanFvPatchField, freestreamPressureFvPatchScalarField: added write function
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1942
2015-12-08 11:57:37 +00:00
Henry Weller
80a0fbcb79
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-12-07 22:39:06 +00:00
Henry Weller
ce7b33b77e
fvcAverage: Removed temporary Info statement
2015-12-07 22:38:33 +00:00
Chris Greenshields
cc996852a7
foamNewApp: corrected template case
2015-12-07 17:28:40 +00:00
Chris Greenshields
b52f7571b9
foamNewApp: added execution and clock times to template
2015-12-07 14:15:14 +00:00
Henry Weller
17cc8483ef
saturationModels/Antoine: Corrected dimensions in Tsat
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1940
2015-12-05 16:12:57 +00:00
Chris Greenshields
a3e555e72c
foamNewBC: script to create template code for a new boundary condition
...
Run foamNewBC -h for details
2015-12-04 14:33:56 +00:00
Chris Greenshields
e356211140
foamNewApp: script to create template for a new application
...
Creates a directory containing source .C file and Make directory
Will deprecate foamNewSource with App argument in due course
2015-12-04 14:20:23 +00:00
Henry Weller
4025d6ebdd
reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels: Added support for fvOptions
2015-12-03 16:39:13 +00:00
Henry Weller
297dc6ce8e
TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang: Added support for fvOptions
2015-12-03 16:39:00 +00:00
Henry Weller
12c4ba267e
TurbulenceModels/phaseCompressible/LES/continuousGasKEqn: Added support for fvOptions
2015-12-03 16:38:43 +00:00
Henry Weller
d577e47b40
TurbulenceModels/phaseCompressible/LES/Niceno: Added support for fvOptions
2015-12-03 16:18:04 +00:00
Henry Weller
cdb7b896bf
TurbulenceModels/phaseCompressible/RAS/continuousGasKEpsilon: Added support for fvOptions
2015-12-03 16:17:40 +00:00
Henry Weller
352f4ab80b
TurbulenceModels/phaseCompressible/RAS/kOmegaSSTSato: Added support for fvOptions
2015-12-03 16:17:23 +00:00
Henry Weller
934aa987d9
TurbulenceModels/phaseCompressible/RAS/mixtureKEpsilon: Added support for fvOptions
2015-12-03 15:43:27 +00:00
Henry Weller
fde2866a8b
TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon: Added support for fvOptions
2015-12-03 15:37:05 +00:00
Henry Weller
da2c319a8d
turbulenceModels/LES/DeardorffDiffStress: Added support for fvOptions
2015-12-03 14:53:27 +00:00
Henry Weller
154893db0f
turbulenceModels/LES/SpalartAllmarasDES: Added support for fvOptions
2015-12-03 14:53:12 +00:00
Henry Weller
1ae82d6e0c
turbulenceModels/LES/dynamicLagrangian: Added support for fvOptions
2015-12-03 14:52:48 +00:00
Henry Weller
2485269283
turbulenceModels/LES/dynamicKEqn: Added support for fvOptions
2015-12-03 13:48:42 +00:00
Henry Weller
cb31786753
turbulenceModels/LES/WALE: Added support for fvOptions
2015-12-03 13:48:20 +00:00
Henry Weller
2ddf4b7793
turbulenceModels/LES/Smagorinsky: Added support for fvOptions
2015-12-03 13:40:32 +00:00
Henry Weller
e8f532f857
turbulenceModels/LES/kEqn: Added support for fvOptions
2015-12-03 13:39:55 +00:00
Henry Weller
05fa38f5e3
SSG: Added support for fvOptions
2015-12-03 13:12:27 +00:00
Henry Weller
a6f4bf60b8
LRR: Added support for fvOptions
2015-12-03 13:12:10 +00:00
Henry Weller
5f7ad8b82b
v2f: Added support for fvOptions
2015-12-03 13:11:49 +00:00
Henry Weller
a749019302
LaunderSharmaKE: Added support for fvOptions
2015-12-03 13:11:27 +00:00
Henry Weller
95687c59ec
wallShearStress: Now may be used with any turbulence model (laminar, RAS or LES/DES)
...
Resolves feature-request http://www.openfoam.org/mantisbt/view.php?id=1939
2015-12-03 09:15:09 +00:00
Henry Weller
8d9f56d1b7
SpalartAllmaras: Added support for fvOptions
2015-12-03 08:43:31 +00:00
Henry Weller
e94f1385e5
realizableKE: Added support for fvOptions
2015-12-03 08:42:08 +00:00
Henry Weller
5e5e22f5f0
RNGkEpsilon: Added support for fvOptions
2015-12-03 08:41:39 +00:00
Henry Weller
820529b0e6
foamInstallationTest: Updated help message
2015-12-03 08:40:56 +00:00
Henry Weller
c005f6d68c
kOmegaSST: Added support for fvOptions
2015-12-02 20:33:43 +00:00