Chris Greenshields
2781d583d9
Updated Guides to v3.0.1
2015-12-15 11:16:49 +00:00
Chris Greenshields
d95e02dd84
compressibleInterFoam: updated tutorials with 0.org directory
2015-12-11 12:55:46 +00:00
Henry Weller
baa5a1df12
LimitFuncs: Update function specializations to satisfy gcc, clang and icpc
2015-12-09 22:37:43 +00:00
Henry Weller
c47adcc10d
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
6b3af46cdf
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
649c58423a
reactingMultiphaseEulerFoam: Correct and test LTS support
2015-12-09 15:39:45 +00:00
Henry Weller
b6bc068c42
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
338ffee34c
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
efa28279b8
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
3e6f38f1a8
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
a2fbd855a6
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
9bc2cecc91
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-dev
2015-12-07 22:39:06 +00:00
Henry Weller
2d08d8dc82
fvcAverage: Removed temporary Info statement
2015-12-07 22:38:33 +00:00
Chris Greenshields
ece0783afd
foamNewApp: corrected template case
2015-12-07 17:28:40 +00:00
Chris Greenshields
e0bb09718b
foamNewApp: added execution and clock times to template
2015-12-07 14:15:14 +00:00
Henry Weller
a13b036db3
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
6b67e39136
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
10ded8a669
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:21:37 +00:00
Henry Weller
2a592ec363
reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/kineticTheoryModels: Added support for fvOptions
2015-12-03 16:39:13 +00:00
Henry Weller
5a6038ccf5
TurbulenceModels/phaseCompressible/LES/SmagorinskyZhang: Added support for fvOptions
2015-12-03 16:39:00 +00:00
Henry Weller
bdabd09781
TurbulenceModels/phaseCompressible/LES/continuousGasKEqn: Added support for fvOptions
2015-12-03 16:38:43 +00:00
Henry Weller
efc0489eff
TurbulenceModels/phaseCompressible/LES/Niceno: Added support for fvOptions
2015-12-03 16:18:04 +00:00
Henry Weller
cb90aed637
TurbulenceModels/phaseCompressible/RAS/continuousGasKEpsilon: Added support for fvOptions
2015-12-03 16:17:40 +00:00
Henry Weller
15a2988cc4
TurbulenceModels/phaseCompressible/RAS/kOmegaSSTSato: Added support for fvOptions
2015-12-03 16:17:23 +00:00
Henry Weller
b8ddd63297
TurbulenceModels/phaseCompressible/RAS/mixtureKEpsilon: Added support for fvOptions
2015-12-03 15:43:27 +00:00
Henry Weller
08a1b11df1
TurbulenceModels/phaseCompressible/RAS/LaheyKEpsilon: Added support for fvOptions
2015-12-03 15:37:05 +00:00
Henry Weller
af2dd0f44e
turbulenceModels/LES/DeardorffDiffStress: Added support for fvOptions
2015-12-03 14:53:27 +00:00
Henry Weller
a1f9be94ed
turbulenceModels/LES/SpalartAllmarasDES: Added support for fvOptions
2015-12-03 14:53:12 +00:00
Henry Weller
b84ae0ecac
turbulenceModels/LES/dynamicLagrangian: Added support for fvOptions
2015-12-03 14:52:48 +00:00
Henry Weller
c816a1391b
turbulenceModels/LES/dynamicKEqn: Added support for fvOptions
2015-12-03 13:48:42 +00:00
Henry Weller
039da4c00d
turbulenceModels/LES/WALE: Added support for fvOptions
2015-12-03 13:48:20 +00:00
Henry Weller
211a9a377a
turbulenceModels/LES/Smagorinsky: Added support for fvOptions
2015-12-03 13:40:32 +00:00
Henry Weller
e915136569
turbulenceModels/LES/kEqn: Added support for fvOptions
2015-12-03 13:39:55 +00:00
Henry Weller
5abe42817f
SSG: Added support for fvOptions
2015-12-03 13:12:27 +00:00
Henry Weller
4224aff41c
LRR: Added support for fvOptions
2015-12-03 13:12:10 +00:00
Henry Weller
cf51874c28
v2f: Added support for fvOptions
2015-12-03 13:11:49 +00:00
Henry Weller
8978dd912c
LaunderSharmaKE: Added support for fvOptions
2015-12-03 13:11:27 +00:00
Henry Weller
f3c04f65a0
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
9fe624b361
SpalartAllmaras: Added support for fvOptions
2015-12-03 08:43:31 +00:00
Henry Weller
66d338713b
realizableKE: Added support for fvOptions
2015-12-03 08:42:08 +00:00
Henry Weller
274fbd9565
RNGkEpsilon: Added support for fvOptions
2015-12-03 08:41:39 +00:00
Henry Weller
fa74b178c2
foamInstallationTest: Updated help message
2015-12-03 08:40:56 +00:00
Henry Weller
12872f1ab8
kOmegaSST: Added support for fvOptions
2015-12-02 20:33:43 +00:00
Henry Weller
70cc5bfe73
kOmega: Added support for fvOptions
2015-12-02 20:33:28 +00:00
Henry Weller
da86adf4eb
kEpsilon: Minor update of the lookup of fvOptions
2015-12-02 20:33:00 +00:00
Henry Weller
b4d7adcb01
Minor updates to aid porting to FreeBSD
...
Based on patches provided by Jason Bacon
2015-12-02 18:18:06 +00:00
Henry Weller
0df151a378
reactingEulerFoam: Lookup fvOptions from the mesh rather than construct a local copy
2015-12-02 15:39:45 +00:00
Henry Weller
9a536b02a7
fvOptions: Reorganized and updated to simplify use in sub-models and maintenance
...
fvOptions are transferred to the database on construction using
fv::options::New which returns a reference. The same function can be
use for construction and lookup so that fvOptions are now entirely
demand-driven.
The abstract base-classes for fvOptions now reside in the finiteVolume
library simplifying compilation and linkage. The concrete
implementations of fvOptions are still in the single monolithic
fvOptions library but in the future this will be separated into smaller
libraries based on application area which may be linked at run-time in
the same manner as functionObjects.
2015-12-02 11:49:52 +00:00
Henry Weller
5749c95ed6
wallHeatFlux: Corrected sign of radiative heat-flux
...
Corrects feature-request http://www.openfoam.org/mantisbt/view.php?id=1856
Patch provided by Juho Peltola
2015-12-02 11:47:11 +00:00
Henry Weller
27e8b3d282
porousBafflePressureFvPatchField: Corrected handling of mass-flux
...
Resolves the bug-report http://www.openfoam.org/mantisbt/view.php?id=1934
2015-12-01 16:31:32 +00:00